html5/spec-author-view Overview.html,1.190,1.191 acknowledgements.html,1.190,1.191 browsers.html,1.191,1.192 comms.html,1.190,1.191 dom.html,1.191,1.192 editing.html,1.190,1.191 embedded-content-0.html,1.190,1.191 forms.html,1.190,1.191 history.html,1.191,1.192 iana-considerations.html,1.190,1.191 index.html,1.190,1.191 infrastructure.html,1.191,1.192 interactive-elements.html,1.190,1.191 introduction.html,1.191,1.192 microdata.html,1.190,1.191 named-character-references.html,1.191,1.192 no.html,1.190,1.191 obsolete.html,1.191,1.192 offline.html,1.190,1.191 references.html,1.190,1.191 semantics.html,1.190,1.191 spec.html,1.191,1.192 syntax.html,1.191,1.192 tabular-data.html,1.190,1.191 text-level-semantics.html,1.189,1.190 the-canvas-element.html,1.190,1.191 the-xhtml-syntax.html,1.189,1.190 video.html,1.190,1.191

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv12842

Modified Files:
	Overview.html acknowledgements.html browsers.html comms.html 
	dom.html editing.html embedded-content-0.html forms.html 
	history.html iana-considerations.html index.html 
	infrastructure.html interactive-elements.html 
	introduction.html microdata.html 
	named-character-references.html no.html obsolete.html 
	offline.html references.html semantics.html spec.html 
	syntax.html tabular-data.html text-level-semantics.html 
	the-canvas-element.html the-xhtml-syntax.html video.html 
