Page MenuHomePhabricator

Add support for HTML tag <mark>
Closed, ResolvedPublic

Description

<mark> is a simple inline HTML element.

Because Internet Explorer (<9 ?) does not seem to style this element by default, some CSS will be needed for cross-browser support:

mark { background:yellow; color:black; }

Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-mark-element


Version: unspecified
Severity: normal

Details

Reference
bz39067

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:58 AM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz39067.
bzimport added a subscriber: Unknown Object (MLST).

Submitted to git: https://gerrit.wikimedia.org/r/17793

I made it depend on my other <link> and <meta> enabling commit because that commit made some changes that this feature needed.

(In reply to comment #1)

Submitted to git: https://gerrit.wikimedia.org/r/17793
I made it depend on my other <link> and <meta> enabling commit because that
commit made some changes that this feature needed.

Status Merged