[html5] r8598 - [giow] (3) Matching reality: add a rule for <ul type=none> since Firefox and Chr [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri May 2 13:21:19 PDT 2014
Author: ianh
Date: 2014-05-02 13:21:16 -0700 (Fri, 02 May 2014)
New Revision: 8598
Modified:
complete.html
index
source
Log:
[giow] (3) Matching reality: add a rule for <ul type=none> since Firefox and Chrome both do it. (Also, minor editorial tweaks.)
Affected topics: DOM APIs, HTML, Rendering
Modified: complete.html
===================================================================
--- complete.html 2014-05-02 19:59:11 UTC (rev 8597)
+++ complete.html 2014-05-02 20:21:16 UTC (rev 8598)
@@ -1460,7 +1460,7 @@
<li><a href=#references class=no-num>References</a></li>
<li><a href=#acknowledgments class=no-num>Acknowledgments</a></ol>
<!--end-toc-->
- <hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
+ <hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><!--CLEANUP: for my sanity, switch back to british spellings (ise instead of ize, colour instead of color, etc) --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
<h3 id=abstract><span class=secno>1.1 </span>Where does this specification fit?</h3>
@@ -76109,6 +76109,8 @@
unsigned long <a href=#dom-external-issearchproviderinstalled title=dom-external-IsSearchProviderInstalled>IsSearchProviderInstalled</a>(DOMString engineURL);
};</pre>
+ <p class=note>For historical reasons, members on this interface are capitalized.</p>
+
<dl class=domintro><dt><var title="">window</var> . <code title=dom-external><a href=#dom-external>external</a></code> . <code title=dom-external-AddSearchProvider><a href=#dom-external-addsearchprovider>AddSearchProvider</a></code>( <var title="">url</var> )</dt>
<dd>
@@ -96656,6 +96658,7 @@
ol[type=A], li[type=A] { list-style-type: upper-alpha; }
ol[type=i], li[type=i] { list-style-type: lower-roman; }
ol[type=I], li[type=I] { list-style-type: upper-roman; }
+ul[type=none i], li[type=none i] { list-style-type: none; }
ul[type=disc i], li[type=disc i] { list-style-type: disc; }
ul[type=circle i], li[type=circle i] { list-style-type: circle; }
ul[type=square i], li[type=square i] { list-style-type: square; }</pre>
Modified: index
===================================================================
--- index 2014-05-02 19:59:11 UTC (rev 8597)
+++ index 2014-05-02 20:21:16 UTC (rev 8598)
@@ -1460,7 +1460,7 @@
<li><a href=#references class=no-num>References</a></li>
<li><a href=#acknowledgments class=no-num>Acknowledgments</a></ol>
<!--end-toc-->
- <hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
+ <hr><!--CLEANUP: bring the headers and stuff into this file instead of being external--><!--CLEANUP: change the header > div > div > a > span to a p --><!--CLEANUP: for my sanity, switch back to british spellings (ise instead of ize, colour instead of color, etc) --><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
<h3 id=abstract><span class=secno>1.1 </span>Where does this specification fit?</h3>
@@ -76109,6 +76109,8 @@
unsigned long <a href=#dom-external-issearchproviderinstalled title=dom-external-IsSearchProviderInstalled>IsSearchProviderInstalled</a>(DOMString engineURL);
};</pre>
+ <p class=note>For historical reasons, members on this interface are capitalized.</p>
+
<dl class=domintro><dt><var title="">window</var> . <code title=dom-external><a href=#dom-external>external</a></code> . <code title=dom-external-AddSearchProvider><a href=#dom-external-addsearchprovider>AddSearchProvider</a></code>( <var title="">url</var> )</dt>
<dd>
@@ -96656,6 +96658,7 @@
ol[type=A], li[type=A] { list-style-type: upper-alpha; }
ol[type=i], li[type=i] { list-style-type: lower-roman; }
ol[type=I], li[type=I] { list-style-type: upper-roman; }
+ul[type=none i], li[type=none i] { list-style-type: none; }
ul[type=disc i], li[type=disc i] { list-style-type: disc; }
ul[type=circle i], li[type=circle i] { list-style-type: circle; }
ul[type=square i], li[type=square i] { list-style-type: square; }</pre>
Modified: source
===================================================================
--- source 2014-05-02 19:59:11 UTC (rev 8597)
+++ source 2014-05-02 20:21:16 UTC (rev 8598)
@@ -16,6 +16,7 @@
<!--CLEANUP: bring the headers and stuff into this file instead of being external-->
<!--CLEANUP: change the header > div > div > a > span to a p -->
+<!--CLEANUP: for my sanity, switch back to british spellings (ise instead of ize, colour instead of color, etc) -->
<h2 id="introduction">Introduction</h2>
@@ -85164,6 +85165,8 @@
unsigned long <span data-x="dom-external-IsSearchProviderInstalled">IsSearchProviderInstalled</span>(DOMString engineURL);
};</pre>
+ <p class="note">For historical reasons, members on this interface are capitalized.</p>
+
<dl class="domintro">
<dt><var data-x="">window</var> . <code data-x="dom-external">external</code> . <code data-x="dom-external-AddSearchProvider">AddSearchProvider</code>( <var data-x="">url</var> )</dt>
@@ -107700,6 +107703,7 @@
ol[type=A], li[type=A] { list-style-type: upper-alpha; }
ol[type=i], li[type=i] { list-style-type: lower-roman; }
ol[type=I], li[type=I] { list-style-type: upper-roman; }
+ul[type=none i], li[type=none i] { list-style-type: none; }
ul[type=disc i], li[type=disc i] { list-style-type: disc; }
ul[type=circle i], li[type=circle i] { list-style-type: circle; }
ul[type=square i], li[type=square i] { list-style-type: square; }</pre>
More information about the Commit-Watchers
mailing list