[Webkit-unassigned] [Bug 126605] DOM serialization: < and > should not be quoted in HTML attribute values

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


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #230040|review?                     |review+
               Flag|                            |




--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org>  2014-08-17 15:06:23 PST ---
(From update of attachment 230040)
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.

-- 
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