[librsvg: 2/15] Update URLs to the specs for the display and visibility properties




commit d9ea00b7be04eb4dfbe059a6830ea1d6ef9282b5
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Nov 17 12:03:20 2020 -0600

    Update URLs to the specs for the display and visibility properties

 src/property_defs.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/property_defs.rs b/src/property_defs.rs
index c1f4abf1..7a273d3a 100644
--- a/src/property_defs.rs
+++ b/src/property_defs.rs
@@ -178,7 +178,7 @@ make_property!(
     "rtl" => Rtl,
 );
 
-// https://www.w3.org/TR/SVG/painting.html#DisplayProperty
+// https://www.w3.org/TR/CSS2/visuren.html#display-prop
 make_property!(
     ComputedValues,
     Display,
@@ -851,7 +851,7 @@ make_property!(
     "bidi-override" => Override,
 );
 
-// https://www.w3.org/TR/SVG/painting.html#VisibilityProperty
+// https://www.w3.org/TR/CSS2/visufx.html#visibility
 make_property!(
     ComputedValues,
     Visibility,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]