Chromium Code Reviews
DescriptionDelay to apply |checked| attribute only if the document has form state to be restored.
We delayed to apply |checked| attribute of INPUT element until
finishParsingChildren() in order to restore radio button group state
correctly. Web authors can't observe this delay in HTML documents because INPUT
can't have children, but could observe it in XHTML documents.
We don't need to delay it if we don't restore form state. This CL makes a WPT
test passing.
BUG=594087
Committed: https://crrev.com/be6ceb18476472a0a87345b86ed8fd7c2674ef00
Cr-Commit-Position: refs/heads/master@{#401576}
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||