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

            Bug ID: 66461
           Summary: Vector should use prefixed classes like .mw-body
                    instead of deprecated ids like #content
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Skin and page rendering
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

We are trying to apply the Vector styles to raw Parsoid output for render
testing. There are a few prefixed rules that don't apply as they are overly
specific to some elements and ids in the old-style HTML output. Afaik #content
et al is deprecated, and the better way to do this is to match on .mw-body and
.mw-body-content etc. Similar with #footer.

It would also be great if the selector didn't require a div wrapper. In Parsoid
HTML the content is directly inside the body & the classes are set on the body.
Things will work just fine if the selector was just on the class, without
requiring a div.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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