Closed Bug 511405 Opened 15 years ago Closed 15 years ago

[HTML5][Patch] Trailing document.written text should be flushed early

Categories

(Core :: DOM: HTML Parser, defect, P1)

defect

Tracking

()

RESOLVED FIXED

People

(Reporter: hsivonen, Unassigned)

References

Details

Trailing document.written text is left in the accumulation buffer in the tree builder and will be lazily flushed. Per spec, it must be flushed when document.write is about to return.
The fix for bug 503473 partially fixes this. The text gets flushed but subsequent text isn't coalesced into the same text node.
Depends on: 503473
The remaining issue is getting handled in bug 502568.
Depends on: 502568
Priority: -- → P1
Summary: [HTML5] Trailing document.written text should be flushed early → [HTML5][Patch] Trailing document.written text should be flushed early
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.