[html5] r7618 - [cgiow] (0) Drop <a media> and <area media>. Fixing https://www.w3.org/Bugs/Publ [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Dec 30 12:19:48 PST 2012


Author: ianh
Date: 2012-12-30 12:19:46 -0800 (Sun, 30 Dec 2012)
New Revision: 7618

Modified:
   complete.html
   index
   source
Log:
[cgiow] (0) Drop <a media> and <area media>.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20521
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-30 20:09:09 UTC (rev 7617)
+++ complete.html	2012-12-30 20:19:46 UTC (rev 7618)
@@ -20356,7 +20356,6 @@
    <dd><code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code></dd>
    <dd><code title=attr-hyperlink-ping><a href=#ping>ping</a></code></dd>
    <dd><code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code></dd>
-   <dd><code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code></dd>
    <dd><code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code></dd>
    <dd><code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -20368,7 +20367,6 @@
            attribute DOMString <a href=#dom-a-ping title=dom-a-ping>ping</a>;
            attribute DOMString <a href=#dom-a-rel title=dom-a-rel>rel</a>;
   readonly attribute <a href=#domtokenlist>DOMTokenList</a> <a href=#dom-a-rellist title=dom-a-relList>relList</a>;
-           attribute DOMString <a href=#dom-a-media title=dom-a-media>media</a>;
            attribute DOMString <a href=#dom-a-hreflang title=dom-a-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-a-type title=dom-a-type>type</a>;
 
@@ -20397,8 +20395,9 @@
   placed, if it had been relevant, consisting of just the element's contents.</p>
 
   <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>, <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>,
-  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>,
-  <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is not present.</p>
+  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code>
+  attributes must be omitted if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is not
+  present.</p>
 
   <p>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> is specified on an <code><a href=#the-a-element>a</a></code> element,
   then the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute must also be specified.</p>
@@ -20424,9 +20423,9 @@
   <p>The <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>, and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
   attributes affect what happens when users <a href=#following-hyperlinks title="following hyperlinks">follow
   hyperlinks</a> or <a href=#downloading-hyperlinks title="downloading hyperlinks">download hyperlinks</a> created using
-  the <code><a href=#the-a-element>a</a></code> element. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>,
-  and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to indicate to the user
-  the likely nature of the target resource before the user follows the link.</p>
+  the <code><a href=#the-a-element>a</a></code> element. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code>
+  attributes may be used to indicate to the user the likely nature of the target resource before the
+  user follows the link.</p>
 
   <p>The <a href=#activation-behavior>activation behavior</a> of <code><a href=#the-a-element>a</a></code> elements that create <a href=#hyperlink title=hyperlink>hyperlinks</a> is to run the following steps:</p>
 
@@ -20480,8 +20479,7 @@
   </dl><div class=impl>
 
   <p>The IDL attributes <dfn id=dom-a-href title=dom-a-href><code>href</code></dfn>, <dfn id=dom-a-download title=dom-a-download><code>download</code></dfn>, <dfn id=dom-a-ping title=dom-a-ping><code>ping</code></dfn>, <dfn id=dom-a-target title=dom-a-target><code>target</code></dfn>,
-  <dfn id=dom-a-rel title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-media title=dom-a-media><code>media</code></dfn>,
-  <dfn id=dom-a-hreflang title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-a-type title=dom-a-type><code>type</code></dfn>, must <a href=#reflect>reflect</a> the respective content
+  <dfn id=dom-a-rel title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-hreflang title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-a-type title=dom-a-type><code>type</code></dfn>, must <a href=#reflect>reflect</a> the respective content
   attributes of the same name.</p>
 
   <p>The IDL attribute <dfn id=dom-a-rellist title=dom-a-rellist><code>relList</code></dfn> must
@@ -40795,7 +40793,6 @@
    <dd><code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code></dd>
    <dd><code title=attr-hyperlink-ping><a href=#ping>ping</a></code></dd>
    <dd><code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code></dd>
-   <dd><code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code></dd>
    <dd><code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code></dd>
    <dd><code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -40810,7 +40807,6 @@
            attribute DOMString <a href=#dom-area-ping title=dom-area-ping>ping</a>;
            attribute DOMString <a href=#dom-area-rel title=dom-area-rel>rel</a>;
   readonly attribute <a href=#domtokenlist>DOMTokenList</a> <a href=#dom-area-rellist title=dom-area-relList>relList</a>;
