- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Apr 2012 00:42:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24980
Modified Files:
Overview.html
Log Message:
Dialogs in web apps: <dialog>, inert='', <form method=dialog>, and 'anchor-point'. (whatwg r7050)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5620
retrieving revision 1.5621
diff -u -d -r1.5620 -r1.5621
--- Overview.html 9 Apr 2012 16:23:50 -0000 1.5620
+++ Overview.html 11 Apr 2012 00:42:32 -0000 1.5621
@@ -1059,7 +1059,10 @@
<li><a href="#using-the-command-attribute-on-command-elements-to-define-a-command-indirectly"><span class="secno">4.11.5.6 </span>Using the <code title="attr-command-command">command</code> attribute on <code>command</code> elements to define a command indirectly</a></li>
<li><a href="#using-the-accesskey-attribute-on-a-label-element-to-define-a-command"><span class="secno">4.11.5.7 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>label</code> element to define a command</a></li>
<li><a href="#using-the-accesskey-attribute-on-a-legend-element-to-define-a-command"><span class="secno">4.11.5.8 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>legend</code> element to define a command</a></li>
- <li><a href="#using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.9 </span>Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</a></ol></ol></li>
+ <li><a href="#using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.9 </span>Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</a></ol></li>
+ <li><a href="#the-dialog-element"><span class="secno">4.11.6 </span>The <code>dialog</code> element</a>
+ <ol>
+ <li><a href="#anchor-points"><span class="secno">4.11.6.1 </span>Anchor points</a></ol></ol></li>
<li><a href="#links"><span class="secno">4.12 </span>Links</a>
<ol>
<li><a href="#introduction-3"><span class="secno">4.12.1 </span>Introduction</a></li>
[...1239 lines suppressed...]
<dd><cite><a href="http://dev.w3.org/csswg/css3-ui/">CSS3 Basic User
Interface Module</a></cite>, T. Çelik. W3C.</dd>
+ <dt id="refsCSSVALUES">[CSSVALUES]</dt>
+ <dd><cite><a href="http://dev.w3.org/csswg/css3-values/">CSS3
+ Values and Units</a></cite>, H. Lie, C. Lilley. W3C.</dd>
+
<dt id="refsDASH">[DASH]</dt>
<dd><cite><a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=57623">Dynamic adaptive streaming over HTTP (DASH)</a></cite>. ISO.</dd>
@@ -81627,6 +82225,9 @@
<dd><cite><a href="http://dev.w3.org/2009/dap/file-system/file-dir-sys.html">File
API: Directories and System</a></cite>, E. Uhrhane. W3C.</dd>
+ <dt id="refsFULLSCREEN">[FULLSCREEN]</dt>
+ <dd><cite><a href="http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html">Fullscreen</a></cite>, A. van Kesteren, T. Çelik.</dd>
+
<dt id="refsGBK">[GBK]</dt>
<dd><cite>Chinese Internal Code Specification</cite>. Chinese IT
Standardization Technical Committee.</dd>
Received on Wednesday, 11 April 2012 00:42:41 UTC