Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upParse inline Element styles (div style="display:none") #86
Comments
|
We should do this as part of the attribute setter, not in the parser in general, because we have to handle setAttribute("style", "whatever") as well. |
Closed
|
Because "inline" is overloaded with |
metajack
added a commit
to metajack/servo
that referenced
this issue
Aug 6, 2013
bors-servo
pushed a commit
that referenced
this issue
Aug 7, 2013
bors-servo
pushed a commit
that referenced
this issue
Aug 7, 2013
recrack
added a commit
to recrack/servo
that referenced
this issue
Aug 7, 2013
recrack
added a commit
to recrack/servo
that referenced
this issue
Aug 7, 2013
recrack
added a commit
to recrack/servo
that referenced
this issue
Aug 7, 2013
recrack
added a commit
to recrack/servo
that referenced
this issue
Aug 7, 2013
recrack
added a commit
to recrack/servo
that referenced
this issue
Aug 8, 2013
recrack
added a commit
to recrack/servo
that referenced
this issue
Aug 8, 2013
june0cho
added a commit
to june0cho/servo
that referenced
this issue
Aug 8, 2013
|
@bzbarsky I didn't read your comment before I did this work. I'll open a new bug to move from the parser to the setter. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The parser should recognize inline styles from the "style" attribute as CSS and lex/parse them, storing the stylesheet somewhere that's accessible during style cascading.