Category Archives: cascading style sheets

CSS 2.1 escape sequences and encodings

I know there’s plenty of good work being done over at places like http://ha.ckers.com, and http://www.thespanner.co.uk/. I have been researching CSS 2.1 and testing some very thorough and complex HTML and CSS filters myself, and trying to find the stuff … Continue reading

Posted in cascading style sheets | Tagged , , | Leave a comment

CSS3 specifications and references

CSS 3 CSS3 module: Syntax http://www.w3.org/TR/css3-syntax/ Introduction to CSS3 http://www.w3.org/TR/css3-roadmap/ CSS3 Basic User Interface Module http://www.w3.org/TR/css3-ui/ CSS3 Ruby Module http://www.w3.org/TR/css3-ruby/ CSS3 HTML test cases http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/index.html

Posted in cascading style sheets | Leave a comment

CSS 2.1 specifications and references

Cascading style sheets have been a good vector for cross site scripting (XSS) bugs lately. Especially as social networking sites move to allowing users more control over their profiles and UI’s. Keeping this in mind, I need to study up … Continue reading

Posted in cascading style sheets | Tagged , | Leave a comment

Internet Explorer specific support for CSS (cascading style sheets)

1. The CSS attributes IE supports, including versioning: http://msdn2.microsoft.com/en-us/library/ms531207.aspx 2. Dynamic properties using ‘expression‘ to execute javascript http://msdn2.microsoft.com/en-us/library/ms537634.aspx#Implement This is a simple example of executing script through an expression property, the backslashes are just escaping mechanisms allowed in the CSS … Continue reading

Posted in browser, cascading style sheets | Leave a comment