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

            Bug ID: 65155
           Summary: <wbr> does not work in Internet Explorer 8+
           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: ---

Support for Netscape's proprietary <wbr> tag was removed in IE 8 (2009-03-19)
shortly before it was added to HTML5 (2010-04-02, http://html5.org/r/4956). The
following makes it work in IE >= 8:

wbr {
    display: inline-block;
}

This can be put into skins/common/shared.css near the rule of the <mark>
element.

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