-           attribute DOMString <a href=#dom-area-media title=dom-area-media>media</a>;
            attribute DOMString <a href=#dom-area-hreflang title=dom-area-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-area-type title=dom-area-type>type</a>;
 
@@ -40929,15 +40925,16 @@
   <p>When user agents allow users to <a href=#following-hyperlinks title="following hyperlinks">follow hyperlinks</a> or
   <a href=#downloading-hyperlinks title="downloading hyperlinks">download hyperlinks</a> created using the
   <code><a href=#the-area-element>area</a></code> element, as described in the next section, the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>, and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
-  attributes decide how the link is followed. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>,
-  and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to indicate to the user
-  the likely nature of the target resource before the user follows the link.</p>
+  attributes decide how the link is followed. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code>
+  attributes may be used to indicate to the user the likely nature of the target resource before the
+  user follows the link.</p>
 
   </div>
 
   <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>, <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>,
-  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>,
-  <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is not present.</p>
+  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code>
+  attributes must be omitted if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is not
+  present.</p>
 
   <p>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> is specified on an <code><a href=#the-area-element>area</a></code>
   element, then the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute must also be
@@ -40964,7 +40961,7 @@
    preference.</li>
 
   </ol><p>The IDL attributes <dfn id=dom-area-alt title=dom-area-alt><code>alt</code></dfn>, <dfn id=dom-area-coords title=dom-area-coords><code>coords</code></dfn>, <dfn id=dom-area-href title=dom-area-href><code>href</code></dfn>, <dfn id=dom-area-target title=dom-area-target><code>target</code></dfn>, <dfn id=dom-area-download title=dom-area-download><code>download</code></dfn>, <dfn id=dom-area-ping title=dom-area-ping><code>ping</code></dfn>, <dfn id=dom-area-rel title=dom-area-rel><code>rel</code></dfn>,
-  <dfn id=dom-area-media title=dom-area-media><code>media</code></dfn>, <dfn id=dom-area-hreflang title=dom-area-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-area-type title=dom-area-type><code>type</code></dfn>, each must <a href=#reflect>reflect</a> the respective
+  <dfn id=dom-area-hreflang title=dom-area-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-area-type title=dom-area-type><code>type</code></dfn>, each must <a href=#reflect>reflect</a> the respective
   content attributes of the same name.</p>
 
   <p>The IDL attribute <dfn id=dom-area-shape title=dom-area-shape><code>shape</code></dfn> must
@@ -59845,12 +59842,6 @@
   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 <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 <code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements that
   create <a href=#hyperlink title=hyperlink>hyperlinks</a>, if present, gives
@@ -60494,14 +60485,9 @@
     <p>The keyword creates a <a href=#hyperlink>hyperlink</a> referencing an
     alternate representation of the current document.</p>
 
-    <p>The nature of the referenced document is given by the <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes.</p>
+    <p>The nature of the referenced document is given by the <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes.</p>
 
     <p>If the <code title=rel-alternate><a href=#rel-alternate>alternate</a></code> keyword is
-    used with the <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>
-    attribute, it indicates that the referenced document is intended for
-    use with the media specified.</p>
-
-    <p>If the <code title=rel-alternate><a href=#rel-alternate>alternate</a></code> keyword is
     used with the <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>
     attribute, and that attribute's value differs from the <a href=#root-element>root
     element</a>'s <a href=#language>language</a>, it indicates that the
@@ -60512,9 +60498,7 @@
     attribute, it indicates that the referenced document is a
     reformulation of the current document in the specified format.</p>
 
-    <p>The <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes can be combined
-    when specified with the <code title=rel-alternate><a href=#rel-alternate>alternate</a></code>
-    keyword.</p>
+    <p>The <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code> and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes can be combined when specified with the <code title=rel-alternate><a href=#rel-alternate>alternate</a></code> keyword.</p>
 
     <div class=example>
 
@@ -100975,7 +100959,6 @@
          <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>;
          <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>;
          <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>;
