Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 13cfa60

Browse files
committed
<link media> takes a media query *list*
1 parent 1e096e5 commit 13cfa60

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<div class="not-whatwg">
4040
<h1>HTML5 Differences from HTML4</h1>
41-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 19 September 2014</h2>
41+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 15 October 2014</h2>
4242
</div>
4343

4444
<dl>
@@ -108,7 +108,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
108108
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
109109
at http://www.w3.org/TR/.</i></p>
110110

111-
<p>This is the 19 September 2014 Editor's Draft produced by the
111+
<p>This is the 15 October 2014 Editor's Draft produced by the
112112
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
113113
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
114114
Working Group intends to publish this document as a
@@ -1637,7 +1637,7 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
16371637
attribute takes the empty string in addition to a valid language
16381638
identifier, just like <code>xml:lang</code> does in XML.
16391639

1640-
<li><p>The <code class="external" title="attr-link-media"><a href="https://html.spec.whatwg.org/multipage/semantics.html#attr-link-media">media</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-link-element">link</a></code> now accepts a media query and defaults
1640+
<li><p>The <code class="external" title="attr-link-media"><a href="https://html.spec.whatwg.org/multipage/semantics.html#attr-link-media">media</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-link-element">link</a></code> now accepts a media query list and defaults
16411641
to "all".
16421642

16431643
<li><p>The event handler attributes (e.g. <code class="external" title="handler-onclick"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclick">onclick</a></code>) now always use JavaScript as the

Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ <h3 id="changed-attributes">Changed Attributes</h3>
17381738
identifier, just like <code>xml:lang</code> does in XML.
17391739

17401740
<li><p>The <code data-anolis-spec=html title=attr-link-media>media</code> attribute on <code
1741-
data-anolis-spec=html>link</code> now accepts a media query and defaults
1741+
data-anolis-spec=html>link</code> now accepts a media query list and defaults
17421742
to "all".
17431743

17441744
<li><p>The event handler attributes (e.g. <code data-anolis-spec=html

Overview.whatwg.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<hgroup class="not-w3c">
3030
<h1>Differences from HTML4</h1>
31-
<h2 class="no-num no-toc">Living Document — Last Updated 19 September 2014</h2>
31+
<h2 class="no-num no-toc">Living Document — Last Updated 15 October 2014</h2>
3232
</hgroup>
3333

3434

@@ -87,7 +87,7 @@ <h2 class="no-num no-toc">Living Document — Last Updated 19 September 2014</h2
8787
<p class="copyright not-w3c"><a href="//creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="//i.creativecommons.org/p/zero/1.0/80x15.png"></a>
8888
To the extent possible under law, the editors have waived all copyright and
8989
related or neighboring rights to this work. In addition, as of
90-
19 September 2014, the editors have made this specification available
90+
15 October 2014, the editors have made this specification available
9191
under the
9292
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
9393
which is available at
@@ -1679,7 +1679,7 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
16791679
attribute takes the empty string in addition to a valid language
16801680
identifier, just like <code>xml:lang</code> does in XML.
16811681

1682-
<li><p>The <code class="external" title="attr-link-media"><a href="https://html.spec.whatwg.org/multipage/semantics.html#attr-link-media">media</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-link-element">link</a></code> now accepts a media query and defaults
1682+
<li><p>The <code class="external" title="attr-link-media"><a href="https://html.spec.whatwg.org/multipage/semantics.html#attr-link-media">media</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-link-element">link</a></code> now accepts a media query list and defaults
16831683
to "all".
16841684

16851685
<li><p>The event handler attributes (e.g. <code class="external" title="handler-onclick"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclick">onclick</a></code>) now always use JavaScript as the

0 commit comments

Comments
 (0)