[html5] r4529 - [t] (0) Clarify how much leeway editors get in not being AIs. Fixing http://www. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 6 04:25:07 PST 2010
Author: ianh
Date: 2010-01-06 04:25:04 -0800 (Wed, 06 Jan 2010)
New Revision: 4529
Modified:
complete.html
index
source
Log:
[t] (0) Clarify how much leeway editors get in not being AIs.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8525
Modified: complete.html
===================================================================
--- complete.html 2010-01-06 12:13:49 UTC (rev 4528)
+++ complete.html 2010-01-06 12:25:04 UTC (rev 4529)
@@ -2265,14 +2265,21 @@
<p>Authoring tools are exempt from the strict requirements of
using elements only for their specified purpose, but only to the
extent that authoring tools are not yet able to determine author
- intent.</p>
+ intent. However, authoring tools must not automatically misuse
+ elements or encourage their users to do so.</p>
<p class=example>For example, it is not conforming to use an
<code><a href=#the-address-element>address</a></code> element for arbitrary contact information;
that element can only be used for marking up contact information
for the author of the document or section. However, since an
authoring tool is likely unable to determine the difference, an
- authoring tool is exempt from that requirement.</p>
+ authoring tool is exempt from that requirement. This does not
+ mean, though, that authoring tools can use <code><a href=#the-address-element>address</a></code>
+ elements for any block of italics text (for instance); it just
+ means that the authoring tool doesn't have to verify that when the
+ user uses a tool for inserting contact information for a section,
+ that the user really is doing that and not inserting something
+ else instead.</p>
<p class=note>In terms of conformance checking, an editor has to
output documents that conform to the same extent that a
Modified: index
===================================================================
--- index 2010-01-06 12:13:49 UTC (rev 4528)
+++ index 2010-01-06 12:25:04 UTC (rev 4529)
@@ -2100,14 +2100,21 @@
<p>Authoring tools are exempt from the strict requirements of
using elements only for their specified purpose, but only to the
extent that authoring tools are not yet able to determine author
- intent.</p>
+ intent. However, authoring tools must not automatically misuse
+ elements or encourage their users to do so.</p>
<p class=example>For example, it is not conforming to use an
<code><a href=#the-address-element>address</a></code> element for arbitrary contact information;
that element can only be used for marking up contact information
for the author of the document or section. However, since an
authoring tool is likely unable to determine the difference, an
- authoring tool is exempt from that requirement.</p>
+ authoring tool is exempt from that requirement. This does not
+ mean, though, that authoring tools can use <code><a href=#the-address-element>address</a></code>
+ elements for any block of italics text (for instance); it just
+ means that the authoring tool doesn't have to verify that when the
+ user uses a tool for inserting contact information for a section,
+ that the user really is doing that and not inserting something
+ else instead.</p>
<p class=note>In terms of conformance checking, an editor has to
output documents that conform to the same extent that a
Modified: source
===================================================================
--- source 2010-01-06 12:13:49 UTC (rev 4528)
+++ source 2010-01-06 12:25:04 UTC (rev 4529)
@@ -1132,14 +1132,21 @@
<p>Authoring tools are exempt from the strict requirements of
using elements only for their specified purpose, but only to the
extent that authoring tools are not yet able to determine author
- intent.</p>
+ intent. However, authoring tools must not automatically misuse
+ elements or encourage their users to do so.</p>
<p class="example">For example, it is not conforming to use an
<code>address</code> element for arbitrary contact information;
that element can only be used for marking up contact information
for the author of the document or section. However, since an
authoring tool is likely unable to determine the difference, an
- authoring tool is exempt from that requirement.</p>
+ authoring tool is exempt from that requirement. This does not
+ mean, though, that authoring tools can use <code>address</code>
+ elements for any block of italics text (for instance); it just
+ means that the authoring tool doesn't have to verify that when the
+ user uses a tool for inserting contact information for a section,
+ that the user really is doing that and not inserting something
+ else instead.</p>
<p class="note">In terms of conformance checking, an editor has to
output documents that conform to the same extent that a
More information about the Commit-Watchers
mailing list