Amaury / SkrivMarkup

Interpreter of the Skriv Markup Language.
GNU Lesser General Public License v2.1
25 stars 3 forks source link

identifier with "." not work in CSS/javascript selectors #16

Closed marmotz closed 11 years ago

marmotz commented 11 years ago

In CSS/javascript, it's impossible to access to an element with id "#foo.bar" because, it's understand like "element with id #foo and class .bar"

marmotz commented 11 years ago

Cool ! Thanks !!!