- From: poot <cvsmail@w3.org>
- Date: Sat, 1 Aug 2009 04:54:31 +0900 (JST)
- To: public-html-diffs@w3.org
mike: added descriptions for global attributes that were missing them http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.77&r2=1.78&f=h =================================================================== RCS file: /sources/public/html5/markup/common-attributes.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- common-attributes.html 31 Jul 2009 16:24:39 -0000 1.15 +++ common-attributes.html 31 Jul 2009 19:54:03 -0000 1.16 @@ -29,8 +29,8 @@ & <a class="ref" href="common-attributes.html#common.attrs.class" title="common.attrs.class">class</a>? & <a class="ref" href="common-attributes.html#common.attrs.contenteditable" title="common.attrs.contenteditable">contenteditable</a>? & <a class="ref" href="common-attributes.html#common.attrs.contextmenu" title="common.attrs.contextmenu">contextmenu</a>? - & <a class="ref" href="common-attributes.html#common.attrs.draggable" title="common.attrs.draggable">draggable</a>? & <a class="ref" href="common-attributes.html#common.attrs.dir" title="common.attrs.dir">dir</a>? + & <a class="ref" href="common-attributes.html#common.attrs.draggable" title="common.attrs.draggable">draggable</a>? & <a class="ref" href="common-attributes.html#common.attrs.hidden" title="common.attrs.hidden">hidden</a>? & <a class="ref" href="common-attributes.html#common.attrs.id" title="common.attrs.id">id</a>? & <a class="ref" href="common-attributes.html#common.attrs.lang" title="common.attrs.lang">lang</a>? @@ -45,32 +45,41 @@ <dt><a class="attribute-name" id="common.attrs.accesskey" title="common.attrs.accesskey" href="common-attributes.html#common.attrs.accesskey">accesskey</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.keylabellist" title="common.data.keylabellist">keylabellist</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>A key label or list of key labels with which to + associate the element; each key label represents a + keyboard shortcut which UAs can use to activate the + element or give focus to the element.</dd> <dt><a class="attribute-name" id="common.attrs.class" title="common.attrs.class" href="common-attributes.html#common.attrs.class">class</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</a> </span> </dt> - <dd>A list of one or more classifications to which the - element belongs.</dd> + <dd>A name of a classification, or list of names of + classifications, to which the element belongs.</dd> <dt><a class="attribute-name" id="common.attrs.contenteditable" title="common.attrs.contenteditable" href="common-attributes.html#common.attrs.contenteditable">contenteditable</a><span class="attr-values"> = "true" | "false" | "" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies whether the + <a href="syntax.html#contents">contents</a> + of the element are editable.</dd> <dt><a class="attribute-name" id="common.attrs.contextmenu" title="common.attrs.contextmenu" href="common-attributes.html#common.attrs.contextmenu">contextmenu</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> - - <dt><a class="attribute-name" id="common.attrs.draggable" title="common.attrs.draggable" href="common-attributes.html#common.attrs.draggable">draggable</a><span class="attr-values"> = "true" | "false" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies a + <a href="menu.html#menu" class="element">menu</a> + with which to associate the element as a + <dfn id="context-menu" title="context-menu">context menu</dfn>.</dd> <dt><a class="attribute-name" id="common.attrs.dir" title="common.attrs.dir" href="common-attributes.html#common.attrs.dir">dir</a><span class="attr-values"> = "ltr" | "rtl" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies the element’s text directionality.</dd> + + <dt><a class="attribute-name" id="common.attrs.draggable" title="common.attrs.draggable" href="common-attributes.html#common.attrs.draggable">draggable</a><span class="attr-values"> = "true" | "false" </span> </dt> + <dd>Specifies whether the element is draggable.</dd> <dt><a class="attribute-name" id="common.attrs.hidden" title="common.attrs.hidden" href="common-attributes.html#common.attrs.hidden">hidden</a><span class="attr-values"> = "hidden" | "" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies that the element represents an element that is + not yet, or is no longer, relevant.</dd> <dt><a class="attribute-name" id="common.attrs.id" title="common.attrs.id" href="common-attributes.html#common.attrs.id">id</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.id" title="common.data.id">id</a> @@ -80,20 +89,32 @@ <dt><a class="attribute-name" id="common.attrs.lang" title="common.attrs.lang" href="common-attributes.html#common.attrs.lang">lang</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies the primary language for the + <a href="syntax.html#contents">contents</a> + of the element and for any of the element’s attributes + that contain text.</dd> <dt><a class="attribute-name" id="common.attrs.spellcheck" title="common.attrs.spellcheck" href="common-attributes.html#common.attrs.spellcheck">spellcheck</a><span class="attr-values"> = "true" | "false" | "" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies whether the element represents + an element whose + <a href="syntax.html#contents">contents</a> + are subject to spell checking and grammar checking.</dd> <dt><a class="attribute-name" id="common.attrs.style" title="common.attrs.style" href="common-attributes.html#common.attrs.style">style</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies zero or more CSS declarations that apply to + the element + <a href="references.html#refsCSS">[CSS]</a>.</dd> <dt><a class="attribute-name" id="common.attrs.tabindex" title="common.attrs.tabindex" href="common-attributes.html#common.attrs.tabindex">tabindex</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.integer" title="common.data.integer">integer</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies whether the element represents an element that + is is focusable (that is, an element which is part of the + sequence of focusable elements in the document), and the + relative order of the element in the sequence of focusable + elements in the document.</dd> <dt><a class="attribute-name" id="common.attrs.title" title="common.attrs.title" href="common-attributes.html#common.attrs.title">title</a><span class="attr-values"> = <a class="ref" href="syntax.html#normal-character-data">normal-character-data</a> Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- style.css 20 Jul 2009 14:56:54 -0000 1.69 +++ style.css 31 Jul 2009 19:54:03 -0000 1.70 @@ -42,6 +42,10 @@ margin-top: 4px; margin-bottom: 6px; } +dl.attr-defs { + margin-top: 16px; +} + dl.attr-defs dt { margin-top: 4px; } Index: references.html =================================================================== RCS file: /sources/public/html5/markup/references.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- references.html 30 Jul 2009 07:44:13 -0000 1.11 +++ references.html 31 Jul 2009 19:54:03 -0000 1.12 @@ -23,6 +23,9 @@ <dd><cite><a href="http://www.unicode.org/reports/tr26/">Unicode Technical Report #26: Compatibility Encoding Scheme for UTF-16: 8-bit (CESU-8)</a></cite>. Toby Phipps. 16 April 2002.</dd> + <dt><dfn id="refsCSS">[CSS]</dfn></dt> + <dd><cite><a href="http://www.w3.org/TR/2008/WD-css-beijing-20080516/">Cascading Style Sheets (CSS) Snapshot 2007</a></cite>. + Elika J. Etemad. W3C Working Draft. 16 May 2008.</dd> <dt><dfn id="refsDOM2VIEWS">[DOM2VIEWS]</dfn></dt> <dd><cite><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/">Document Object Model (DOM) Level 2 Views</a></cite>. Arnaud Le Hors, Laurence Cable. W3C Recommendation. @@ -78,15 +81,16 @@ <dt><dfn id="refsXML">[XML]</dfn></dt> <dd><cite><a href="http://www.w3.org/TR/2006/REC-xml-20060816/">Extensible Markup Language (XML) 1.0 (Fourth Edition)</a></cite>. Tim Bray, Jean Paoli, C. M. - Sperberg-McQueen, Eve Maler, François Yergeau. 16 August 2006.</dd> + Sperberg-McQueen, Eve Maler, François Yergeau. + W3C Recommendation. 16 August 2006.</dd> <dt><dfn id="refsXMLBase">[XMLBase]</dfn></dt> <dd><cite><a href="http://www.w3.org/TR/2009/REC-xmlbase-20090128/">XML Base (Second Edition)</a></cite>. - Jonathan Marsh, Richard Tobin. 28 January 2009.</dd> + Jonathan Marsh, Richard Tobin. W3C Recommendation. + 28 January 2009.</dd> <dt><dfn id="refsXML">[XMLNS]</dfn></dt> <dd><cite><a href="http://www.w3.org/TR/2006/REC-xml-names-20060816/">Namespaces in XML 1.0 (Second Edition)</a></cite>. Tim Bray, Dave Hollander, Andrew Layman, Richard Tobin. - 16 August 2006. - </dd> + W3C Recommendation. 16 August 2006.</dd> </dl> </div> <hr class="footerbreak"></hr> Index: patch-schema =================================================================== RCS file: /sources/public/html5/markup/patch-schema,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- patch-schema 31 Jul 2009 16:24:39 -0000 1.71 +++ patch-schema 31 Jul 2009 19:54:03 -0000 1.72 @@ -771,8 +771,8 @@ & common.attrs.class? + & common.attrs.contenteditable? + & common.attrs.contextmenu? -+ & common.attrs.draggable? + & common.attrs.dir? ++ & common.attrs.draggable? + & common.attrs.hidden? + & common.attrs.id? + & common.attrs.lang? Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- spec.html 31 Jul 2009 16:24:39 -0000 1.77 +++ spec.html 31 Jul 2009 19:54:03 -0000 1.78 @@ -14477,8 +14477,8 @@ & <a class="ref" href="#common.attrs.class" title="common.attrs.class">class</a>? & <a class="ref" href="#common.attrs.contenteditable" title="common.attrs.contenteditable">contenteditable</a>? & <a class="ref" href="#common.attrs.contextmenu" title="common.attrs.contextmenu">contextmenu</a>? - & <a class="ref" href="#common.attrs.draggable" title="common.attrs.draggable">draggable</a>? & <a class="ref" href="#common.attrs.dir" title="common.attrs.dir">dir</a>? + & <a class="ref" href="#common.attrs.draggable" title="common.attrs.draggable">draggable</a>? & <a class="ref" href="#common.attrs.hidden" title="common.attrs.hidden">hidden</a>? & <a class="ref" href="#common.attrs.id" title="common.attrs.id">id</a>? & <a class="ref" href="#common.attrs.lang" title="common.attrs.lang">lang</a>? @@ -14494,38 +14494,47 @@ <a class="attribute-name" id="common.attrs.accesskey" title="common.attrs.accesskey" href="#common.attrs.accesskey">accesskey</a><span class="attr-values"> = <a class="ref" href="#common.data.keylabellist" title="common.data.keylabellist">keylabellist</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>A key label or list of key labels with which to + associate the element; each key label represents a + keyboard shortcut which UAs can use to activate the + element or give focus to the element.</dd> <dt> <a class="attribute-name" id="common.attrs.class" title="common.attrs.class" href="#common.attrs.class">class</a><span class="attr-values"> = <a class="ref" href="#common.data.tokens" title="common.data.tokens">tokens</a> </span> </dt> - <dd>A list of one or more classifications to which the - element belongs.</dd> + <dd>A name of a classification, or list of names of + classifications, to which the element belongs.</dd> <dt> <a class="attribute-name" id="common.attrs.contenteditable" title="common.attrs.contenteditable" href="#common.attrs.contenteditable">contenteditable</a><span class="attr-values"> = "true" | "false" | "" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies whether the + <a href="#contents">contents</a> + of the element are editable.</dd> <dt> <a class="attribute-name" id="common.attrs.contextmenu" title="common.attrs.contextmenu" href="#common.attrs.contextmenu">contextmenu</a><span class="attr-values"> = <a class="ref" href="#common.data.idref" title="common.data.idref">idref</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies a + <a href="#menu" class="element">menu</a> + with which to associate the element as a + <dfn id="context-menu" title="context-menu">context menu</dfn>.</dd> <dt> -<a class="attribute-name" id="common.attrs.draggable" title="common.attrs.draggable" href="#common.attrs.draggable">draggable</a><span class="attr-values"> = "true" | "false" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> +<a class="attribute-name" id="common.attrs.dir" title="common.attrs.dir" href="#common.attrs.dir">dir</a><span class="attr-values"> = "ltr" | "rtl" </span> </dt> + <dd>Specifies the element’s text directionality.</dd> <dt> -<a class="attribute-name" id="common.attrs.dir" title="common.attrs.dir" href="#common.attrs.dir">dir</a><span class="attr-values"> = "ltr" | "rtl" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> +<a class="attribute-name" id="common.attrs.draggable" title="common.attrs.draggable" href="#common.attrs.draggable">draggable</a><span class="attr-values"> = "true" | "false" </span> </dt> + <dd>Specifies whether the element is draggable.</dd> <dt> <a class="attribute-name" id="common.attrs.hidden" title="common.attrs.hidden" href="#common.attrs.hidden">hidden</a><span class="attr-values"> = "hidden" | "" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies that the element represents an element that is + not yet, or is no longer, relevant.</dd> <dt> <a class="attribute-name" id="common.attrs.id" title="common.attrs.id" href="#common.attrs.id">id</a><span class="attr-values"> = @@ -14537,23 +14546,35 @@ <a class="attribute-name" id="common.attrs.lang" title="common.attrs.lang" href="#common.attrs.lang">lang</a><span class="attr-values"> = <a class="ref" href="#common.data.langcode" title="common.data.langcode">langcode</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies the primary language for the + <a href="#contents">contents</a> + of the element and for any of the element’s attributes + that contain text.</dd> <dt> <a class="attribute-name" id="common.attrs.spellcheck" title="common.attrs.spellcheck" href="#common.attrs.spellcheck">spellcheck</a><span class="attr-values"> = "true" | "false" | "" </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies whether the element represents + an element whose + <a href="#contents">contents</a> + are subject to spell checking and grammar checking.</dd> <dt> <a class="attribute-name" id="common.attrs.style" title="common.attrs.style" href="#common.attrs.style">style</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies zero or more CSS declarations that apply to + the element + <a href="#refsCSS">[CSS]</a>.</dd> <dt> <a class="attribute-name" id="common.attrs.tabindex" title="common.attrs.tabindex" href="#common.attrs.tabindex">tabindex</a><span class="attr-values"> = <a class="ref" href="#common.data.integer" title="common.data.integer">integer</a> </span> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Specifies whether the element represents an element that + is is focusable (that is, an element which is part of the + sequence of focusable elements in the document), and the + relative order of the element in the sequence of focusable + elements in the document.</dd> <dt> <a class="attribute-name" id="common.attrs.title" title="common.attrs.title" href="#common.attrs.title">title</a><span class="attr-values"> = @@ -15618,6 +15639,10 @@ <cite><a href="http://www.unicode.org/reports/tr26/">Unicode Technical Report #26: Compatibility Encoding Scheme for UTF-16: 8-bit (CESU-8)</a></cite>. Toby Phipps. 16 April 2002.</dd> + <dt><dfn id="refsCSS">[CSS]</dfn></dt> + <dd> +<cite><a href="http://www.w3.org/TR/2008/WD-css-beijing-20080516/">Cascading Style Sheets (CSS) Snapshot 2007</a></cite>. + Elika J. Etemad. W3C Working Draft. 16 May 2008.</dd> <dt><dfn id="refsDOM2VIEWS">[DOM2VIEWS]</dfn></dt> <dd> <cite><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/">Document Object Model (DOM) Level 2 Views</a></cite>. @@ -15686,17 +15711,18 @@ <dd> <cite><a href="http://www.w3.org/TR/2006/REC-xml-20060816/">Extensible Markup Language (XML) 1.0 (Fourth Edition)</a></cite>. Tim Bray, Jean Paoli, C. M. - Sperberg-McQueen, Eve Maler, François Yergeau. 16 August 2006.</dd> + Sperberg-McQueen, Eve Maler, François Yergeau. + W3C Recommendation. 16 August 2006.</dd> <dt><dfn id="refsXMLBase">[XMLBase]</dfn></dt> <dd> <cite><a href="http://www.w3.org/TR/2009/REC-xmlbase-20090128/">XML Base (Second Edition)</a></cite>. - Jonathan Marsh, Richard Tobin. 28 January 2009.</dd> + Jonathan Marsh, Richard Tobin. W3C Recommendation. + 28 January 2009.</dd> <dt><dfn id="refsXML">[XMLNS]</dfn></dt> <dd> <cite><a href="http://www.w3.org/TR/2006/REC-xml-names-20060816/">Namespaces in XML 1.0 (Second Edition)</a></cite>. Tim Bray, Dave Hollander, Andrew Layman, Richard Tobin. - 16 August 2006. - </dd> + W3C Recommendation. 16 August 2006.</dd> </dl> </div> <div id="acknowledgments" class="section">
Received on Friday, 31 July 2009 19:55:09 UTC