[html5] r4253 - [e] (0) xref issue Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7958

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 21 03:08:44 PDT 2009


Author: ianh
Date: 2009-10-21 03:08:39 -0700 (Wed, 21 Oct 2009)
New Revision: 4253

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref issue
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7958

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 10:06:34 UTC (rev 4252)
+++ complete.html	2009-10-21 10:08:39 UTC (rev 4253)
@@ -60602,14 +60602,14 @@
   <p>The <dfn id=dom-textarea/input-setselectionrange title=dom-textarea/input-setSelectionRange><code>setSelectionRange(<var title="">start</var>, <var title="">end</var>)</code></dfn> method
   must set the selection of the text field to the sequence of
   characters starting with the character at the <var title="">start</var>th position (in logical order) and ending with
-  the character at the <span>(<var title="">end</var>-1)</span>th
-  position. Arguments greater than the length of the value in the text
-  field must be treated as pointing at the end of the text field. If
-  <var title="">end</var> is less than or equal to <var title="">start</var> then the start of the selection and the end of
-  the selection must both be placed immediately before the character
-  with offset <var title="">end</var>. In UAs where there is no
-  concept of an empty selection, this must set the cursor to be just
-  before the character with offset <var title="">end</var>.</p>
+  the character at the <span title="">(<var title="">end</var>-1)</span>th position. Arguments greater than the
+  length of the value in the text field must be treated as pointing at
+  the end of the text field. If <var title="">end</var> is less than
+  or equal to <var title="">start</var> then the start of the
+  selection and the end of the selection must both be placed
+  immediately before the character with offset <var title="">end</var>. In UAs where there is no concept of an empty
+  selection, this must set the cursor to be just before the character
+  with offset <var title="">end</var>.</p>
 
   </div>
 
@@ -80821,7 +80821,7 @@
   pixels</a> algorithm to the number 20.</p>
 
   <p>The <dfn id=converting-a-character-width-to-pixels>converting a character width to pixels</dfn> algorithm
-  returns <span>(<var title="">size</var>-1)×<var title="">avg</var> + <var title="">max</var></span>, where
+  returns <span title="">(<var title="">size</var>-1)×<var title="">avg</var> + <var title="">max</var></span>, where
   <var title="">size</var> is the character width to convert, <var title="">avg</var> is the average character width of the primary
   font for the element for which the algorithm is being run, in
   pixels, and <var title="">max</var> is the maximum character width

Modified: index
===================================================================
--- index	2009-10-21 10:06:34 UTC (rev 4252)
+++ index	2009-10-21 10:08:39 UTC (rev 4253)
@@ -56115,14 +56115,14 @@
   <p>The <dfn id=dom-textarea/input-setselectionrange title=dom-textarea/input-setSelectionRange><code>setSelectionRange(<var title="">start</var>, <var title="">end</var>)</code></dfn> method
   must set the selection of the text field to the sequence of
   characters starting with the character at the <var title="">start</var>th position (in logical order) and ending with
-  the character at the <span>(<var title="">end</var>-1)</span>th
-  position. Arguments greater than the length of the value in the text
-  field must be treated as pointing at the end of the text field. If
-  <var title="">end</var> is less than or equal to <var title="">start</var> then the start of the selection and the end of
-  the selection must both be placed immediately before the character
-  with offset <var title="">end</var>. In UAs where there is no
-  concept of an empty selection, this must set the cursor to be just
-  before the character with offset <var title="">end</var>.</p>
+  the character at the <span title="">(<var title="">end</var>-1)</span>th position. Arguments greater than the
+  length of the value in the text field must be treated as pointing at
+  the end of the text field. If <var title="">end</var> is less than
+  or equal to <var title="">start</var> then the start of the
+  selection and the end of the selection must both be placed
+  immediately before the character with offset <var title="">end</var>. In UAs where there is no concept of an empty
+  selection, this must set the cursor to be just before the character
+  with offset <var title="">end</var>.</p>
 
   </div>
 
@@ -71884,7 +71884,7 @@
   pixels</a> algorithm to the number 20.</p>
 
   <p>The <dfn id=converting-a-character-width-to-pixels>converting a character width to pixels</dfn> algorithm
-  returns <span>(<var title="">size</var>-1)×<var title="">avg</var> + <var title="">max</var></span>, where
+  returns <span title="">(<var title="">size</var>-1)×<var title="">avg</var> + <var title="">max</var></span>, where
   <var title="">size</var> is the character width to convert, <var title="">avg</var> is the average character width of the primary
   font for the element for which the algorithm is being run, in
   pixels, and <var title="">max</var> is the maximum character width

Modified: source
===================================================================
--- source	2009-10-21 10:06:34 UTC (rev 4252)
+++ source	2009-10-21 10:08:39 UTC (rev 4253)
@@ -68468,15 +68468,16 @@
   must set the selection of the text field to the sequence of
   characters starting with the character at the <var
   title="">start</var>th position (in logical order) and ending with
-  the character at the <span>(<var title="">end</var>-1)</span>th
-  position. Arguments greater than the length of the value in the text
-  field must be treated as pointing at the end of the text field. If
-  <var title="">end</var> is less than or equal to <var
-  title="">start</var> then the start of the selection and the end of
-  the selection must both be placed immediately before the character
-  with offset <var title="">end</var>. In UAs where there is no
-  concept of an empty selection, this must set the cursor to be just
-  before the character with offset <var title="">end</var>.</p>
+  the character at the <span title="">(<var
+  title="">end</var>-1)</span>th position. Arguments greater than the
+  length of the value in the text field must be treated as pointing at
+  the end of the text field. If <var title="">end</var> is less than
+  or equal to <var title="">start</var> then the start of the
+  selection and the end of the selection must both be placed
+  immediately before the character with offset <var
+  title="">end</var>. In UAs where there is no concept of an empty
+  selection, this must set the cursor to be just before the character
+  with offset <var title="">end</var>.</p>
 
   </div>
 
@@ -88585,7 +88586,7 @@
   pixels</span> algorithm to the number 20.</p>
 
   <p>The <dfn>converting a character width to pixels</dfn> algorithm
-  returns <span>(<var title="">size</var>-1)×<var
+  returns <span title="">(<var title="">size</var>-1)×<var
   title="">avg</var> + <var title="">max</var></span>, where
   <var title="">size</var> is the character width to convert, <var
   title="">avg</var> is the average character width of the primary




More information about the Commit-Watchers mailing list