[Bug 8473] Sentence about the effect of changing src/async/defer on <script> is wrong

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8473





--- Comment #3 from Henri Sivonen <hsivonen@iki.fi>  2010-01-10 10:50:46 ---
One more thing: If the effective attribute values of the script have been
frozen, and parsing the end tag doesn't cause execution (i.e. the script's src
was frozen as absent and the script has no non-whitespace content), the
effective attribute values need to be thawed so that subsequent setting of the
src attribute or insertion of non-whitespace content runs the script.

(IIRC, currently in Gecko, the thawing phase doesn't check if the script has
gained an src DOM attribute that isn't taking effect.)


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 10 January 2010 10:50:48 UTC