[webkit-reviews] review granted: [Bug 126605] DOM serialization: < and > should not be quoted in HTML attribute values : [Attachment 230040] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 17 15:06:14 PDT 2014


Ryosuke Niwa <rniwa at webkit.org> has granted Victor Costan <costan at gmail.com>'s
request for review:
Bug 126605: DOM serialization: < and > should not be quoted in HTML attribute
values
https://bugs.webkit.org/show_bug.cgi?id=126605

Attachment 230040: Patch
https://bugs.webkit.org/attachment.cgi?id=230040&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=230040&action=review


> Source/WebCore/editing/MarkupAccumulator.h:55
> +    EntityMaskInAttributeValue = EntityAmp | EntityQuot | EntityLt |
EntityGt,

Since we didn't change flags in EntityMaskInAttributeValue, we should revert
the change to this line.


More information about the webkit-reviews mailing list