[html5] r8099 - [e] (0) typo in definition of concept-option-index Fixing https://www.w3.org/Bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 29 12:55:22 PDT 2013
Author: ianh
Date: 2013-07-29 12:55:20 -0700 (Mon, 29 Jul 2013)
New Revision: 8099
Modified:
complete.html
index
source
Log:
[e] (0) typo in definition of concept-option-index
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22822
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-07-29 19:54:07 UTC (rev 8098)
+++ complete.html 2013-07-29 19:55:20 UTC (rev 8099)
@@ -51599,7 +51599,7 @@
<div class=impl>
<p>An <code><a href=#the-option-element>option</a></code> element's <dfn id=concept-option-index title=concept-option-index>index</dfn> is the number of
- <code><a href=#the-option-element>option</a></code> element that are in the same <a href=#concept-select-option-list title=concept-select-option-list>list of
+ <code><a href=#the-option-element>option</a></code> elements that are in the same <a href=#concept-select-option-list title=concept-select-option-list>list of
options</a> but that come before it in <a href=#tree-order>tree order</a>. If the <code><a href=#the-option-element>option</a></code>
element is not in a <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>, then the
<code><a href=#the-option-element>option</a></code> element's <a href=#concept-option-index title=concept-option-index>index</a> is zero.</p>
Modified: index
===================================================================
--- index 2013-07-29 19:54:07 UTC (rev 8098)
+++ index 2013-07-29 19:55:20 UTC (rev 8099)
@@ -51599,7 +51599,7 @@
<div class=impl>
<p>An <code><a href=#the-option-element>option</a></code> element's <dfn id=concept-option-index title=concept-option-index>index</dfn> is the number of
- <code><a href=#the-option-element>option</a></code> element that are in the same <a href=#concept-select-option-list title=concept-select-option-list>list of
+ <code><a href=#the-option-element>option</a></code> elements that are in the same <a href=#concept-select-option-list title=concept-select-option-list>list of
options</a> but that come before it in <a href=#tree-order>tree order</a>. If the <code><a href=#the-option-element>option</a></code>
element is not in a <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>, then the
<code><a href=#the-option-element>option</a></code> element's <a href=#concept-option-index title=concept-option-index>index</a> is zero.</p>
Modified: source
===================================================================
--- source 2013-07-29 19:54:07 UTC (rev 8098)
+++ source 2013-07-29 19:55:20 UTC (rev 8099)
@@ -56657,7 +56657,7 @@
<div class="impl">
<p>An <code>option</code> element's <dfn title="concept-option-index">index</dfn> is the number of
- <code>option</code> element that are in the same <span title="concept-select-option-list">list of
+ <code>option</code> elements that are in the same <span title="concept-select-option-list">list of
options</span> but that come before it in <span>tree order</span>. If the <code>option</code>
element is not in a <span title="concept-select-option-list">list of options</span>, then the
<code>option</code> element's <span title="concept-option-index">index</span> is zero.</p>
More information about the Commit-Watchers
mailing list