- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 Aug 2010 11:42:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv21306 Modified Files: index-of-terms.html spec.html the-button-element.html video.html Log Message: frame.contentWindow (whatwg r5316) [updated by splitter] Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- index-of-terms.html 20 Aug 2010 19:42:26 -0000 1.11 +++ index-of-terms.html 21 Aug 2010 11:42:04 -0000 1.12 @@ -585,7 +585,7 @@ <a class="index-counter" href="video.html#a-type-that-the-user-agent-knows-it-cannot-render-1">(3)</a> </dd> </dl><dl id="the-abbr-element_index"><dt><span><code>abbr</code></span> -<span class="index-id" title="">(the-abbr-element)</span> </dt> +</dt> <dd> <a class="no-num no-toc" href="#x4.6.8-the-abbr-element">Table of Contents</a> </dd> @@ -629,7 +629,10 @@ <a class="no-num" href="index.html#abbr-16">Interfaces</a> </dd> [...3969 lines suppressed...] <a class="dfn-ref" href="obsolete.html#attr-pre-width"><span class="secno">10.2 </span>Non-conforming features</a> </dd> </dl><dl class="has-norefs" id="attr-table-width_index"><dt><span title="attr-table-width"><code>width</code></span> -<span class="index-id" title="">(attr-table-width)</span> </dt> +</dt> +<dd class="dfn-excerpt"> +<span><span>... on </span><code><a href="tabular-data.html#the-table-element">table</a></code> elements</span> + </dd> <dd> <a class="dfn-ref" href="obsolete.html#attr-table-width"><span class="secno">10.2 </span>Non-conforming features</a> </dd> </dl><dl class="has-norefs" id="attr-tdth-width_index"><dt><span title="attr-tdth-width"><code>width</code></span> -<span class="index-id" title="">(attr-tdth-width)</span> </dt> +</dt> +<dd class="dfn-excerpt"> +<span><span>... on </span><code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</span> + </dd> <dd> <a class="dfn-ref" href="obsolete.html#attr-tdth-width"><span class="secno">10.2 </span>Non-conforming features</a> </dd> Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.735 retrieving revision 1.736 diff -u -d -r1.735 -r1.736 --- video.html 20 Aug 2010 19:42:30 -0000 1.735 +++ video.html 21 Aug 2010 11:42:06 -0000 1.736 @@ -697,9 +697,9 @@ // playback state attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-currenttime" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a>; - readonly attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-initialtime" title='Read about this "initialTime" reference in the full HTML5 spec.'>initialTime</a>; + readonly attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-initialtime" title='Read about this "initialTime" reference in the full HTML5 spec.'>initialTime</a>; readonly attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-duration" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a>; - readonly attribute <span>Date</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-startoffsettime" title='Read about this "startOffsetTime" reference in the full HTML5 spec.'>startOffsetTime</a>; + readonly attribute <span>Date</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-startoffsettime" title='Read about this "startOffsetTime" reference in the full HTML5 spec.'>startOffsetTime</a>; readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a>; attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a>; attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a>; @@ -994,13 +994,13 @@ </dd> - <dt><var title="">media</var> . <code title="dom-media-initialTime"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-initialtime" title='Read about this "initialTime" reference in the full HTML5 spec.'>initialTime</a></code></dt> + <dt><var title="">media</var> . <code title="dom-media-initialTime"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-initialtime" title='Read about this "initialTime" reference in the full HTML5 spec.'>initialTime</a></code></dt> <dd> - <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#initial-playback-position" title='Read about this "initial playback position" reference in the full HTML5 spec.'>initial playback position</a>, that is, time + <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#initial-playback-position" title='Read about this "initial playback position" reference in the full HTML5 spec.'>initial playback position</a>, that is, time to which the <a href="#media-resource" id="media-resource-23">media resource</a> was automatically seeked - when it was loaded. Returns zero if the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#initial-playback-position" title='Read about this "initial playback position" reference in the full HTML5 spec.'>initial playback + when it was loaded. Returns zero if the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#initial-playback-position" title='Read about this "initial playback position" reference in the full HTML5 spec.'>initial playback position</a> is still unknown.</p> </dd> Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v retrieving revision 1.164 retrieving revision 1.165 diff -u -d -r1.164 -r1.165 --- the-button-element.html 20 Aug 2010 19:42:29 -0000 1.164 +++ the-button-element.html 21 Aug 2010 11:42:06 -0000 1.165 @@ -434,7 +434,7 @@ readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-6">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; + attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1086 retrieving revision 1.1087 diff -u -d -r1.1086 -r1.1087 --- spec.html 21 Aug 2010 11:32:46 -0000 1.1086 +++ spec.html 21 Aug 2010 11:42:04 -0000 1.1087 @@ -0,0 +1,55821 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>HTML5 (Edition for Web Authors)</title><link href="whatwg.css" rel="stylesheet"><style type="text/css"> + pre { margin-left: 2em; white-space: pre-wrap; } + h2 { margin: 3em 0 1em 0; } + h3 { margin: 2.5em 0 1em 0; } + h4 { margin: 2.5em 0 0.75em 0; } + h5, h6 { margin: 2.5em 0 1em; } + h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; } + h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; } + p { margin: 1em 0; } + hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; } [...55790 lines suppressed...] + ("<code title="">foo</code>" vs <code>foo</code>) + v2 * make the spec consistent about whether the word "algorithm" is part of + an algorithm's name or not ("</dfn> algorithm", "</span> algorithm") + v2 * make the spec more consistent about its use of "hexadecimal" + and "base-sixteen", the order that 0-9 A-Z a-z is mentioned, + and the detail to which the spec explains how to interpret a + string as a hexadecimal number. + v2 * become more consistent about what markup we use to mark up + productions (nothing? <i>? <code>?) + v2 * use <code>Document</code> consistently instead of 'document'. + v2 * s/raise/throw/g + v2 * be clearer about arrays/lists/collections being zero-based + despite using the term "/index/th". + v2 * use the sample widgets: + <li><img alt="A text field with editable sections for each + value, with a button to pop up a dialog showing a calendar or + clock." src="sample-datetime-ui-2"></li> + <li><img alt="A calendar grid with a clock in the upper right + hand corner." src="sample-datetime-ui-3"></li> +--></body></html>
Received on Saturday, 21 August 2010 11:42:41 UTC