-         <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>;
          <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>;
          <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code></td>
      <td><code><a href=#htmlanchorelement>HTMLAnchorElement</a></code></td>
@@ -101009,7 +100992,6 @@
          <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>;
          <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>;
          <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>;
-         <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>;
          <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>;
          <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code></td>
      <td><code><a href=#htmlareaelement>HTMLAreaElement</a></code></td>
@@ -102905,9 +102887,7 @@
      <td> Maximum length of value
      <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a>
     <tr><th> <code title="">media</code>
-     <td> <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>a</a></code>;
-          <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>area</a></code>;
-          <code title=attr-link-media><a href=#attr-link-media>link</a></code>;
+     <td> <code title=attr-link-media><a href=#attr-link-media>link</a></code>;
           <code title=attr-source-media><a href=#attr-source-media>source</a></code>;
           <code title=attr-style-media><a href=#attr-style-media>style</a></code>
      <td> Applicable media

Modified: index
===================================================================
--- index	2012-12-30 20:09:09 UTC (rev 7617)
+++ index	2012-12-30 20:19:46 UTC (rev 7618)
@@ -20356,7 +20356,6 @@
    <dd><code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code></dd>
    <dd><code title=attr-hyperlink-ping><a href=#ping>ping</a></code></dd>
    <dd><code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code></dd>
-   <dd><code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code></dd>
    <dd><code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code></dd>
    <dd><code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -20368,7 +20367,6 @@
            attribute DOMString <a href=#dom-a-ping title=dom-a-ping>ping</a>;
            attribute DOMString <a href=#dom-a-rel title=dom-a-rel>rel</a>;
   readonly attribute <a href=#domtokenlist>DOMTokenList</a> <a href=#dom-a-rellist title=dom-a-relList>relList</a>;
-           attribute DOMString <a href=#dom-a-media title=dom-a-media>media</a>;
            attribute DOMString <a href=#dom-a-hreflang title=dom-a-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-a-type title=dom-a-type>type</a>;
 
@@ -20397,8 +20395,9 @@
   placed, if it had been relevant, consisting of just the element's contents.</p>
 
   <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>, <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>,
-  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>,
-  <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is not present.</p>
+  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code>
+  attributes must be omitted if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is not
+  present.</p>
 
   <p>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> is specified on an <code><a href=#the-a-element>a</a></code> element,
   then the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute must also be specified.</p>
@@ -20424,9 +20423,9 @@
   <p>The <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>, and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
   attributes affect what happens when users <a href=#following-hyperlinks title="following hyperlinks">follow
   hyperlinks</a> or <a href=#downloading-hyperlinks title="downloading hyperlinks">download hyperlinks</a> created using
-  the <code><a href=#the-a-element>a</a></code> element. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>,
-  and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to indicate to the user
-  the likely nature of the target resource before the user follows the link.</p>
+  the <code><a href=#the-a-element>a</a></code> element. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code>
+  attributes may be used to indicate to the user the likely nature of the target resource before the
+  user follows the link.</p>
 
   <p>The <a href=#activation-behavior>activation behavior</a> of <code><a href=#the-a-element>a</a></code> elements that create <a href=#hyperlink title=hyperlink>hyperlinks</a> is to run the following steps:</p>
 
@@ -20480,8 +20479,7 @@
   </dl><div class=impl>
 
   <p>The IDL attributes <dfn id=dom-a-href title=dom-a-href><code>href</code></dfn>, <dfn id=dom-a-download title=dom-a-download><code>download</code></dfn>, <dfn id=dom-a-ping title=dom-a-ping><code>ping</code></dfn>, <dfn id=dom-a-target title=dom-a-target><code>target</code></dfn>,
-  <dfn id=dom-a-rel title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-media title=dom-a-media><code>media</code></dfn>,
-  <dfn id=dom-a-hreflang title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-a-type title=dom-a-type><code>type</code></dfn>, must <a href=#reflect>reflect</a> the respective content
+  <dfn id=dom-a-rel title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-hreflang title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-a-type title=dom-a-type><code>type</code></dfn>, must <a href=#reflect>reflect</a> the respective content
   attributes of the same name.</p>
 
   <p>The IDL attribute <dfn id=dom-a-rellist title=dom-a-rellist><code>relList</code></dfn> must
