Last modified: 2012-11-19 20:12:09 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T41067, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 39067 - Add support for HTML tag <mark>
Add support for HTML tag <mark>
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-06 08:50 UTC by Dan Wolff
Modified: 2012-11-19 20:12 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dan Wolff 2012-08-06 08:50:18 UTC
<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
Comment 1 Daniel Friesen 2012-08-06 10:06:10 UTC
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.
Comment 2 db [inactive,noenotif] 2012-11-19 20:12:09 UTC
(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

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links