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

       Web browser: ---
            Bug ID: 47963
           Summary: Block content in links.
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JS/DOM
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

http://parsoid.wmflabs.org:8001/latestresult/zh/EOS
contains
[[佳能 EOS 300D|300D<p>Digital Rebel<p>Kiss Digital]]

block content inside links is problematic:

> div = document.createElement('div')
<div>​</div>​
> div.innerHTML = '<a href="foo">foo<p>bar</a>'
"<a href="foo">foo<p>bar</a>"
> div.outerHTML
"<div><a href="foo">foo</a><p><a href="foo">bar</a></p></div>"

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