Skip to content

Commit

Permalink
[e] (0) Add more text to the dev version.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7130 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 11, 2012
1 parent 7f42a7a commit ffa731d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
10 changes: 7 additions & 3 deletions complete.html
Expand Up @@ -4274,14 +4274,14 @@ <h4 id=extensibility><span class=secno>2.2.3 </span>Extensibility</h4>
applications and sites.</li>
<!--MD-->

</ul><div class=impl>

<hr><p>Vendor-specific proprietary user agent extensions to this
</ul><hr><p>Vendor-specific proprietary user agent extensions to this
specification are strongly discouraged. Documents must not use such
extensions, as doing so reduces interoperability and fragments the
user base, allowing only users of specific user agents to access the
content in question.</p>

<div class=impl>

<p>If such extensions are nonetheless needed, e.g. for experimental
purposes, then vendors are strongly urged to use one of the
following extension mechanisms:</p>
Expand Down Expand Up @@ -4366,6 +4366,8 @@ <h4 id=extensibility><span class=secno>2.2.3 </span>Extensibility</h4>
"<code title=""><var title="">vendor</var><var title="">Feature</var></code>" (i.e. the "<code title="">x</code>"
is dropped from the IDL attribute's name).</p>

</div>

<hr><p>When vendor-neutral extensions to this specification are needed,
either this specification can be updated accordingly, or an
extension specification can be written that overrides the
Expand All @@ -4387,6 +4389,8 @@ <h4 id=extensibility><span class=secno>2.2.3 </span>Extensibility</h4>
conformance goes, what matters in a particular community is what
that community <em>agrees</em> is applicable.</p>

<div class=impl>

<hr><p>User agents must treat elements and attributes that they do not
understand as semantically neutral; leaving them in the DOM (for DOM
processors), and styling them according to CSS (for CSS processors),
Expand Down
10 changes: 7 additions & 3 deletions index
Expand Up @@ -4274,14 +4274,14 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
applications and sites.</li>
<!--MD-->

</ul><div class=impl>

<hr><p>Vendor-specific proprietary user agent extensions to this
</ul><hr><p>Vendor-specific proprietary user agent extensions to this
specification are strongly discouraged. Documents must not use such
extensions, as doing so reduces interoperability and fragments the
user base, allowing only users of specific user agents to access the
content in question.</p>

<div class=impl>

<p>If such extensions are nonetheless needed, e.g. for experimental
purposes, then vendors are strongly urged to use one of the
following extension mechanisms:</p>
Expand Down Expand Up @@ -4366,6 +4366,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
"<code title=""><var title="">vendor</var><var title="">Feature</var></code>" (i.e. the "<code title="">x</code>"
is dropped from the IDL attribute's name).</p>

</div>

<hr><p>When vendor-neutral extensions to this specification are needed,
either this specification can be updated accordingly, or an
extension specification can be written that overrides the
Expand All @@ -4387,6 +4389,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
conformance goes, what matters in a particular community is what
that community <em>agrees</em> is applicable.</p>

<div class=impl>

<hr><p>User agents must treat elements and attributes that they do not
understand as semantically neutral; leaving them in the DOM (for DOM
processors), and styling them according to CSS (for CSS processors),
Expand Down
8 changes: 6 additions & 2 deletions source
Expand Up @@ -3282,8 +3282,6 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

</ul>

<div class="impl">

<hr>

<p>Vendor-specific proprietary user agent extensions to this
Expand All @@ -3292,6 +3290,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
user base, allowing only users of specific user agents to access the
content in question.</p>

<div class="impl">

<p>If such extensions are nonetheless needed, e.g. for experimental
purposes, then vendors are strongly urged to use one of the
following extension mechanisms:</p>
Expand Down Expand Up @@ -3386,6 +3386,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
title="">Feature</var></code>" (i.e. the "<code title="">x</code>"
is dropped from the IDL attribute's name).</p>

</div>

<hr>

<p>When vendor-neutral extensions to this specification are needed,
Expand Down Expand Up @@ -3469,6 +3471,8 @@ is conforming depends on which specs apply, and leaves it at that. -->
correct HTML5.)</p>
<!--START dev-html--><!--START complete--><!--CONFORMANCE--><!--FORK-->

<div class="impl">

<hr>

<p>User agents must treat elements and attributes that they do not
Expand Down

0 comments on commit ffa731d

Please sign in to comment.