[html5] r6909 - [e] (0) Make the category descriptions more obvious to users who see images. Fix [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 24 13:08:48 PST 2012


Author: ianh
Date: 2012-01-24 13:08:47 -0800 (Tue, 24 Jan 2012)
New Revision: 6909

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make the category descriptions more obvious to users who see images.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13447
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-01-24 20:35:18 UTC (rev 6908)
+++ complete.html	2012-01-24 21:08:47 UTC (rev 6909)
@@ -11981,12 +11981,13 @@
 
   <p>These categories are related as follows:</p>
 
-  <p><object data=images/content-venn.svg height=288 width=1000><img alt="Sectioning content, heading content, phrasing content, embedded
+  <p><object data=images/content-venn.svg height=288 width=1000><img alt="" src=http://images.whatwg.org/content-venn.png></object></p>
+
+  <p>Sectioning content, heading content, phrasing content, embedded
   content, and interactive content are all types of flow content.
   Metadata is sometimes flow content. Metadata and interactive content
   are sometimes phrasing content. Embedded content is also a type of
-  phrasing content, and sometimes is interactive
-  content." src=http://images.whatwg.org/content-venn.png></object></p>
+  phrasing content, and sometimes is interactive content.</p>
 
   <p>Other categories are also used for specific purposes, e.g. form
   controls are specified using a number of categories to define common

Modified: index
===================================================================
--- index	2012-01-24 20:35:18 UTC (rev 6908)
+++ index	2012-01-24 21:08:47 UTC (rev 6909)
@@ -11981,12 +11981,13 @@
 
   <p>These categories are related as follows:</p>
 
-  <p><object data=images/content-venn.svg height=288 width=1000><img alt="Sectioning content, heading content, phrasing content, embedded
+  <p><object data=images/content-venn.svg height=288 width=1000><img alt="" src=http://images.whatwg.org/content-venn.png></object></p>
+
+  <p>Sectioning content, heading content, phrasing content, embedded
   content, and interactive content are all types of flow content.
   Metadata is sometimes flow content. Metadata and interactive content
   are sometimes phrasing content. Embedded content is also a type of
-  phrasing content, and sometimes is interactive
-  content." src=http://images.whatwg.org/content-venn.png></object></p>
+  phrasing content, and sometimes is interactive content.</p>
 
   <p>Other categories are also used for specific purposes, e.g. form
   controls are specified using a number of categories to define common

Modified: source
===================================================================
--- source	2012-01-24 20:35:18 UTC (rev 6908)
+++ source	2012-01-24 21:08:47 UTC (rev 6909)
@@ -12499,14 +12499,13 @@
 
   <p>These categories are related as follows:</p>
 
-  <p><object width="1000" height="288"
-  data="images/content-venn.svg"><img src="images/content-venn.png"
-  alt="Sectioning content, heading content, phrasing content, embedded
+  <p><object width="1000" height="288" data="images/content-venn.svg"><img src="images/content-venn.png" alt=""></object></p>
+
+  <p>Sectioning content, heading content, phrasing content, embedded
   content, and interactive content are all types of flow content.
   Metadata is sometimes flow content. Metadata and interactive content
   are sometimes phrasing content. Embedded content is also a type of
-  phrasing content, and sometimes is interactive
-  content."></object></p>
+  phrasing content, and sometimes is interactive content.</p>
 
   <p>Other categories are also used for specific purposes, e.g. form
   controls are specified using a number of categories to define common




More information about the Commit-Watchers mailing list