Skip to content

Commit

Permalink
minor async edits
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@66 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2006
1 parent 9790839 commit 779e87f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index
@@ -1,9 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!--
TIMELINE
april - parsing, <script async>
may - css, xtech
june - <t>, <card>, <calendar>
july - finishing off sections like drag and drop, clean up sections like Audio, RemoteEventTarget, etc.
- rendering
- rel values, class values, <datagrid>
Expand Down Expand Up @@ -7569,7 +7566,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
document matter.

<p class="big-issue">Do we really want this attribute to be called
async=""? Should it be another value on defer="" or something?
async=""? Anyone have a better name?

<p>The DOM attributes <dfn id="src0"
title="dom-script-src"><code>src</code></dfn>, <dfn id="type6"
Expand All @@ -7587,6 +7584,9 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
order. On setting, it must act the same way as the <code><a
href="#textcontent0">textContent</a></code> DOM attribute.

<p class="big-issue"><!-- XXX --> need to say, in the part of the spec that
fires the onload event, that the list above is triggered.

<h5 id="script"><span class="secno">2.15.1.1. </span>Script languages</h5>

<p>The following lists some MIME types and the languages to which they
Expand Down
9 changes: 5 additions & 4 deletions source
@@ -1,9 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!--
TIMELINE
april - parsing, <script async>
may - css, xtech
june - <t>, <card>, <calendar>
july - finishing off sections like drag and drop, clean up sections like Audio, RemoteEventTarget, etc.
- rendering
- rel values, class values, <datagrid>
Expand Down Expand Up @@ -6025,7 +6022,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
matter.</p>

<p class="big-issue">Do we really want this attribute to be called
async=""? Should it be another value on defer="" or something?</p>
async=""? Anyone have a better name?</p>

<p>The DOM attributes <dfn
title="dom-script-src"><code>src</code></dfn>, <dfn
Expand All @@ -6043,6 +6040,10 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
order. On setting, it must act the same way as the
<code>textContent</code> DOM attribute.</p>

<p class="big-issue"><!-- XXX --> need to say, in the part of the
spec that fires the onload event, that the list above is
triggered.</p>


<h5>Script languages</h5>

Expand Down

0 comments on commit 779e87f

Please sign in to comment.