Make 'display' and 'visibility' link to the section describing how they apply, instead of linking to the CSS spec.
authorCameron McCormack <cam@mcc.id.au>
Fri, 25 May 2012 08:48:14 +1000
changeset 149 c4f42db55cc3
parent 148 340c7c2b6bce
child 150 f97178d92604
Make 'display' and 'visibility' link to the section describing how they apply, instead of linking to the CSS spec.
master/definitions.xml
--- a/master/definitions.xml	Fri May 25 08:43:33 2012 +1000
+++ b/master/definitions.xml	Fri May 25 08:48:14 2012 +1000
@@ -1334,6 +1334,11 @@
   <property name='word-spacing' href='text.html#WordSpacingProperty'/>
   <property name='writing-mode' href='text.html#WritingModeProperty'/>
 
+  <!-- ... properties defined elsewhere but described in this spec ........ -->
+
+  <property name='display' href='painting.html#VisibilityControl'/>
+  <property name='visibility' href='painting.html#VisibilityControl'/>
+
   <!-- ... interfaces ..................................................... -->
 
   <interface name='SVGDocument' href='struct.html#InterfaceSVGDocument'/>
@@ -1669,8 +1674,6 @@
   <!-- ... properties ..................................................... -->
 
   <property name='color-interpolation-filters' href='https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#ColorInterpolationFiltersProperty'/>
-  <property name='display' href='http://www.w3.org/TR/2011/REC-CSS2-20110607/visuren.html#propdef-display'/>
-  <property name='visibility' href='http://www.w3.org/TR/2011/REC-CSS2-20110607/visufx.html#propdef-visibility'/>
 
   <!-- ... interfaces ..................................................... -->