Project

General

Profile

Actions

Feature #18518

closed

css parsing issue: classes with element context selectors are not honoured inside other context selectors

Added by Uschi Renziehausen over 16 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-03-30
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Hi Stan,

the css parser has a nasty little flaw. If I declare a tag-class with a context selector in front of it, the class is not recognized. Example:

.tb-zebra-rows tr.odd {foo:bar}

That means I need to define the class extra without a context selector again without any value:

tr.odd {}

Prosit, Uschi

(issue imported from #M7963)


Files

bug_0007963.diff (3.08 KB) bug_0007963.diff Administrator Admin, 2008-11-12 16:07
patch_0007963.diff (4.1 KB) patch_0007963.diff Administrator Admin, 2008-11-29 22:07
Actions

Also available in: Atom PDF