-
Archives
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- September 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- April 2006
- August 2005
- April 2005
- March 2005
- March 2004
-
Meta
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
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
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