kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

Implement adjacent sibling selector #292

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The adjacent sibling selector[1] ("a + b") is currently not recognized.

Which steps will reproduce the problem?
Open the attached test case.

What is the expected output? What do you see instead?
There should be five paragraphs. "Paragraph 2" and "Paragraph 4" should have a 
green text color and "Paragraph 4" should additionally have a yellow background 
color.

Which version of the product are you using? Which compiler version are you 
using? On which operating system?
r432, Delphi XE, Windows 7

Sebastian

[1] http://www.w3.org/TR/CSS2/selector.html#adjacent-selectors

Original issue reported on code.google.com by sebastia...@gmail.com on 20 Aug 2013 at 11:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by OrphanCat on 21 Aug 2013 at 9:27