Skip to content

Commit

Permalink
[e] (0) xref issue
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7958

git-svn-id: http://svn.whatwg.org/webapps@4253 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 0fb3e69 commit 8a360dd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
18 changes: 9 additions & 9 deletions complete.html
Expand Up @@ -60602,14 +60602,14 @@ <h4 id=textFieldSelection><span class=secno>8.6.2 </span>APIs for the text field
<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>

Expand Down Expand Up @@ -80821,7 +80821,7 @@ <h4 id=the-input-element-as-a-text-entry-widget><span class=secno>13.4.4 </span>
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)&times;<var title="">avg</var>&nbsp;+&nbsp;<var title="">max</var></span>, where
returns <span title="">(<var title="">size</var>-1)&times;<var title="">avg</var>&nbsp;+&nbsp;<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
Expand Down
18 changes: 9 additions & 9 deletions index
Expand Up @@ -56115,14 +56115,14 @@ NETWORK:
<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>

Expand Down Expand Up @@ -71884,7 +71884,7 @@ input[type=password] { binding: <i title="">input-password</i>; }
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)&times;<var title="">avg</var>&nbsp;+&nbsp;<var title="">max</var></span>, where
returns <span title="">(<var title="">size</var>-1)&times;<var title="">avg</var>&nbsp;+&nbsp;<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
Expand Down
21 changes: 11 additions & 10 deletions source
Expand Up @@ -68468,15 +68468,16 @@ interface <dfn>SQLTransactionSync</dfn> {
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>

Expand Down Expand Up @@ -88585,7 +88586,7 @@ input[type=password] { binding: <i title="">input-password</i>; }
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)&times;<var
returns <span title="">(<var title="">size</var>-1)&times;<var
title="">avg</var>&nbsp;+&nbsp;<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
Expand Down

0 comments on commit 8a360dd

Please sign in to comment.