Page MenuHomePhabricator

CSS 'left' gets rendered wrong.
Closed, ResolvedPublic

Description

The CSS 'left' keyword is a good thing to parse. But it shouldn't be parsed when it's *in a selector*!

See attached URL for an example. The first code block includes the selector #look-to-the-left, and the left bit is rendered like a keyword, when it should only be part of a selector.


Version: master
Severity: minor

Details

Reference
bz39020

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:55 AM
bzimport set Reference to bz39020.
bzimport added a subscriber: Unknown Object (MLST).

We don't maintain the highlighting rules here. This might already be fixed in upstream but upstream is reluctant to make new releases.

Oh, sorry--where would be the right place to test/report the bug?

It might be https://sourceforge.net/tracker/?group_id=114997&atid=670231 but not sure.

Testing on http://qbnz.com/highlighter/ -left at the end of word is still highlighted, so it probably hasn't been fixed yet.

This has been fixed upstream.
It seems that it is also already fixed here.