@@ -40795,7 +40793,6 @@
    <dd><code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code></dd>
    <dd><code title=attr-hyperlink-ping><a href=#ping>ping</a></code></dd>
    <dd><code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code></dd>
-   <dd><code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code></dd>
    <dd><code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code></dd>
    <dd><code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
@@ -40810,7 +40807,6 @@
            attribute DOMString <a href=#dom-area-ping title=dom-area-ping>ping</a>;
            attribute DOMString <a href=#dom-area-rel title=dom-area-rel>rel</a>;
   readonly attribute <a href=#domtokenlist>DOMTokenList</a> <a href=#dom-area-rellist title=dom-area-relList>relList</a>;
-           attribute DOMString <a href=#dom-area-media title=dom-area-media>media</a>;
            attribute DOMString <a href=#dom-area-hreflang title=dom-area-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-area-type title=dom-area-type>type</a>;
 
@@ -40929,15 +40925,16 @@
   <p>When user agents allow users to <a href=#following-hyperlinks title="following hyperlinks">follow hyperlinks</a> or
   <a href=#downloading-hyperlinks title="downloading hyperlinks">download hyperlinks</a> created using the
   <code><a href=#the-area-element>area</a></code> element, as described in the next section, the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>, and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
-  attributes decide how the link is followed. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>,
-  and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to indicate to the user
-  the likely nature of the target resource before the user follows the link.</p>
+  attributes decide how the link is followed. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code>
+  attributes may be used to indicate to the user the likely nature of the target resource before the
+  user follows the link.</p>
 
   </div>
 
   <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>, <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>,
-  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>,
-  <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is not present.</p>
+  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code>
+  attributes must be omitted if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is not
+  present.</p>
 
   <p>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> is specified on an <code><a href=#the-area-element>area</a></code>
   element, then the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute must also be
@@ -40964,7 +40961,7 @@
    preference.</li>
 
   </ol><p>The IDL attributes <dfn id=dom-area-alt title=dom-area-alt><code>alt</code></dfn>, <dfn id=dom-area-coords title=dom-area-coords><code>coords</code></dfn>, <dfn id=dom-area-href title=dom-area-href><code>href</code></dfn>, <dfn id=dom-area-target title=dom-area-target><code>target</code></dfn>, <dfn id=dom-area-download title=dom-area-download><code>download</code></dfn>, <dfn id=dom-area-ping title=dom-area-ping><code>ping</code></dfn>, <dfn id=dom-area-rel title=dom-area-rel><code>rel</code></dfn>,
-  <dfn id=dom-area-media title=dom-area-media><code>media</code></dfn>, <dfn id=dom-area-hreflang title=dom-area-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-area-type title=dom-area-type><code>type</code></dfn>, each must <a href=#reflect>reflect</a> the respective
+  <dfn id=dom-area-hreflang title=dom-area-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-area-type title=dom-area-type><code>type</code></dfn>, each must <a href=#reflect>reflect</a> the respective
   content attributes of the same name.</p>
 
   <p>The IDL attribute <dfn id=dom-area-shape title=dom-area-shape><code>shape</code></dfn> must
@@ -59845,12 +59842,6 @@
   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 <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 <code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements that
   create <a href=#hyperlink title=hyperlink>hyperlinks</a>, if present, gives
@@ -60494,14 +60485,9 @@
     <p>The keyword creates a <a href=#hyperlink>hyperlink</a> referencing an
     alternate representation of the current document.</p>
 
-    <p>The nature of the referenced document is given by the <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes.</p>
+    <p>The nature of the referenced document is given by the <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes.</p>
 
     <p>If the <code title=rel-alternate><a href=#rel-alternate>alternate</a></code> keyword is
-    used with the <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>
-    attribute, it indicates that the referenced document is intended for
-    use with the media specified.</p>
-
-    <p>If the <code title=rel-alternate><a href=#rel-alternate>alternate</a></code> keyword is
     used with the <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>
     attribute, and that attribute's value differs from the <a href=#root-element>root
     element</a>'s <a href=#language>language</a>, it indicates that the
@@ -60512,9 +60498,7 @@
     attribute, it indicates that the referenced document is a
     reformulation of the current document in the specified format.</p>
 
