[librsvg: 2/18] Add all the CSS3 identifiers to unicode-bidi
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 2/18] Add all the CSS3 identifiers to unicode-bidi
- Date: Tue, 26 Oct 2021 02:33:04 +0000 (UTC)
commit d992bb825a443e29738b0034448c64e88dd3595f
Author: Federico Mena Quintero <federico gnome org>
Date: Mon Oct 25 12:15:12 2021 -0500
Add all the CSS3 identifiers to unicode-bidi
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/621>
src/property_defs.rs | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/property_defs.rs b/src/property_defs.rs
index d88454ed..76f9924c 100644
--- a/src/property_defs.rs
+++ b/src/property_defs.rs
@@ -1022,7 +1022,10 @@ make_property!(
identifiers:
"normal" => Normal,
"embed" => Embed,
+ "isolate" => Isolate,
"bidi-override" => BidiOverride,
+ "isolate-override" => IsolateOverride,
+ "plaintext" => Plaintext,
);
make_property!(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]