[html5] r8350 - [e] (0) improve terminology consistency for 'anchor-point' property description [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 12 14:58:22 PST 2013


Author: ianh
Date: 2013-12-12 14:58:21 -0800 (Thu, 12 Dec 2013)
New Revision: 8350

Modified:
   complete.html
   index
   source
Log:
[e] (0) improve terminology consistency for 'anchor-point' property description
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24007
Affected topics: CSS, HTML

Modified: complete.html
===================================================================
--- complete.html	2013-12-12 22:33:20 UTC (rev 8349)
+++ complete.html	2013-12-12 22:58:21 UTC (rev 8350)
@@ -51477,13 +51477,13 @@
     <td> per grammar
   </table><p>The 'anchor-point' property specifies a point to which dialog boxes are to be aligned.</p>
 
-  <p>If the value is a <position>, the alignment point is the point given by the value, which
+  <p>If the value is a <position>, the anchor point is the point given by the value, which
   must be interpreted relative to the element's first rendered box's margin box. Percentages must be
   calculated relative to the element's first rendered box's margin box (specifically, its width for
   the horizontal position and its height for the vertical position). <a href=#refsCSSVALUES>[CSSVALUES]</a> <a href=#refsCSS>[CSS]</a></p>
 
-  <p>If the value is the keyword 'none', then no explicit alignment point is defined. The user agent
-  will pick an alignment point automatically if necessary (as described in the definition of the
+  <p>If the value is the keyword 'none', then no explicit anchor point is defined. The user agent
+  will pick an anchor point automatically if necessary (as described in the definition of the
   <code title=dom-dialog-open><a href=#dom-dialog-open>open()</a></code> method above).</p>
 
 <!--REMOVE-TOPIC:CSS-->

Modified: index
===================================================================
--- index	2013-12-12 22:33:20 UTC (rev 8349)
+++ index	2013-12-12 22:58:21 UTC (rev 8350)
@@ -51477,13 +51477,13 @@
     <td> per grammar
   </table><p>The 'anchor-point' property specifies a point to which dialog boxes are to be aligned.</p>
 
-  <p>If the value is a <position>, the alignment point is the point given by the value, which
+  <p>If the value is a <position>, the anchor point is the point given by the value, which
   must be interpreted relative to the element's first rendered box's margin box. Percentages must be
   calculated relative to the element's first rendered box's margin box (specifically, its width for
   the horizontal position and its height for the vertical position). <a href=#refsCSSVALUES>[CSSVALUES]</a> <a href=#refsCSS>[CSS]</a></p>
 
-  <p>If the value is the keyword 'none', then no explicit alignment point is defined. The user agent
-  will pick an alignment point automatically if necessary (as described in the definition of the
+  <p>If the value is the keyword 'none', then no explicit anchor point is defined. The user agent
+  will pick an anchor point automatically if necessary (as described in the definition of the
   <code title=dom-dialog-open><a href=#dom-dialog-open>open()</a></code> method above).</p>
 
 <!--REMOVE-TOPIC:CSS-->

Modified: source
===================================================================
--- source	2013-12-12 22:33:20 UTC (rev 8349)
+++ source	2013-12-12 22:58:21 UTC (rev 8350)
@@ -56859,14 +56859,14 @@
 
   <p>The 'anchor-point' property specifies a point to which dialog boxes are to be aligned.</p>
 
-  <p>If the value is a <position>, the alignment point is the point given by the value, which
+  <p>If the value is a <position>, the anchor point is the point given by the value, which
   must be interpreted relative to the element's first rendered box's margin box. Percentages must be
   calculated relative to the element's first rendered box's margin box (specifically, its width for
   the horizontal position and its height for the vertical position). <a
   href="#refsCSSVALUES">[CSSVALUES]</a> <a href="#refsCSS">[CSS]</a></p>
 
-  <p>If the value is the keyword 'none', then no explicit alignment point is defined. The user agent
-  will pick an alignment point automatically if necessary (as described in the definition of the
+  <p>If the value is the keyword 'none', then no explicit anchor point is defined. The user agent
+  will pick an anchor point automatically if necessary (as described in the definition of the
   <code data-x="dom-dialog-open">open()</code> method above).</p>
 
 <!--REMOVE-TOPIC:CSS-->




More information about the Commit-Watchers mailing list