2002/css-validator/autotest/testsuite/properties/positive/white-space/css3 001.css,NONE,1.1

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/white-space/css3
In directory hutz:/tmp/cvs-serv995/white-space/css3

Added Files:
	001.css 
Log Message:
tests for white-space, test for visibility in css3, fixing css21 tests


--- NEW FILE: 001.css ---
a { white-space: normal }
b { white-space: pre }
c { white-space: nowrap }
d { white-space: pre-wrap }
e { white-space: pre-line }
/* shorthand property: initial not defined yet, but... */
y { white-space: initial }  
z { white-space: inherit }

Received on Saturday, 3 December 2011 11:17:14 UTC