Log Message:
Update media query requirements to treat '' as 'all'. (whatwg r3926)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- infrastructure.html	21 Sep 2009 09:37:02 -0000	1.191
+++ infrastructure.html	21 Sep 2009 10:07:03 -0000	1.192
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="introduction.html">&#8592; 1 Introduction</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -782,7 +782,13 @@
   identifier</a> because the string "<code title="">example.com</code>" is a registered domain.</p><h4 id="syntax-references"><span class="secno">2.4.9 </span>References</h4><p>A <dfn id="valid-hash-name-reference">valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN
   (<code title="">#</code>) character followed by a string which
   exactly matches the value of the <code title="">name</code>
-  attribute of an element in the document with type <var title="">type</var>.</p><h3 id="urls"><span class="secno">2.5 </span>URLs</h3><p class="XXX annotation"><b>Status: </b><i>Working draft. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/56">ISSUE-56</a> (urls-webarch) blocks progress to Last Call</span></p><h4 id="terminology-0"><span class="secno">2.5.1 </span>Terminology</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p>A <dfn id="url">URL</dfn> is a string used to identify a resource.</p><p>A <a href="#url">URL</a> is a <dfn id="valid-url">valid URL</dfn> if it is a
+  attribute of an element in the document with type <var title="">type</var>.</p><h4 id="mq"><span class="secno">2.4.10 </span>Media queries</h4><p>A string is a <dfn id="valid-media-query">valid media query</dfn> if it matches the
+  <code title="">media_query_list</code> production of the Media
+  Queries specification. <a href="references.html#refsMQ">[MQ]</a></p><p>A string <dfn id="matches-the-environment">matches the environment</dfn> of a view if it is
+  the empty string, a string consisting of only <a href="#space-character" title="space
+  character">space characters</a>, or is a media query that matches
+  that view's environment according to the definitions given in the
+  Media Queries specification. <a href="references.html#refsMQ">[MQ]</a></p><h3 id="urls"><span class="secno">2.5 </span>URLs</h3><p class="XXX annotation"><b>Status: </b><i>Working draft. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/56">ISSUE-56</a> (urls-webarch) blocks progress to Last Call</span></p><h4 id="terminology-0"><span class="secno">2.5.1 </span>Terminology</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p>A <dfn id="url">URL</dfn> is a string used to identify a resource.</p><p>A <a href="#url">URL</a> is a <dfn id="valid-url">valid URL</dfn> if it is a
   <span>valid Web address</span> as defined by the Web addresses
   specification. <a href="references.html#refsWEBADDRESSES">[WEBADDRESSES]</a></p><p>A <a href="#url">URL</a> is an <dfn id="absolute-url">absolute URL</dfn> if it is an
   <span>absolute Web address</span> as defined by the Web addresses

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- text-level-semantics.html	21 Sep 2009 09:37:03 -0000	1.189
+++ text-level-semantics.html	21 Sep 2009 10:07:04 -0000	1.190
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="semantics.html">&#8592; 4 The elements of HTML</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- history.html	21 Sep 2009 09:37:02 -0000	1.191
+++ history.html	21 Sep 2009 10:07:03 -0000	1.192
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="offline.html">&#8592; 6.7 Offline Web applications</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -469,9 +469,9 @@
   document has no particular relationship with the destination
   resource other than there being a hyperlink between the two.</p><p>The <dfn id="attr-hyperlink-media" title="attr-hyperlink-media"><code>media</code></dfn>
   attribute describes for which media the target document was
-  designed. It is purely advisory. The value must be a valid <a href="#mq">media query</a>. <a href="references.html#refsMQ">[MQ]</a> The default,
-  if the <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code> attribute is
-  omitted, is <code>all</code>.</p><p>The <dfn id="attr-hyperlink-hreflang" title="attr-hyperlink-hreflang"><code>hreflang</code></dfn>
+  designed. It is purely advisory. The value must be a <a href="infrastructure.html#valid-media-query">valid
+  media query</a>. The default, if the <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code> attribute is omitted, is
+  "<code title="">all</code>".</p><p>The <dfn id="attr-hyperlink-hreflang" title="attr-hyperlink-hreflang"><code>hreflang</code></dfn>
   attribute on hyperlink elements, if present, gives the language of
   the linked resource. It is purely advisory. The value must be a
   valid BCP 47 language code. <a href="references.html#refsBCP47">[BCP47]</a>

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- tabular-data.html	21 Sep 2009 09:37:03 -0000	1.190
+++ tabular-data.html	21 Sep 2009 10:07:04 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="the-canvas-element.html">&#8592; 4.8.11 The canvas element</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- microdata.html	21 Sep 2009 09:37:02 -0000	1.190
+++ microdata.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="interactive-elements.html">&#8592; 4.11 Interactive elements</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- Overview.html	21 Sep 2009 09:37:02 -0000	1.190
+++ Overview.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -240,7 +240,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3087.
+This is revision 1.3088.
    </p>
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -379,7 +379,8 @@
      <li><a href="infrastructure.html#space-separated-tokens"><span class="secno">2.4.6 </span>Space-separated tokens</a></li>
      <li><a href="infrastructure.html#comma-separated-tokens"><span class="secno">2.4.7 </span>Comma-separated tokens</a></li>
      <li><a href="infrastructure.html#reversed-dns-identifiers"><span class="secno">2.4.8 </span>Reversed DNS identifiers</a></li>
-     <li><a href="infrastructure.html#syntax-references"><span class="secno">2.4.9 </span>References</a></li></ol></li>
+     <li><a href="infrastructure.html#syntax-references"><span class="secno">2.4.9 </span>References</a></li>
+     <li><a href="infrastructure.html#mq"><span class="secno">2.4.10 </span>Media queries</a></li></ol></li>
    <li><a href="infrastructure.html#urls"><span class="secno">2.5 </span>URLs</a>
     <ol><li><a href="infrastructure.html#terminology-0"><span class="secno">2.5.1 </span>Terminology</a></li>
      <li><a href="infrastructure.html#interfaces-for-url-manipulation"><span class="secno">2.5.2 </span>Interfaces for URL manipulation</a></li></ol></li>

Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- embedded-content-0.html	21 Sep 2009 09:37:02 -0000	1.190
+++ embedded-content-0.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="dom.html">&#8592; 3 Semantics, structure, and APIs of HTML documents</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- dom.html	21 Sep 2009 09:37:02 -0000	1.191
+++ dom.html	21 Sep 2009 10:07:03 -0000	1.192
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="infrastructure.html">&#8592; 2 Common infrastructure</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- acknowledgements.html	21 Sep 2009 09:37:02 -0000	1.190
+++ acknowledgements.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -217,7 +217,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="references.html">&#8592; References</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a>

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- the-canvas-element.html	21 Sep 2009 09:37:03 -0000	1.190
+++ the-canvas-element.html	21 Sep 2009 10:07:04 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="video.html">&#8592; 4.8.7 The video element</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: iana-considerations.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana-considerations.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- iana-considerations.html	21 Sep 2009 09:37:02 -0000	1.190
+++ iana-considerations.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="no.html">&#8592; 12 Things that you can't do with this specification because they are better handled using other technologies that are further described herein</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- forms.html	21 Sep 2009 09:37:02 -0000	1.190
+++ forms.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="tabular-data.html">&#8592; 4.9 Tabular data</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- interactive-elements.html	21 Sep 2009 09:37:02 -0000	1.190
+++ interactive-elements.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="forms.html">&#8592; 4.10 Forms</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- editing.html	21 Sep 2009 09:37:02 -0000	1.190
+++ editing.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="history.html">&#8592; 6.8 Session history and navigation</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- video.html	21 Sep 2009 09:37:03 -0000	1.190
+++ video.html	21 Sep 2009 10:07:04 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="text-level-semantics.html">&#8592; 4.6 Text-level semantics</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -508,7 +508,9 @@
   attribute gives the intended media type of the <a href="#media-resource">media
   resource</a>, to help the user agent determine if this
   <a href="#media-resource">media resource</a> is useful to the user before fetching
-  it. Its value must be a valid <a href="#mq">media query</a>. <a href="references.html#refsMQ">[MQ]</a></p><h4 id="media-elements"><span class="secno">4.8.10 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="media-element" title="media element">Media elements</dfn> implement the
+  it. Its value must be a <a href="infrastructure.html#valid-media-query">valid media query</a>.</p><p id="source-default-media">The default, if the <code title="attr-srouce-media">media</code> attribute is omitted, is
+  "<code title="">all</code>", meaning that by default styles apply to
+  all media.</p><h4 id="media-elements"><span class="secno">4.8.10 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="media-element" title="media element">Media elements</dfn> implement the
   following interface:</p><pre class="idl">interface <dfn id="htmlmediaelement">HTMLMediaElement</dfn> : <a href="dom.html#htmlelement">HTMLElement</a> {
 
   // error state

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- browsers.html	21 Sep 2009 09:37:02 -0000	1.191
+++ browsers.html	21 Sep 2009 10:07:03 -0000	1.192
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="microdata.html">&#8592; 5 Microdata</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- the-xhtml-syntax.html	21 Sep 2009 09:37:03 -0000	1.189
+++ the-xhtml-syntax.html	21 Sep 2009 10:07:04 -0000	1.190
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="named-character-references.html">&#8592; 9.2 Named character references</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- offline.html	21 Sep 2009 09:37:02 -0000	1.190
+++ offline.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="browsers.html">&#8592; 6 Web browsers</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- syntax.html	21 Sep 2009 09:37:03 -0000	1.191
+++ syntax.html	21 Sep 2009 10:07:04 -0000	1.192
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="comms.html">&#8592; 8 Communication</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- obsolete.html	21 Sep 2009 09:37:02 -0000	1.191
+++ obsolete.html	21 Sep 2009 10:07:03 -0000	1.192
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="the-xhtml-syntax.html">&#8592; 10 The XHTML syntax</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- named-character-references.html	21 Sep 2009 09:37:02 -0000	1.191
+++ named-character-references.html	21 Sep 2009 10:07:03 -0000	1.192
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="syntax.html">&#8592; 9 The HTML syntax</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- references.html	21 Sep 2009 09:37:02 -0000	1.190
+++ references.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="index.html">&#8592; Index</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- semantics.html	21 Sep 2009 09:37:02 -0000	1.190
+++ semantics.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="embedded-content-0.html">&#8592; 3.2.5.1.6 Embedded content</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -469,8 +469,7 @@
   whose context is given by the link's location within the
   document.</p><p>The <dfn id="attr-link-media" title="attr-link-media"><code>media</code></dfn>
   attribute says which media the resource applies to. The value must
-  be a valid <a href="#mq">media query</a>. <a href="references.html#refsMQ">[MQ]</a></p><p id="default-media">The default, if the <code title="attr-link-media"><a href="#attr-link-media">media</a></code> attribute is omitted, is
-  <code>all</code>, meaning that by default links apply to all
+  be a <a href="infrastructure.html#valid-media-query">valid media query</a>.</p><p id="default-media">The default, if the <code title="attr-link-media"><a href="#attr-link-media">media</a></code> attribute is omitted, is "<code title="">all</code>", meaning that by default links apply to all
   media.</p><p>The <dfn id="attr-link-hreflang" title="attr-link-hreflang"><code>hreflang</code></dfn>
   attribute on the <code><a href="#the-link-element">link</a></code> element has the same semantics as
   the <a href="history.html#attr-hyperlink-hreflang" title="attr-hyperlink-hreflang"><code>hreflang</code>
@@ -1028,13 +1027,15 @@
   attribute is given, it must contain a <a href="infrastructure.html#valid-mime-type">valid MIME type</a>,
   optionally with parameters, that designates a styling language. If
   the attribute is absent, the type defaults to
-  <code>text/css</code>. <a href="references.html#refsRFC2318">[RFC2318]</a></p><p>The <dfn id="attr-style-media" title="attr-style-media"><code>media</code></dfn>
+  <code>text/css</code>. <a href="references.html#refsRFC2318">[RFC2318]</a></p><p>However, if the link is an <a href="#external-resource-link">external resource link</a>,
+  then the <code title="attr-link-media"><a href="#attr-link-media">media</a></code> attribute is
+  prescriptive.
+
+  </p><p>The <dfn id="attr-style-media" title="attr-style-media"><code>media</code></dfn>
   attribute says which media the styles apply to. The value must be a
-  valid <a href="#mq">media query</a>. <a href="references.html#refsMQ">[MQ]</a>
-  </p><!-- note similar text
-  in <link> section --><p id="style-default-media">The default, if the <code title="attr-style-media"><a href="#attr-style-media">media</a></code> attribute is omitted, is
-  <code>all</code>, meaning that by default styles apply to all
-  media.</p><p>The <dfn id="attr-style-scoped" title="attr-style-scoped"><code>scoped</code></dfn>
+  <a href="infrastructure.html#valid-media-query">valid media query</a>.  </p><!-- note similar text in <link> section --><p id="style-default-media">The default, if the <code title="attr-style-media"><a href="#attr-style-media">media</a></code> attribute is omitted, is
+  "<code title="">all</code>", meaning that by default styles apply to
+  all media.</p><p>The <dfn id="attr-style-scoped" title="attr-style-scoped"><code>scoped</code></dfn>
   attribute is a <a href="infrastructure.html#boolean-attribute">boolean attribute</a>. If set, it indicates
   that the styles are intended just for the subtree rooted at the
   <code><a href="#the-style-element">style</a></code> element's parent element, as opposed to the whole

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- index.html	21 Sep 2009 09:37:02 -0000	1.190
+++ index.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="iana-considerations.html">&#8592; IANA considerations</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- comms.html	21 Sep 2009 09:37:02 -0000	1.190
+++ comms.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="editing.html">&#8592; 7 User Interaction</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- spec.html	21 Sep 2009 09:37:03 -0000	1.191
+++ spec.html	21 Sep 2009 10:07:03 -0000	1.192
@@ -238,7 +238,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3087.
+This is revision 1.3088.
    </p>
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -386,7 +386,8 @@
      <li><a href=#space-separated-tokens><span class=secno>2.4.6 </span>Space-separated tokens</a></li>
      <li><a href=#comma-separated-tokens><span class=secno>2.4.7 </span>Comma-separated tokens</a></li>
      <li><a href=#reversed-dns-identifiers><span class=secno>2.4.8 </span>Reversed DNS identifiers</a></li>
-     <li><a href=#syntax-references><span class=secno>2.4.9 </span>References</a></li></ol></li>
+     <li><a href=#syntax-references><span class=secno>2.4.9 </span>References</a></li>
+     <li><a href=#mq><span class=secno>2.4.10 </span>Media queries</a></li></ol></li>
    <li><a href=#urls><span class=secno>2.5 </span>URLs</a>
     <ol>
      <li><a href=#terminology-0><span class=secno>2.5.1 </span>Terminology</a></li>
@@ -1835,7 +1836,13 @@
   identifier</a> because the string "<code title="">example.com</code>" is a registered domain.</p><h4 id=syntax-references><span class=secno>2.4.9 </span>References</h4><p>A <dfn id=valid-hash-name-reference>valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN
   (<code title="">#</code>) character followed by a string which
   exactly matches the value of the <code title="">name</code>
-  attribute of an element in the document with type <var title="">type</var>.</p><h3 id=urls><span class=secno>2.5 </span>URLs</h3><p class="XXX annotation"><b>Status: </b><i>Working draft. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/56>ISSUE-56</a> (urls-webarch) blocks progress to Last Call</span></p><h4 id=terminology-0><span class=secno>2.5.1 </span>Terminology</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p>A <dfn id=url>URL</dfn> is a string used to identify a resource.</p><p>A <a href=#url>URL</a> is a <dfn id=valid-url>valid URL</dfn> if it is a
+  attribute of an element in the document with type <var title="">type</var>.</p><h4 id=mq><span class=secno>2.4.10 </span>Media queries</h4><p>A string is a <dfn id=valid-media-query>valid media query</dfn> if it matches the
+  <code title="">media_query_list</code> production of the Media
+  Queries specification. <a href=#refsMQ>[MQ]</a></p><p>A string <dfn id=matches-the-environment>matches the environment</dfn> of a view if it is
+  the empty string, a string consisting of only <a href=#space-character title="space
+  character">space characters</a>, or is a media query that matches
+  that view's environment according to the definitions given in the
+  Media Queries specification. <a href=#refsMQ>[MQ]</a></p><h3 id=urls><span class=secno>2.5 </span>URLs</h3><p class="XXX annotation"><b>Status: </b><i>Working draft. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/56>ISSUE-56</a> (urls-webarch) blocks progress to Last Call</span></p><h4 id=terminology-0><span class=secno>2.5.1 </span>Terminology</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p>A <dfn id=url>URL</dfn> is a string used to identify a resource.</p><p>A <a href=#url>URL</a> is a <dfn id=valid-url>valid URL</dfn> if it is a
   <span>valid Web address</span> as defined by the Web addresses
   specification. <a href=#refsWEBADDRESSES>[WEBADDRESSES]</a></p><p>A <a href=#url>URL</a> is an <dfn id=absolute-url>absolute URL</dfn> if it is an
   <span>absolute Web address</span> as defined by the Web addresses
@@ -4324,8 +4331,7 @@
   whose context is given by the link's location within the
   document.</p><p>The <dfn id=attr-link-media title=attr-link-media><code>media</code></dfn>
   attribute says which media the resource applies to. The value must
-  be a valid <a href=#mq>media query</a>. <a href=#refsMQ>[MQ]</a></p><p id=default-media>The default, if the <code title=attr-link-media><a href=#attr-link-media>media</a></code> attribute is omitted, is
-  <code>all</code>, meaning that by default links apply to all
+  be a <a href=#valid-media-query>valid media query</a>.</p><p id=default-media>The default, if the <code title=attr-link-media><a href=#attr-link-media>media</a></code> attribute is omitted, is "<code title="">all</code>", meaning that by default links apply to all
   media.</p><p>The <dfn id=attr-link-hreflang title=attr-link-hreflang><code>hreflang</code></dfn>
   attribute on the <code><a href=#the-link-element>link</a></code> element has the same semantics as
   the <a href=#attr-hyperlink-hreflang title=attr-hyperlink-hreflang><code>hreflang</code>
@@ -4883,13 +4889,15 @@
   attribute is given, it must contain a <a href=#valid-mime-type>valid MIME type</a>,
   optionally with parameters, that designates a styling language. If
   the attribute is absent, the type defaults to
-  <code>text/css</code>. <a href=#refsRFC2318>[RFC2318]</a></p><p>The <dfn id=attr-style-media title=attr-style-media><code>media</code></dfn>
+  <code>text/css</code>. <a href=#refsRFC2318>[RFC2318]</a></p><p>However, if the link is an <a href=#external-resource-link>external resource link</a>,
+  then the <code title=attr-link-media><a href=#attr-link-media>media</a></code> attribute is
+  prescriptive.
+
+  </p><p>The <dfn id=attr-style-media title=attr-style-media><code>media</code></dfn>
   attribute says which media the styles apply to. The value must be a
-  valid <a href=#mq>media query</a>. <a href=#refsMQ>[MQ]</a>
-  </p><!-- note similar text
-  in <link> section --><p id=style-default-media>The default, if the <code title=attr-style-media><a href=#attr-style-media>media</a></code> attribute is omitted, is
-  <code>all</code>, meaning that by default styles apply to all
-  media.</p><p>The <dfn id=attr-style-scoped title=attr-style-scoped><code>scoped</code></dfn>
+  <a href=#valid-media-query>valid media query</a>.  </p><!-- note similar text in <link> section --><p id=style-default-media>The default, if the <code title=attr-style-media><a href=#attr-style-media>media</a></code> attribute is omitted, is
+  "<code title="">all</code>", meaning that by default styles apply to
+  all media.</p><p>The <dfn id=attr-style-scoped title=attr-style-scoped><code>scoped</code></dfn>
   attribute is a <a href=#boolean-attribute>boolean attribute</a>. If set, it indicates
   that the styles are intended just for the subtree rooted at the
   <code><a href=#the-style-element>style</a></code> element's parent element, as opposed to the whole
@@ -10433,7 +10441,9 @@
   attribute gives the intended media type of the <a href=#media-resource>media
   resource</a>, to help the user agent determine if this
   <a href=#media-resource>media resource</a> is useful to the user before fetching
-  it. Its value must be a valid <a href=#mq>media query</a>. <a href=#refsMQ>[MQ]</a></p><h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id=media-element title="media element">Media elements</dfn> implement the
+  it. Its value must be a <a href=#valid-media-query>valid media query</a>.</p><p id=source-default-media>The default, if the <code title=attr-srouce-media>media</code> attribute is omitted, is
+  "<code title="">all</code>", meaning that by default styles apply to
+  all media.</p><h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id=media-element title="media element">Media elements</dfn> implement the
   following interface:</p><pre class=idl>interface <dfn id=htmlmediaelement>HTMLMediaElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
 
   // error state
@@ -23614,9 +23624,9 @@
   document has no particular relationship with the destination
   resource other than there being a hyperlink between the two.</p><p>The <dfn id=attr-hyperlink-media title=attr-hyperlink-media><code>media</code></dfn>
   attribute describes for which media the target document was
-  designed. It is purely advisory. The value must be a valid <a href=#mq>media query</a>. <a href=#refsMQ>[MQ]</a> The default,
-  if the <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code> attribute is
-  omitted, is <code>all</code>.</p><p>The <dfn id=attr-hyperlink-hreflang title=attr-hyperlink-hreflang><code>hreflang</code></dfn>
+  designed. It is purely advisory. The value must be a <a href=#valid-media-query>valid
+  media query</a>. The default, if the <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code> attribute is omitted, is
+  "<code title="">all</code>".</p><p>The <dfn id=attr-hyperlink-hreflang title=attr-hyperlink-hreflang><code>hreflang</code></dfn>
   attribute on hyperlink elements, if present, gives the language of
   the linked resource. It is purely advisory. The value must be a
   valid BCP 47 language code. <a href=#refsBCP47>[BCP47]</a>

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- introduction.html	21 Sep 2009 09:37:02 -0000	1.191
+++ introduction.html	21 Sep 2009 10:07:03 -0000	1.192
@@ -217,7 +217,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="Overview.html#contents">Table of contents</a> &#8211;
    <a href="infrastructure.html">2 Common infrastructure &#8594;</a>

Index: no.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/no.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- no.html	21 Sep 2009 09:37:02 -0000	1.190
+++ no.html	21 Sep 2009 10:07:03 -0000	1.191
@@ -218,7 +218,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3087.</p>
+<p>This is revision 1.3088.</p>
    </div><div>
    <a href="obsolete.html">&#8592; 11 Obsolete features</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Received on Monday, 21 September 2009 10:07:18 UTC