https://bugzilla.wikimedia.org/show_bug.cgi?id=42109

       Web browser: ---
             Bug #: 42109
           Summary: Braces in attributes break
           Product: Parsoid
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Example input:

#<p
data-ve-changed="{&quot;created&quot;:1,&quot;content&quot;:35,&quot;rebuilt&quot;:1}">The
first thing, followed by...</p>

Expected output: <li><p data-ve-changed="{...}">Text</p></li>
Observed output: <li>&lt;p
data-ve-changed=&quot;{...}&quot;&gt;Text&lt;/p&gt;</li>

Round-tripping is also broken, but the bigger issue is that the HTML tag
renders as plain text.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to