-    <p>The <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes can be combined
-    when specified with the <code title=rel-alternate><a href=#rel-alternate>alternate</a></code>
-    keyword.</p>
+    <p>The <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code> and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes can be combined when specified with the <code title=rel-alternate><a href=#rel-alternate>alternate</a></code> keyword.</p>
 
     <div class=example>
 
@@ -100975,7 +100959,6 @@
          <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>;
          <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>;
          <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>;
-         <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>;
          <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>;
          <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code></td>
      <td><code><a href=#htmlanchorelement>HTMLAnchorElement</a></code></td>
@@ -101009,7 +100992,6 @@
          <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code>;
          <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>;
          <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>;
-         <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>;
          <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>;
          <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code></td>
      <td><code><a href=#htmlareaelement>HTMLAreaElement</a></code></td>
@@ -102905,9 +102887,7 @@
      <td> Maximum length of value
      <td> <a href=#valid-non-negative-integer>Valid non-negative integer</a>
     <tr><th> <code title="">media</code>
-     <td> <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>a</a></code>;
-          <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>area</a></code>;
-          <code title=attr-link-media><a href=#attr-link-media>link</a></code>;
+     <td> <code title=attr-link-media><a href=#attr-link-media>link</a></code>;
           <code title=attr-source-media><a href=#attr-source-media>source</a></code>;
           <code title=attr-style-media><a href=#attr-style-media>style</a></code>
      <td> Applicable media

Modified: source
===================================================================
--- source	2012-12-30 20:09:09 UTC (rev 7617)
+++ source	2012-12-30 20:19:46 UTC (rev 7618)
@@ -21536,7 +21536,6 @@
    <dd><code title="attr-hyperlink-download">download</code></dd>
    <dd><code title="attr-hyperlink-ping">ping</code></dd>
    <dd><code title="attr-hyperlink-rel">rel</code></dd>
-   <dd><code title="attr-hyperlink-media">media</code></dd>
    <dd><code title="attr-hyperlink-hreflang">hreflang</code></dd>
    <dd><code title="attr-hyperlink-type">type</code></dd>
    <dt><span title="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
@@ -21548,7 +21547,6 @@
            attribute DOMString <span title="dom-a-ping">ping</span>;
            attribute DOMString <span title="dom-a-rel">rel</span>;
   readonly attribute <span>DOMTokenList</span> <span title="dom-a-relList">relList</span>;
-           attribute DOMString <span title="dom-a-media">media</span>;
            attribute DOMString <span title="dom-a-hreflang">hreflang</span>;
            attribute DOMString <span title="dom-a-type">type</span>;
 
@@ -21580,10 +21578,10 @@
 
   <p>The <code title="attr-hyperlink-target">target</code>, <code
   title="attr-hyperlink-download">download</code>, <code title="attr-hyperlink-ping">ping</code>,
-  <code title="attr-hyperlink-rel">rel</code>, <code title="attr-hyperlink-media">media</code>,
-  <code title="attr-hyperlink-hreflang">hreflang</code>, and <code
-  title="attr-hyperlink-type">type</code> attributes must be omitted if the <code
-  title="attr-hyperlink-href">href</code> attribute is not present.</p>
+  <code title="attr-hyperlink-rel">rel</code>, <code
+  title="attr-hyperlink-hreflang">hreflang</code>, and <code title="attr-hyperlink-type">type</code>
+  attributes must be omitted if the <code title="attr-hyperlink-href">href</code> attribute is not
+  present.</p>
 
   <p>If the <code title="attr-itemprop">itemprop</code> is specified on an <code>a</code> element,
   then the <code title="attr-hyperlink-href">href</code> attribute must also be specified.</p>
@@ -21612,9 +21610,9 @@
   attributes affect what happens when users <span title="following hyperlinks">follow
   hyperlinks</span> or <span title="downloading hyperlinks">download hyperlinks</span> created using
   the <code>a</code> element. The <code title="attr-hyperlink-rel">rel</code>, <code
