- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Jul 2009 14:48:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv12079
Modified Files:
Overview.html common-attributes.html patch-schema spec.html
Log Message:
further streamline the documentation for common attributes
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -d -r1.333 -r1.334
--- Overview.html 30 Jul 2009 11:08:53 -0000 1.333
+++ Overview.html 30 Jul 2009 14:48:32 -0000 1.334
@@ -643,14 +643,11 @@
<li id="core-attrs-toc">
<a href="common-attributes.html#core-attrs">9.1. Core attributes</a>
</li>
-<li id="interaction-attrs-toc">
-<a href="common-attributes.html#interaction-attrs">9.2. Interaction attributes</a>
-</li>
-<li id="scripting-attrs-toc">
-<a href="common-attributes.html#scripting-attrs">9.3. Scripting attributes</a>
+<li id="event-handler-attrs-toc">
+<a href="common-attributes.html#event-handler-attrs">9.2. Event-handler attributes</a>
</li>
<li id="xml-attrs-toc">
-<a href="common-attributes.html#xml-attrs">9.4. XML attributes</a>
+<a href="common-attributes.html#xml-attrs">9.3. XML attributes</a>
</li>
</ul>
</li>
Index: common-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/common-attributes.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- common-attributes.html 30 Jul 2009 11:08:54 -0000 1.13
+++ common-attributes.html 30 Jul 2009 14:48:32 -0000 1.14
@@ -16,8 +16,7 @@
<div id="common.attrs-mdl">
<dl class="content-models">
<dt class="content-model"><span class="common-pattern-name"><a href="common-attributes.html#common.attrs" id="common.attrs">common.attrs</a></span> = </dt><dd><a class="ref" href="common-attributes.html#common.attrs.core" title="common.attrs.core">common.attrs.core</a>
- & <a class="ref" href="common-attributes.html#common.attrs.interaction" title="common.attrs.interaction">common.attrs.interaction</a>
- & <a class="ref" href="common-attributes.html#common.attrs.scripting" title="common.attrs.scripting">common.attrs.scripting</a>
+ & <a class="ref" href="common-attributes.html#common.attrs.event-handler" title="common.attrs.event-handler">common.attrs.event-handler</a>
& <a class="ref" href="common-attributes.html#common.attrs.xml" title="common.attrs.xml">common.attrs.xml</a>
</dd>
</dl>
@@ -28,9 +27,14 @@
<div class="content-models">
<p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.core" id="common.attrs.core">common.attrs.core</a></span> = <a class="ref" href="common-attributes.html#common.attrs.accesskey" title="common.attrs.accesskey">accesskey</a>?
& <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.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>?
+ & <a class="ref" href="common-attributes.html#common.attrs.spellcheck" title="common.attrs.spellcheck">spellcheck</a>?
& <a class="ref" href="common-attributes.html#common.attrs.style" title="common.attrs.style">style</a>?
& <a class="ref" href="common-attributes.html#common.attrs.tabindex" title="common.attrs.tabindex">tabindex</a>?
& <a class="ref" href="common-attributes.html#common.attrs.title" title="common.attrs.title">title</a>?</p>
@@ -49,9 +53,25 @@
<dd>A list of one or more 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>
+
+ <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>
+
<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>
+ <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>
+
<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>
</span> </dt>
@@ -62,6 +82,11 @@
</span> </dt>
<dd><i class="TK">(detailed attribute description to come)</i></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>
+
<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>
@@ -75,45 +100,11 @@
</span> </dt>
<dd>Advisory information associated with the element.</dd>
- </dl></div></div><div id="interaction-attrs" class="section">
- <h2 class="common-subhead">9.2. Interaction attributes <a class="hash" href="#interaction-attrs">#</a> <a class="toc-bak" href="Overview.html#interaction-attrs-toc">T</a></h2><div id="common.attrs.interaction-mdl">
-
- <div class="content-models">
- <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.interaction" id="common.attrs.interaction">common.attrs.interaction</a></span> = (<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.hidden" title="common.attrs.hidden">hidden</a>?
- & <a class="ref" href="common-attributes.html#common.attrs.spellcheck" title="common.attrs.spellcheck">spellcheck</a>?)</p>
- </div>
- </div>
- <div class="no-number no-toc">
- <dl class="attr-defs">
- <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>
-
- <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>
-
- <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>
-
- <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>
-
- </dl></div></div><div id="scripting-attrs" class="section">
- <h2 class="common-subhead">9.3. Scripting attributes <a class="hash" href="#scripting-attrs">#</a> <a class="toc-bak" href="Overview.html#scripting-attrs-toc">T</a></h2><div id="common.attrs.scripting-mdl">
+ </dl></div></div><div id="event-handler-attrs" class="section">
+ <h2 class="common-subhead">9.2. Event-handler attributes <a class="hash" href="#event-handler-attrs">#</a> <a class="toc-bak" href="Overview.html#event-handler-attrs-toc">T</a></h2><div id="common.attrs.event-handler-mdl">
<div class="content-models">
- <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.scripting" id="common.attrs.scripting">common.attrs.scripting</a></span> = (<a class="ref" href="common-attributes.html#scripting.attr.onabort" title="scripting.attr.onabort">onabort</a>?
+ <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.event-handler" id="common.attrs.event-handler">common.attrs.event-handler</a></span> = (<a class="ref" href="common-attributes.html#scripting.attr.onabort" title="scripting.attr.onabort">onabort</a>?
& <a class="ref" href="common-attributes.html#scripting.attr.onbeforeunload" title="scripting.attr.onbeforeunload">onbeforeunload</a>?
& <a class="ref" href="common-attributes.html#scripting.attr.onblur" title="scripting.attr.onblur">onblur</a>?
& <a class="ref" href="common-attributes.html#scripting.attr.onchange" title="scripting.attr.onchange">onchange</a>?
@@ -246,7 +237,7 @@
<dd><i class="TK">(detailed attribute description to come)</i></dd>
</dl></div></div><div id="xml-attrs" class="section">
- <h2 class="common-subhead">9.4. XML attributes <a class="hash" href="#xml-attrs">#</a> <a class="toc-bak" href="Overview.html#xml-attrs-toc">T</a></h2><div id="common.attrs.xml-mdl">
+ <h2 class="common-subhead">9.3. XML attributes <a class="hash" href="#xml-attrs">#</a> <a class="toc-bak" href="Overview.html#xml-attrs-toc">T</a></h2><div id="common.attrs.xml-mdl">
<div class="content-models">
<p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.xml" id="common.attrs.xml">common.attrs.xml</a></span> = <a class="ref" href="common-attributes.html#common.attrs.xmlbase" title="common.attrs.xmlbase">xml:base</a>?
Index: patch-schema
===================================================================
RCS file: /sources/public/html5/markup/patch-schema,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- patch-schema 30 Jul 2009 11:08:54 -0000 1.69
+++ patch-schema 30 Jul 2009 14:48:32 -0000 1.70
@@ -563,26 +563,26 @@
===================================================================
--- schema/applications.rnc (revision 453)
+++ schema/applications.rnc (working copy)
-@@ -6,15 +6,14 @@
-
- ## Additions to Common Attributes
+@@ -4,18 +4,6 @@
+ ## RELAX NG Schema for HTML 5: Web Application Features #
+ # #####################################################################
+-## Additions to Common Attributes
+-
- common.attrs.interact &=
- ( common.attrs.contextmenu?
- & common.attrs.contenteditable?
-+ common.attrs.interaction &=
-+ ( common.attrs.contenteditable?
-+ & common.attrs.contextmenu?
- & common.attrs.draggable?
- & common.attrs.hidden?
- & common.attrs.spellcheck?
- )
-
+- & common.attrs.draggable?
+- & common.attrs.hidden?
+- & common.attrs.spellcheck?
+- )
+-
- common.attrs.other &= common.attrs.interact
-
+-
## Context Menu: contextmenu
-@@ -111,12 +110,26 @@
+ common.attrs.contextmenu =
+@@ -111,12 +99,26 @@
command.command.attrs =
( common.attrs
& command.command.attrs.type?
@@ -610,7 +610,7 @@
command.elem = command.command.elem
## Selection of one item from a list of items: <command type='radio'>
-@@ -129,7 +142,9 @@
+@@ -129,7 +131,9 @@
& command.radio.attrs.radiogroup #REVISIT taking liberties here
& command.radio.attrs.checked?
)
@@ -621,7 +621,7 @@
)
command.radio.attrs.type =
attribute type {
-@@ -143,6 +158,18 @@
+@@ -143,6 +147,18 @@
attribute checked {
w:string "checked" | w:string ""
}
@@ -640,7 +640,7 @@
command.elem |= command.radio.elem
## State or option that can be toggled: <command type='checkbox'>
-@@ -154,7 +181,9 @@
+@@ -154,7 +170,9 @@
& ( command.checkbox.attrs.type
& command.checkbox.attrs.checked?
)
@@ -651,7 +651,7 @@
)
command.checkbox.attrs.type =
attribute type {
-@@ -164,25 +193,20 @@
+@@ -164,25 +182,20 @@
attribute checked {
w:string "checked" | w:string ""
}
@@ -740,7 +740,7 @@
)
# #####################################################################
-@@ -96,29 +96,26 @@
+@@ -96,29 +96,30 @@
# When updating, check <bdo> definition too
common.attrs =
@@ -749,7 +749,6 @@
- & common.attrs.present
- & common.attrs.other
+ ( common.attrs.core
-+ & common.attrs.interaction
+ & common.attrs.scripting
+ & common.attrs.xml
)
@@ -761,9 +760,14 @@
+common.attrs.core =
+ ( common.attrs.accesskey?
& common.attrs.class?
++ & common.attrs.contenteditable?
++ & common.attrs.contextmenu?
++ & common.attrs.draggable?
+ & common.attrs.dir?
++ & common.attrs.hidden?
+ & common.attrs.id?
+ & common.attrs.lang?
++ & common.attrs.spellcheck?
+ & common.attrs.style?
+ & common.attrs.tabindex?
& common.attrs.title?
@@ -781,7 +785,7 @@
common.attrs.class =
attribute class {
common.data.tokens
-@@ -141,10 +138,6 @@
+@@ -141,10 +142,6 @@
string "preserve" # REVISIT this is not allowed per spec
} & XMLonly
@@ -792,7 +796,7 @@
common.attrs.dir =
attribute dir {
w:string "ltr" | w:string "rtl"
-@@ -177,11 +170,6 @@
+@@ -177,11 +174,6 @@
# common.data.langcode
# } & XMLonly
@@ -804,7 +808,7 @@
common.attrs.style =
attribute style {
string
-@@ -199,6 +187,13 @@
+@@ -199,6 +191,13 @@
common.attrs.other =
empty
@@ -818,7 +822,7 @@
# #####################################################################
## Common Datatypes #
# #####################################################################
-@@ -359,16 +354,8 @@
+@@ -359,16 +358,8 @@
common.data.zero =
w:zero
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- spec.html 30 Jul 2009 11:08:54 -0000 1.72
+++ spec.html 30 Jul 2009 14:48:32 -0000 1.73
@@ -642,14 +642,11 @@
<li id="core-attrs-toc">
<a href="#core-attrs">9.1. Core attributes</a>
</li>
-<li id="interaction-attrs-toc">
-<a href="#interaction-attrs">9.2. Interaction attributes</a>
-</li>
-<li id="scripting-attrs-toc">
-<a href="#scripting-attrs">9.3. Scripting attributes</a>
+<li id="event-handler-attrs-toc">
+<a href="#event-handler-attrs">9.2. Event-handler attributes</a>
</li>
<li id="xml-attrs-toc">
-<a href="#xml-attrs">9.4. XML attributes</a>
+<a href="#xml-attrs">9.3. XML attributes</a>
</li>
</ul>
</li>
@@ -14345,8 +14342,7 @@
<span class="common-pattern-name"><a href="#common.attrs" id="common.attrs">common.attrs</a></span> = </dt>
<dd>
<a class="ref" href="#common.attrs.core" title="common.attrs.core">common.attrs.core</a>
- & <a class="ref" href="#common.attrs.interaction" title="common.attrs.interaction">common.attrs.interaction</a>
- & <a class="ref" href="#common.attrs.scripting" title="common.attrs.scripting">common.attrs.scripting</a>
+ & <a class="ref" href="#common.attrs.event-handler" title="common.attrs.event-handler">common.attrs.event-handler</a>
& <a class="ref" href="#common.attrs.xml" title="common.attrs.xml">common.attrs.xml</a>
</dd>
</dl>
@@ -14359,9 +14355,14 @@
<div class="content-models">
<p><span class="common-pattern-name"><a href="#common.attrs.core" id="common.attrs.core">common.attrs.core</a></span> = <a class="ref" href="#common.attrs.accesskey" title="common.attrs.accesskey">accesskey</a>?
& <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.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>?
+ & <a class="ref" href="#common.attrs.spellcheck" title="common.attrs.spellcheck">spellcheck</a>?
& <a class="ref" href="#common.attrs.style" title="common.attrs.style">style</a>?
& <a class="ref" href="#common.attrs.tabindex" title="common.attrs.tabindex">tabindex</a>?
& <a class="ref" href="#common.attrs.title" title="common.attrs.title">title</a>?</p>
@@ -14383,91 +14384,73 @@
element belongs.</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>
+<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>
<dt>
-<a class="attribute-name" id="common.attrs.id" title="common.attrs.id" href="#common.attrs.id">id</a><span class="attr-values"> =
- <a class="ref" href="#common.data.id" title="common.data.id">id</a>
+<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>A unique identifier for the element.</dd>
+ <dd><i class="TK">(detailed attribute description to come)</i></dd>
<dt>
-<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>
+<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>
<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>
+<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>
<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>
+<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>
<dt>
-<a class="attribute-name" id="common.attrs.title" title="common.attrs.title" href="#common.attrs.title">title</a><span class="attr-values"> =
- <a class="ref" href="#normal-character-data">normal-character-data</a>
+<a class="attribute-name" id="common.attrs.id" title="common.attrs.id" href="#common.attrs.id">id</a><span class="attr-values"> =
+ <a class="ref" href="#common.data.id" title="common.data.id">id</a>
</span> </dt>
- <dd>Advisory information associated with the element.</dd>
+ <dd>A unique identifier for the element.</dd>
- </dl>
-</div>
-</div>
-<div id="interaction-attrs" class="section">
- <h2 class="common-subhead">9.2. Interaction attributes <a class="hash" href="#interaction-attrs">#</a> <a class="toc-bak" href="#interaction-attrs-toc">T</a>
-</h2>
-<div id="common.attrs.interaction-mdl">
-
- <div class="content-models">
- <p><span class="common-pattern-name"><a href="#common.attrs.interaction" id="common.attrs.interaction">common.attrs.interaction</a></span> = (<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.hidden" title="common.attrs.hidden">hidden</a>?
- & <a class="ref" href="#common.attrs.spellcheck" title="common.attrs.spellcheck">spellcheck</a>?)</p>
- </div>
- </div>
- <div class="no-number no-toc">
- <dl class="attr-defs">
-<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" | ""
+ <dt>
+<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>
<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>
+<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>
<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>
+<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>
<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>
+<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>
<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" | ""
+<a class="attribute-name" id="common.attrs.title" title="common.attrs.title" href="#common.attrs.title">title</a><span class="attr-values"> =
+ <a class="ref" href="#normal-character-data">normal-character-data</a>
</span> </dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
+ <dd>Advisory information associated with the element.</dd>
</dl>
</div>
</div>
-<div id="scripting-attrs" class="section">
- <h2 class="common-subhead">9.3. Scripting attributes <a class="hash" href="#scripting-attrs">#</a> <a class="toc-bak" href="#scripting-attrs-toc">T</a>
+<div id="event-handler-attrs" class="section">
+ <h2 class="common-subhead">9.2. Event-handler attributes <a class="hash" href="#event-handler-attrs">#</a> <a class="toc-bak" href="#event-handler-attrs-toc">T</a>
</h2>
-<div id="common.attrs.scripting-mdl">
+<div id="common.attrs.event-handler-mdl">
<div class="content-models">
- <p><span class="common-pattern-name"><a href="#common.attrs.scripting" id="common.attrs.scripting">common.attrs.scripting</a></span> = (<a class="ref" href="#scripting.attr.onabort" title="scripting.attr.onabort">onabort</a>?
+ <p><span class="common-pattern-name"><a href="#common.attrs.event-handler" id="common.attrs.event-handler">common.attrs.event-handler</a></span> = (<a class="ref" href="#scripting.attr.onabort" title="scripting.attr.onabort">onabort</a>?
& <a class="ref" href="#scripting.attr.onbeforeunload" title="scripting.attr.onbeforeunload">onbeforeunload</a>?
& <a class="ref" href="#scripting.attr.onblur" title="scripting.attr.onblur">onblur</a>?
& <a class="ref" href="#scripting.attr.onchange" title="scripting.attr.onchange">onchange</a>?
@@ -14635,7 +14618,7 @@
</div>
</div>
<div id="xml-attrs" class="section">
- <h2 class="common-subhead">9.4. XML attributes <a class="hash" href="#xml-attrs">#</a> <a class="toc-bak" href="#xml-attrs-toc">T</a>
+ <h2 class="common-subhead">9.3. XML attributes <a class="hash" href="#xml-attrs">#</a> <a class="toc-bak" href="#xml-attrs-toc">T</a>
</h2>
<div id="common.attrs.xml-mdl">
Received on Thursday, 30 July 2009 14:48:43 UTC