[html5] r8790 - [e] (0) Give actual dimensions for focus diagram Fixing https://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 19 10:39:33 PDT 2014


Author: ianh
Date: 2014-09-19 10:39:29 -0700 (Fri, 19 Sep 2014)
New Revision: 8790

Modified:
   complete.html
   index
   source
Log:
[e] (0) Give actual dimensions for focus diagram
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26851
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-09-18 23:02:20 UTC (rev 8789)
+++ complete.html	2014-09-19 17:39:29 UTC (rev 8790)
@@ -291,7 +291,7 @@
   </style><link rel=stylesheet href=status.css><body onload=init()>
   <header id=head class="head with-buttons">
    <p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>18 September 2014</span></h2></hgroup>
+   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>19 September 2014</span></h2></hgroup>
    
    <nav>
     <div>
@@ -54109,7 +54109,7 @@
    would have as its children the various links and text fields, as well as the dialog. The dialog
    itself would have as its children the text field and the button.</p>
 
-   <p><img src=https://images.whatwg.org/focus-tree.png alt=""> 
+   <p><img width=800 src=https://images.whatwg.org/focus-tree.png height=450 alt=""> 
 
    <p>If the widget with <span>focus</span> in this example was the text field in the dialog box, then key
    input would be channeled from the graphical system to ① the Web browser, then to ②

Modified: index
===================================================================
--- index	2014-09-18 23:02:20 UTC (rev 8789)
+++ index	2014-09-19 17:39:29 UTC (rev 8790)
@@ -291,7 +291,7 @@
   </style><link rel=stylesheet href=status.css><body onload=init()>
   <header id=head class="head with-buttons">
    <p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
-   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>18 September 2014</span></h2></hgroup>
+   <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>19 September 2014</span></h2></hgroup>
    
    <nav>
     <div>
@@ -54109,7 +54109,7 @@
    would have as its children the various links and text fields, as well as the dialog. The dialog
    itself would have as its children the text field and the button.</p>
 
-   <p><img src=https://images.whatwg.org/focus-tree.png alt=""> 
+   <p><img width=800 src=https://images.whatwg.org/focus-tree.png height=450 alt=""> 
 
    <p>If the widget with <span>focus</span> in this example was the text field in the dialog box, then key
    input would be channeled from the graphical system to ① the Web browser, then to ②

Modified: source
===================================================================
--- source	2014-09-18 23:02:20 UTC (rev 8789)
+++ source	2014-09-19 17:39:29 UTC (rev 8790)
@@ -72122,7 +72122,7 @@
    would have as its children the various links and text fields, as well as the dialog. The dialog
    itself would have as its children the text field and the button.</p>
 
-   <p><img src="images/focus-tree.png" alt=""> <!-- purely decorative: it repeats the previous
+   <p><img src="images/focus-tree.png" alt="" width=800 height=450> <!-- purely decorative: it repeats the previous
    paragraph, in graphical form -->
 
    <p>If the widget with <span>focus</span> in this example was the text field in the dialog box, then key



More information about the Commit-Watchers mailing list