-  title="attr-hyperlink-media">media</code>, <code title="attr-hyperlink-hreflang">hreflang</code>,
-  and <code title="attr-hyperlink-type">type</code> attributes may be used to indicate to the user
-  the likely nature of the target resource before the user follows the link.</p>
+  title="attr-hyperlink-hreflang">hreflang</code>, and <code title="attr-hyperlink-type">type</code>
+  attributes may be used to indicate to the user the likely nature of the target resource before the
+  user follows the link.</p>
 
   <p>The <span>activation behavior</span> of <code>a</code> elements that create <span
   title="hyperlink">hyperlinks</span> is to run the following steps:</p>
@@ -21689,8 +21687,8 @@
   <p>The IDL attributes <dfn title="dom-a-href"><code>href</code></dfn>, <dfn
   title="dom-a-download"><code>download</code></dfn>, <dfn
   title="dom-a-ping"><code>ping</code></dfn>, <dfn title="dom-a-target"><code>target</code></dfn>,
-  <dfn title="dom-a-rel"><code>rel</code></dfn>, <dfn title="dom-a-media"><code>media</code></dfn>,
-  <dfn title="dom-a-hreflang"><code>hreflang</code></dfn>, and <dfn
+  <dfn title="dom-a-rel"><code>rel</code></dfn>, <dfn
+  title="dom-a-hreflang"><code>hreflang</code></dfn>, and <dfn
   title="dom-a-type"><code>type</code></dfn>, must <span>reflect</span> the respective content
   attributes of the same name.</p>
 
@@ -47688,7 +47686,6 @@
    <dd><code title="attr-hyperlink-download">download</code></dd>
    <dd><code title="attr-hyperlink-ping">ping</code></dd>
    <dd><code title="attr-hyperlink-rel">rel</code></dd>
-   <dd><code title="attr-hyperlink-media">media</code></dd>
    <dd><code title="attr-hyperlink-hreflang">hreflang</code></dd>
    <dd><code title="attr-hyperlink-type">type</code></dd>
    <dt><span title="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
@@ -47703,7 +47700,6 @@
            attribute DOMString <span title="dom-area-ping">ping</span>;
            attribute DOMString <span title="dom-area-rel">rel</span>;
   readonly attribute <span>DOMTokenList</span> <span title="dom-area-relList">relList</span>;
-           attribute DOMString <span title="dom-area-media">media</span>;
            attribute DOMString <span title="dom-area-hreflang">hreflang</span>;
            attribute DOMString <span title="dom-area-type">type</span>;
 
@@ -47847,18 +47843,18 @@
   title="attr-hyperlink-href">href</code>, <code title="attr-hyperlink-target">target</code>, <code
   title="attr-hyperlink-download">download</code>, and <code title="attr-hyperlink-ping">ping</code>
   attributes decide how the link is followed. The <code title="attr-hyperlink-rel">rel</code>, <code
-  title="attr-hyperlink-media">media</code>, <code title="attr-hyperlink-hreflang">hreflang</code>,
-  and <code title="attr-hyperlink-type">type</code> attributes may be used to indicate to the user
-  the likely nature of the target resource before the user follows the link.</p>
+  title="attr-hyperlink-hreflang">hreflang</code>, and <code title="attr-hyperlink-type">type</code>
+  attributes may be used to indicate to the user the likely nature of the target resource before the
+  user follows the link.</p>
 
   </div>
 
   <p>The <code title="attr-hyperlink-target">target</code>, <code
   title="attr-hyperlink-download">download</code>, <code title="attr-hyperlink-ping">ping</code>,
-  <code title="attr-hyperlink-rel">rel</code>, <code title="attr-hyperlink-media">media</code>,
-  <code title="attr-hyperlink-hreflang">hreflang</code>, and <code
-  title="attr-hyperlink-type">type</code> attributes must be omitted if the <code
-  title="attr-hyperlink-href">href</code> attribute is not present.</p>
+  <code title="attr-hyperlink-rel">rel</code>, <code
+  title="attr-hyperlink-hreflang">hreflang</code>, and <code title="attr-hyperlink-type">type</code>
+  attributes must be omitted if the <code title="attr-hyperlink-href">href</code> attribute is not
+  present.</p>
 
   <p>If the <code title="attr-itemprop">itemprop</code> is specified on an <code>area</code>
   element, then the <code title="attr-hyperlink-href">href</code> attribute must also be
