[Webkit-unassigned] [Bug 22678] HTML serialization doesn't handle boolean properties properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 20:40:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=22678





--- Comment #4 from Darin Adler <darin at apple.com>  2010-06-17 20:40:20 PST ---
I believe HTML5 prescribes the behavior of setting the value to empty string when parsing markup like that, not to the name of the attribute.

But I’d expect it to serialize as <option selected></option> rather than <option selected=""></option>. I think changing the serialization would fix the validator problem.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list