- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Nov 2010 23:43:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2169 Modified Files: Overview.html Log Message: push a manual update (attempt 4) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4528 retrieving revision 1.4529 diff -u -d -r1.4528 -r1.4529 --- Overview.html 28 Oct 2010 17:14:29 -0000 1.4528 +++ Overview.html 1 Nov 2010 23:43:45 -0000 1.4529 @@ -183,9 +183,34 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } - fieldset { margin: 1em; } - fieldset > legend * + { margin-top: 0; } + fieldset { margin: 1em; padding: 0.5em 1em; } + fieldset > legend + * { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } + fieldset p { margin: 0.5em 0; } + + .stability { [...2825 lines suppressed...] - <li><p><a href="#spin-the-event-loop">Spin the event loop</a> until there is no <a href="#a-style-sheet-that-is-blocking-scripts" title="a style sheet that is blocking scripts">style sheet that is - blocking scripts</a> and the <a href="#pending-parsing-blocking-script">pending parsing-blocking + <li><p><a href="#spin-the-event-loop">Spin the event loop</a> until the parser's + <code><a href="#document">Document</a></code> <a href="#has-no-style-sheet-that-is-blocking-scripts">has no style sheet that is blocking + scripts</a> and the <a href="#pending-parsing-blocking-script">pending parsing-blocking script</a>'s <a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag is set.</li> @@ -67443,6 +68429,10 @@ <td> <a href="#the-draggable-attribute" title="attr-draggable">HTML elements</a> <td> Whether the element is draggable <td> "<code title="">true</code>"; "<code title="">false</code>" + <tr><th> <code title="">dropzone</code> + <td> <a href="#the-dropzone-attribute" title="attr-dropzone">HTML elements</a> + <td> Accepted item types for drag-and-drop + <td> <a href="#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="#ascii-case-insensitive">ASCII case-insensitive</a>, consisting of accepted types and drag feedback* <tr><th> <code title="">enctype</code> <td> <code title="attr-fs-enctype"><a href="#attr-fs-enctype">form</a></code> <td> Form data set encoding type to use for <a href="#form-submission">form submission</a>
Received on Monday, 1 November 2010 23:43:51 UTC