[html5] r7492 - [e] (0) Add srcset to the index. Fixing https://www.w3.org/Bugs/Public/show_bug. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 30 15:30:25 PDT 2012


Author: ianh
Date: 2012-10-30 15:30:24 -0700 (Tue, 30 Oct 2012)
New Revision: 7492

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add srcset to the index.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18685
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-10-30 22:24:04 UTC (rev 7491)
+++ complete.html	2012-10-30 22:30:24 UTC (rev 7492)
@@ -102503,6 +102503,7 @@
      <td><a href=#global-attributes title="global attributes">globals</a>;
          <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code>;
          <code title=attr-img-src><a href=#attr-img-src>src</a></code>;
+         <code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code>;
          <code title=attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code>;
          <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code>;
          <code title=attr-img-ismap><a href=#attr-img-ismap>ismap</a></code>;
@@ -104164,6 +104165,10 @@
      <td> <code title=attr-track-srclang><a href=#attr-track-srclang>track</a></code>
      <td> Language of the text track
      <td> Valid BCP 47 language tag
+    <tr><th> <code title="">srcset</code>
+     <td> <code title=attr-img-srcset><a href=#attr-img-srcset>img</a></code>
+     <td> Images to use in different situations (e.g. high-resolution displays, small monitors, etc)
+     <td> Comma-separated list of <span>image candidate strings</span>
     <tr><th> <code title="">start</code>
      <td> <code title=attr-ol-start><a href=#attr-ol-start>ol</a></code>
      <td> <a href=#ordinal-value>Ordinal value</a> of the first item

Modified: index
===================================================================
--- index	2012-10-30 22:24:04 UTC (rev 7491)
+++ index	2012-10-30 22:30:24 UTC (rev 7492)
@@ -102503,6 +102503,7 @@
      <td><a href=#global-attributes title="global attributes">globals</a>;
          <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code>;
          <code title=attr-img-src><a href=#attr-img-src>src</a></code>;
+         <code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code>;
          <code title=attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code>;
          <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code>;
          <code title=attr-img-ismap><a href=#attr-img-ismap>ismap</a></code>;
@@ -104164,6 +104165,10 @@
      <td> <code title=attr-track-srclang><a href=#attr-track-srclang>track</a></code>
      <td> Language of the text track
      <td> Valid BCP 47 language tag
+    <tr><th> <code title="">srcset</code>
+     <td> <code title=attr-img-srcset><a href=#attr-img-srcset>img</a></code>
+     <td> Images to use in different situations (e.g. high-resolution displays, small monitors, etc)
+     <td> Comma-separated list of <span>image candidate strings</span>
     <tr><th> <code title="">start</code>
      <td> <code title=attr-ol-start><a href=#attr-ol-start>ol</a></code>
      <td> <a href=#ordinal-value>Ordinal value</a> of the first item

Modified: source
===================================================================
--- source	2012-10-30 22:24:04 UTC (rev 7491)
+++ source	2012-10-30 22:30:24 UTC (rev 7492)
@@ -119971,6 +119971,7 @@
      <td><span title="global attributes">globals</span>;
          <code title="attr-img-alt">alt</code>;
          <code title="attr-img-src">src</code>;
+         <code title="attr-img-srcset">srcset</code>;
          <code title="attr-img-crossorigin">crossorigin</code>;
          <code title="attr-hyperlink-usemap">usemap</code>;
          <code title="attr-img-ismap">ismap</code>;
@@ -121951,6 +121952,11 @@
      <td> Language of the text track
      <td> Valid BCP 47 language tag
     <tr>
+     <th> <code title="">srcset</code>
+     <td> <code title="attr-img-srcset">img</code>
+     <td> Images to use in different situations (e.g. high-resolution displays, small monitors, etc)
+     <td> Comma-separated list of <span>image candidate strings</span>
+    <tr>
      <th> <code title="">start</code>
      <td> <code title="attr-ol-start">ol</code>
      <td> <span>Ordinal value</span> of the first item




More information about the Commit-Watchers mailing list