DescriptionChanges:
* <script> element processing (including execution) happens within
insertion mode logic rather than before. This means that an implicit
<html> and <head> will be constructed if they have not (fixes issue
<https://code.google.com/p/google-caja/issues/detail?id=1628>).
* <script> elements will appear as DOM nodes as well as being executed.
Their text content is not yet preserved.
Impact:
* <script> elements are now present (in ES5 mode) where they were
discarded before (in all modes), which may confuse code written for
prior versions of Caja which manipulates the DOM from within a
<script> element.
* Some unexplained regressions in jQuery and jQuery UI tests.
@r5358
Patch Set 1 #
Total comments: 10
Patch Set 2 : [APICHANGE] HtmlEmitter: Emit real <script> elements in ES5 mode. #
MessagesTotal messages: 5
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||