@@ -47898,8 +47894,7 @@
   title="dom-area-target"><code>target</code></dfn>, <dfn
   title="dom-area-download"><code>download</code></dfn>, <dfn
   title="dom-area-ping"><code>ping</code></dfn>, <dfn title="dom-area-rel"><code>rel</code></dfn>,
-  <dfn title="dom-area-media"><code>media</code></dfn>, <dfn
-  title="dom-area-hreflang"><code>hreflang</code></dfn>, and <dfn
+  <dfn title="dom-area-hreflang"><code>hreflang</code></dfn>, and <dfn
   title="dom-area-type"><code>type</code></dfn>, each must <span>reflect</span> the respective
   content attributes of the same name.</p>
 
@@ -70016,13 +70011,6 @@
   document has no particular relationship with the destination
   resource other than there being a hyperlink between the two.</p>
 
-  <p>The <dfn 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 <span>valid
-  media query</span>. The default, if the <code
-  title="attr-hyperlink-media">media</code> attribute is omitted, is
-  "<code title="">all</code>".</p>
-
   <p>The <dfn
   title="attr-hyperlink-hreflang"><code>hreflang</code></dfn>
   attribute on <code>a</code> and <code>area</code> elements that
@@ -70815,16 +70803,10 @@
     alternate representation of the current document.</p>
 
     <p>The nature of the referenced document is given by the <code
-    title="attr-hyperlink-media">media</code>, <code
     title="attr-hyperlink-hreflang">hreflang</code>, and <code
     title="attr-hyperlink-type">type</code> attributes.</p>
 
     <p>If the <code title="rel-alternate">alternate</code> keyword is
-    used with the <code title="attr-hyperlink-media">media</code>
-    attribute, it indicates that the referenced document is intended for
-    use with the media specified.</p>
-
-    <p>If the <code title="rel-alternate">alternate</code> keyword is
     used with the <code title="attr-hyperlink-hreflang">hreflang</code>
     attribute, and that attribute's value differs from the <span>root
     element</span>'s <span>language</span>, it indicates that the
@@ -70835,11 +70817,9 @@
     attribute, it indicates that the referenced document is a
     reformulation of the current document in the specified format.</p>
 
-    <p>The <code title="attr-hyperlink-media">media</code>, <code
-    title="attr-hyperlink-hreflang">hreflang</code>, and <code
-    title="attr-hyperlink-type">type</code> attributes can be combined
-    when specified with the <code title="rel-alternate">alternate</code>
-    keyword.</p>
+    <p>The <code title="attr-hyperlink-hreflang">hreflang</code> and <code
+    title="attr-hyperlink-type">type</code> attributes can be combined when specified with the <code
+    title="rel-alternate">alternate</code> keyword.</p>
 
     <div class="example">
 
@@ -118042,7 +118022,6 @@
          <code title="attr-hyperlink-download">download</code>;
          <code title="attr-hyperlink-ping">ping</code>;
          <code title="attr-hyperlink-rel">rel</code>;
-         <code title="attr-hyperlink-media">media</code>;
          <code title="attr-hyperlink-hreflang">hreflang</code>;
          <code title="attr-hyperlink-type">type</code></td>
      <td><code>HTMLAnchorElement</code></td>
@@ -118085,7 +118064,6 @@
          <code title="attr-hyperlink-download">download</code>;
          <code title="attr-hyperlink-ping">ping</code>;
          <code title="attr-hyperlink-rel">rel</code>;
-         <code title="attr-hyperlink-media">media</code>;
          <code title="attr-hyperlink-hreflang">hreflang</code>;
          <code title="attr-hyperlink-type">type</code></td>
      <td><code>HTMLAreaElement</code></td>
@@ -120392,9 +120370,7 @@
      <td> <span>Valid non-negative integer</span>
     <tr>
      <th> <code title="">media</code>
-     <td> <code title="attr-hyperlink-media">a</code>;
-          <code title="attr-hyperlink-media">area</code>;
-          <code title="attr-link-media">link</code>;
+     <td> <code title="attr-link-media">link</code>;
           <code title="attr-source-media">source</code>;
           <code title="attr-style-media">style</code>
      <td> Applicable media




More information about the Commit-Watchers mailing list