Skip to content

Commit

Permalink
[e] (0) fix nonsensical statement
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3915 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 19, 2009
1 parent e9d54d6 commit a36d31f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -11920,8 +11920,8 @@ people expect to have work and what is necessary.
support <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> (and not <code title=attr-script-async><a href=#attr-script-async>async</a></code>) to fall back to the <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> behavior instead of the
synchronous blocking behavior that is the default.</p>

<p>If the <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attribute may
be specified, the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute
<p>If the <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attribute is
specified, the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute
must also be specified.</p>

<p>Changing the <code title=attr-script-src><a href=#attr-script-src>src</a></code>, <code title=attr-script-type><a href=#attr-script-type>type</a></code>, <code title=attr-script-charset><a href=#attr-script-charset>charset</a></code>, <code title=attr-script-async><a href=#attr-script-async>async</a></code>, and <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attributes dynamically has no
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -12589,8 +12589,8 @@ people expect to have work and what is necessary.
title="attr-script-defer">defer</code> behavior instead of the
synchronous blocking behavior that is the default.</p>

<p>If the <code title="attr-script-defer">defer</code> attribute may
be specified, the <code title="attr-script-src">src</code> attribute
<p>If the <code title="attr-script-defer">defer</code> attribute is
specified, the <code title="attr-script-src">src</code> attribute
must also be specified.</p>

<p>Changing the <code title="attr-script-src">src</code>, <code
Expand Down

0 comments on commit a36d31f

Please sign in to comment.