Support ID selectors with ":" in the middle #44
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hi,
On one of the Apple sites I have the following span I try to select:
There seems to be no way to do it using Fizzler. The Id is valid (http://www.w3schools.com/tags/att_standard_id.asp)
I've tried the followings:
span#theForm:stserrtable
:System.FormatException: Unknown pseudo-class 'slsERRtable'.
span#theForm\:slsERRtable
:System.FormatException: Invalid character at position 13.
(http://stackoverflow.com/questions/122238/handling-a-colon-in-an-element-id-in-a-css-selector)span#theForm:\3AslsERRtable ul li
:System.FormatException: Invalid character at position 14.
Thanks,
Corneliu.
Originally reported on Google Code with ID 44
Reported by
corneliu%[email protected]
on 2011-02-28 21:18:59The text was updated successfully, but these errors were encountered: