kooloveme / thtmlviewer

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

Implement Selectors Level 3 substring matching attribute selectors #294

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The three different substring matching attribute selectors defined in CSS 
Selectors Level 3[1] ("a[b^=c]", "a[b$=c]" and "a[b*=c]") are 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 four paragraphs. The paragraphs should be styled as shown in 
the attached screenshot.

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/css3-selectors/#attribute-substrings

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

Attachments:

GoogleCodeExporter commented 9 years ago

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