Skip to content

Commit 2e5c46c

Browse files
committed
[selectors] fix incorrect informative reference to html
1 parent ff11d1d commit 2e5c46c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

selectors/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,8 +2157,8 @@ The pointer hover pseudo-class '':hover''</h3>
21572157
the <a>host element</a> (and its parents) are also in the '':hover'' state. (See [[css-scoping-1]])
21582158

21592159
Host languages may define additional ways in which an element can match '':hover''.
2160-
For example, [[HTML5]] defines a <a element>label</a> element as <a href="http://www.whatwg.org/html/selectors.html#selector-hover">matching <code>:hover</code></a>
2161-
when its labelled control is hovered.
2160+
For example, [[HTML5]] defines a labeled control element as <a href="http://www.whatwg.org/html/selectors.html#selector-hover">matching <code>:hover</code></a>
2161+
when its <a element>label</a> is hovered.
21622162

21632163
Note: Since the ':hover' state can apply to
21642164
an element because its child is designated by a pointing device, then it is

selectors/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</p>
6161
<h1 class="p-name no-ref" id=title>Selectors Level 4</h1>
6262
<h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft,
63-
<span class=dt-updated><span class=value-title title=20141107>7 November 2014</span></span></span></h2>
63+
<span class=dt-updated><span class=value-title title=20141112>12 November 2014</span></span></span></h2>
6464
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/selectors>http://dev.w3.org/csswg/selectors</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/selectors/>http://www.w3.org/TR/selectors/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-selectors4-20130502/ rel=previous>http://www.w3.org/TR/2013/WD-selectors4-20130502/</a><dd><a href=http://www.w3.org/TR/2012/WD-selectors4-20120823/ rel=previous>http://www.w3.org/TR/2012/WD-selectors4-20120823/</a><dd><a href=http://www.w3.org/TR/2011/WD-selectors4-20110929/ rel=previous>http://www.w3.org/TR/2011/WD-selectors4-20110929/</a><dt>Feedback:<dd><span><a href="mailto:www-style@w3.org?subject=%5Bselectors%5D%20feedback">www-style@w3.org</a> with subject line “<kbd>[selectors] <var>… message topic …</var></kbd>” (<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)</span><dt class=editor>Editors:<dd class=editor><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://fantasai.inkedblade.net/contact>Elika J. Etemad</a> (<span class="p-org org">Invited Expert</span>)</div><dd class=editor><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://xanthir.com/contact/>Tab Atkins Jr.</a> (<span class="p-org org">Google</span>)</div><dt>Former Editors:<dd><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://www.tantek.com>Tantek Çelik</a></div><dd><div class="p-author h-card vcard"><span class="p-name fn">Daniel Glazman</span></div><dd><div class="p-author h-card vcard"><span class="p-name fn">Ian Hickson</span></div><dd><div class="p-author h-card vcard"><span class="p-name fn">Peter Linss</span></div><dd><div class="p-author h-card vcard"><span class="p-name fn">John Williams</span></div></dl></div>
6565
<div data-fill-with=warning></div>
6666
<p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2014 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.
@@ -2391,8 +2391,8 @@ <h3 class="heading settled" data-level=9.1 id=the-hover-pseudo><span class=secno
23912391
the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-scoping-1/#host-element0 title="host element">host element</a> (and its parents) are also in the <a class=css data-link-type=maybe href=#hover-pseudo title=:hover>:hover</a> state. (See <a data-biblio-type=informative data-link-type=biblio href=#biblio-css-scoping-1 title=css-scoping-1>[css-scoping-1]</a>)</p>
23922392

23932393
<p>Host languages may define additional ways in which an element can match <a class=css data-link-type=maybe href=#hover-pseudo title=:hover>:hover</a>.
2394-
For example, <a data-biblio-type=informative data-link-type=biblio href=#biblio-html5 title=HTML5>[HTML5]</a> defines a <a data-link-type=element href=https://html.spec.whatwg.org/#the-label-element title=label>label</a> element as <a href=http://www.whatwg.org/html/selectors.html#selector-hover>matching <code>:hover</code></a>
2395-
when its labelled control is hovered.</p>
2394+
For example, <a data-biblio-type=informative data-link-type=biblio href=#biblio-html5 title=HTML5>[HTML5]</a> defines a labeled control element as <a href=http://www.whatwg.org/html/selectors.html#selector-hover>matching <code>:hover</code></a>
2395+
when its <a data-link-type=element href=https://html.spec.whatwg.org/#the-label-element title=label>label</a> is hovered.</p>
23962396

23972397
<p class=note role=note>Note: Since the ':hover' state can apply to
23982398
an element because its child is designated by a pointing device, then it is

0 commit comments

Comments
 (0)