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

       Web browser: ---
            Bug ID: 48916
           Summary: Fix serialization of image captions
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JS/serializer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The serializer looks for the image-class rather than the <figcaption> tag (line
1005 of the serializer)

-----
capNode = node.getElementsByClassName( 'mw-figcaption' )[0]
-----

Fix this and any other places in the serializer that are not compliant with the
dom spec @ http://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images

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