Skip to content

Commit

Permalink
[t] (0) Clarify how much leeway editors get in not being AIs.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8525

git-svn-id: http://svn.whatwg.org/webapps@4529 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent b62079f commit 3ee19f9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
11 changes: 9 additions & 2 deletions complete.html
Expand Up @@ -2265,14 +2265,21 @@ <h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance require
<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
Expand Down
11 changes: 9 additions & 2 deletions index
Expand Up @@ -2100,14 +2100,21 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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
Expand Down
11 changes: 9 additions & 2 deletions source
Expand Up @@ -1132,14 +1132,21 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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
Expand Down

0 comments on commit 3ee19f9

Please sign in to comment.