[html5] r6518 - [e] (0) Define 'element type'. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 22 15:33:48 PDT 2011
Author: ianh
Date: 2011-08-22 15:33:46 -0700 (Mon, 22 Aug 2011)
New Revision: 6518
Modified:
complete.html
index
source
Log:
[e] (0) Define 'element type'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13474
Modified: complete.html
===================================================================
--- complete.html 2011-08-22 22:14:34 UTC (rev 6517)
+++ complete.html 2011-08-22 22:33:46 UTC (rev 6518)
@@ -3158,11 +3158,16 @@
elements.</p>
<p>Except where otherwise stated, all elements defined or mentioned
- in this specification are in the
- <code>http://www.w3.org/1999/xhtml</code> namespace, and all
- attributes defined or mentioned in this specification have no
- namespace.</p>
+ in this specification are in the <a href=#html-namespace-0>HTML namespace</a>
+ ("<code>http://www.w3.org/1999/xhtml</code>"), and all attributes
+ defined or mentioned in this specification have no namespace.</p>
+ <p>The term <dfn id=element-type>element type</dfn> is used to refer to the class of
+ elements have a given local name and namespace. For example,
+ <code><a href=#the-button-element>button</a></code> elements are elements with the element type
+ <code><a href=#the-button-element>button</a></code>, meaning they have the local name "<code title="">button</code>" and (implicitly as defined above) the
+ <a href=#html-namespace-0>HTML namespace</a>.</p>
+
<p>Attribute names are said to be <dfn id=xml-compatible>XML-compatible</dfn> if they
match the <a href=http://www.w3.org/TR/REC-xml/#NT-Name><code title="">Name</code></a> production defined in XML, they contain no
U+003A COLON characters (:), and their first three characters are
@@ -102179,6 +102184,7 @@
Jim Jewett,
Jim Ley,
Jim Meehan,
+ Jirka Kosek,
Jjgod Jiang,
João Eiras,
Joe Clark,
Modified: index
===================================================================
--- index 2011-08-22 22:14:34 UTC (rev 6517)
+++ index 2011-08-22 22:33:46 UTC (rev 6518)
@@ -3055,11 +3055,16 @@
elements.</p>
<p>Except where otherwise stated, all elements defined or mentioned
- in this specification are in the
- <code>http://www.w3.org/1999/xhtml</code> namespace, and all
- attributes defined or mentioned in this specification have no
- namespace.</p>
+ in this specification are in the <a href=#html-namespace-0>HTML namespace</a>
+ ("<code>http://www.w3.org/1999/xhtml</code>"), and all attributes
+ defined or mentioned in this specification have no namespace.</p>
+ <p>The term <dfn id=element-type>element type</dfn> is used to refer to the class of
+ elements have a given local name and namespace. For example,
+ <code><a href=#the-button-element>button</a></code> elements are elements with the element type
+ <code><a href=#the-button-element>button</a></code>, meaning they have the local name "<code title="">button</code>" and (implicitly as defined above) the
+ <a href=#html-namespace-0>HTML namespace</a>.</p>
+
<p>Attribute names are said to be <dfn id=xml-compatible>XML-compatible</dfn> if they
match the <a href=http://www.w3.org/TR/REC-xml/#NT-Name><code title="">Name</code></a> production defined in XML, they contain no
U+003A COLON characters (:), and their first three characters are
@@ -97787,6 +97792,7 @@
Jim Jewett,
Jim Ley,
Jim Meehan,
+ Jirka Kosek,
Jjgod Jiang,
João Eiras,
Joe Clark,
Modified: source
===================================================================
--- source 2011-08-22 22:14:34 UTC (rev 6517)
+++ source 2011-08-22 22:33:46 UTC (rev 6518)
@@ -2006,11 +2006,17 @@
elements.</p>
<p>Except where otherwise stated, all elements defined or mentioned
- in this specification are in the
- <code>http://www.w3.org/1999/xhtml</code> namespace, and all
- attributes defined or mentioned in this specification have no
- namespace.</p>
+ in this specification are in the <span>HTML namespace</span>
+ ("<code>http://www.w3.org/1999/xhtml</code>"), and all attributes
+ defined or mentioned in this specification have no namespace.</p>
+ <p>The term <dfn>element type</dfn> is used to refer to the class of
+ elements have a given local name and namespace. For example,
+ <code>button</code> elements are elements with the element type
+ <code>button</code>, meaning they have the local name "<code
+ title="">button</code>" and (implicitly as defined above) the
+ <span>HTML namespace</span>.</p>
+
<p>Attribute names are said to be <dfn>XML-compatible</dfn> if they
match the <a href="http://www.w3.org/TR/REC-xml/#NT-Name"><code
title="">Name</code></a> production defined in XML, they contain no
@@ -116459,6 +116465,7 @@
Jim Jewett,
Jim Ley,
Jim Meehan,
+ Jirka Kosek,
Jjgod Jiang,
João Eiras,
Joe Clark,
More information about the Commit-Watchers
mailing list