[html5] r8844 - [e] (0) typo in :matches() argument Fixing https://www.w3.org/Bugs/Public/show_b [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 30 11:30:36 PDT 2014
Author: ianh
Date: 2014-10-30 11:30:32 -0700 (Thu, 30 Oct 2014)
New Revision: 8844
Modified:
complete.html
index
source
Log:
[e] (0) typo in :matches() argument
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27193
Affected topics: Rendering
Modified: complete.html
===================================================================
--- complete.html 2014-10-28 18:39:44 UTC (rev 8843)
+++ complete.html 2014-10-30 18:30:32 UTC (rev 8844)
@@ -340,7 +340,7 @@
</style><body onload=init()>
<header id=head class="head with-buttons">
<p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
- <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>28 October 2014</span></h2></hgroup>
+ <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>30 October 2014</span></h2></hgroup>
<nav>
<div>
@@ -62612,7 +62612,7 @@
<hr>
- <p>An <dfn id=environment-settings-object>environment settings object</dfn> specifies algorithms for obtaining the following:</p>
+ <p>An <dfn id=environment-settings-object>environment settings object</dfn> specifies algorithms for obtaining the following:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27190" title="Add TLS state to environment settings objects. This is needed for Fetch and Mixed Content [...]">27190</a></div>
<dl><dt>A <dfn id=script-execution-environment>script execution environment</dfn> for each language supported by the user agent<dd>
@@ -78456,7 +78456,7 @@
:matches(dir, menu, ol, ul) :matches(dir, menu, ul) {
list-style-type: circle;
}
-:matches(dir, menu, ol, ul) :matches(dir, menu, ol, ul) :matches(dir menu ul) {
+:matches(dir, menu, ol, ul) :matches(dir, menu, ol, ul) :matches(dir, menu, ul) {
list-style-type: square;
}</pre>
Modified: index
===================================================================
--- index 2014-10-28 18:39:44 UTC (rev 8843)
+++ index 2014-10-30 18:30:32 UTC (rev 8844)
@@ -340,7 +340,7 @@
</style><body onload=init()>
<header id=head class="head with-buttons">
<p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
- <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>28 October 2014</span></h2></hgroup>
+ <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>30 October 2014</span></h2></hgroup>
<nav>
<div>
@@ -62612,7 +62612,7 @@
<hr>
- <p>An <dfn id=environment-settings-object>environment settings object</dfn> specifies algorithms for obtaining the following:</p>
+ <p>An <dfn id=environment-settings-object>environment settings object</dfn> specifies algorithms for obtaining the following:<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27190" title="Add TLS state to environment settings objects. This is needed for Fetch and Mixed Content [...]">27190</a></div>
<dl><dt>A <dfn id=script-execution-environment>script execution environment</dfn> for each language supported by the user agent<dd>
@@ -78456,7 +78456,7 @@
:matches(dir, menu, ol, ul) :matches(dir, menu, ul) {
list-style-type: circle;
}
-:matches(dir, menu, ol, ul) :matches(dir, menu, ol, ul) :matches(dir menu ul) {
+:matches(dir, menu, ol, ul) :matches(dir, menu, ol, ul) :matches(dir, menu, ul) {
list-style-type: square;
}</pre>
Modified: source
===================================================================
--- source 2014-10-28 18:39:44 UTC (rev 8843)
+++ source 2014-10-30 18:30:32 UTC (rev 8844)
@@ -106824,7 +106824,7 @@
h6 { margin-top: 2.33em; margin-bottom: 2.33em; font-size: 0.67em; font-weight: bold; }</pre>
<p>In the following CSS block, <var>x</var> is shorthand for the following selector:
- <code>:matches(article, aside, nav, section)</code></p>
+ <code data-x="">:matches(article, aside, nav, section)</code></p>
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
@@ -106876,7 +106876,7 @@
:matches(dir, menu, ol, ul) :matches(dir, menu, ul) {
list-style-type: circle;
}
-:matches(dir, menu, ol, ul) :matches(dir, menu, ol, ul) :matches(dir menu ul) {
+:matches(dir, menu, ol, ul) :matches(dir, menu, ol, ul) :matches(dir, menu, ul) {
list-style-type: square;
}</pre>
More information about the Commit-Watchers
mailing list