2002/css-validator/autotest/testsuite/general/selectors multipleattributes-001.css,NONE,1.1 multipleattributes-002.css,NONE,1.1 multipleattributes-003.css,NONE,1.1 multipleattributes-004.css,NONE,1.1 multipleattributes-005.css,NONE,1.1 multipleattributes-006.css,NONE,1.1 multipleattributes-007.css,NONE,1.1 multipleattributes-008.css,NONE,1.1 multipleattributes-009.css,NONE,1.1 multipleattributes-010.css,NONE,1.1 multipleattributes-011.css,NONE,1.1 multipleattributes-012.css,NONE,1.1 multipleattributes-013.css,NONE,1.1 multipleattributes-014.css,NONE,1.1 multipleattributes-015.css,NONE,1.1 multipleattributes-016.css,NONE,1.1 multipleattributes-017.css,NONE,1.1 multipleattributes-018.css,NONE,1.1 multipleattributes-019.css,NONE,1.1 multipleattributes-020.css,NONE,1.1 multipleattributes-021.css,NONE,1.1 multipleattributes-022.css,NONE,1.1 multipleattributes-023.css,NONE,1.1 multipleattributes-024.css,NONE,1.1 multipleattributes-025.css,NONE,1.1 multipleattributes-026.css,NONE,1.1 multipleattributes-02

Update of /sources/public/2002/css-validator/autotest/testsuite/general/selectors
In directory hutz:/tmp/cvs-serv11275

Added Files:
	multipleattributes-001.css multipleattributes-002.css 
	multipleattributes-003.css multipleattributes-004.css 
	multipleattributes-005.css multipleattributes-006.css 
	multipleattributes-007.css multipleattributes-008.css 
	multipleattributes-009.css multipleattributes-010.css 
	multipleattributes-011.css multipleattributes-012.css 
	multipleattributes-013.css multipleattributes-014.css 
	multipleattributes-015.css multipleattributes-016.css 
	multipleattributes-017.css multipleattributes-018.css 
	multipleattributes-019.css multipleattributes-020.css 
	multipleattributes-021.css multipleattributes-022.css 
	multipleattributes-023.css multipleattributes-024.css 
	multipleattributes-025.css multipleattributes-026.css 
	multipleattributes-027.css multipleattributes-028.css 
	multipleattributes-029.css multipleattributes-030.css 
	multipleattributes-031.css multipleattributes-032.css 
	multipleattributes-033.css multipleattributes-034.css 
	multipleattributes-035.css multipleattributes-036.css 
	multipleattributes-037.css multipleattributes-038.css 
	multipleattributes-039.css multipleattributes-040.css 
	multipleattributes-041.css multipleattributes-042.css 
	multipleattributes-043.css multipleattributes-044.css 
	multipleattributes-045.css multipleattributes-046.css 
	multipleattributes-047.css multipleattributes-048.css 
	multipleattributes-049.css multipleattributes-050.css 
	multipleattributes-051.css multipleattributes-052.css 
	multipleattributes-053.css multipleattributes-054.css 
	multipleattributes-055.css multipleattributes-056.css 
	multipleattributes-057.css multipleattributes-058.css 
Log Message:
test relative to attribute selectors

--- NEW FILE: multipleattributes-041.css ---
span[tst^="bar"][tst~="foo bar-glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-044.css ---
span[tst^="hello"][tst~="foo bar"] { color: blue; }

--- NEW FILE: multipleattributes-056.css ---
span[tst~="glop"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-031.css ---
span[tst|="foo"][tst^="foo-bar"] { color: blue; }

--- NEW FILE: multipleattributes-047.css ---
span[tst*="p t"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-002.css ---
span[hello="Cleveland"][hello="Columbus"] { color: blue; }

--- NEW FILE: multipleattributes-038.css ---
span[tst|="bar"][tst~="foo bar"] { color: blue; }

--- NEW FILE: multipleattributes-014.css ---
span[tst="barfoo"][tst*="foo"] { color: blue; }

--- NEW FILE: multipleattributes-035.css ---
span[tst|="bar"][tst~="foo barglop toto"] { color: blue; }

--- NEW FILE: multipleattributes-020.css ---
span[tst="bar"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-011.css ---
span[tst="foo-bar"][tst*="foo"] { color: blue; }

--- NEW FILE: multipleattributes-030.css ---
span[tst|="foo"][tst^="foobar"] { color: blue; }

--- NEW FILE: multipleattributes-042.css ---
span[tst^="bar"][tst~="foo barglop toto"] { color: blue; }

--- NEW FILE: multipleattributes-055.css ---
span[tst~="foo"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-010.css ---
span[tst="foobar"][tst^="fooc"] { color: blue; }

--- NEW FILE: multipleattributes-051.css ---
span[tst$="foo"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-022.css ---
span[tst="hello"][tst~="foo bar"] { color: blue; }

--- NEW FILE: multipleattributes-029.css ---
span[tst|="foo"][tst^="foo"] { color: blue; }

--- NEW FILE: multipleattributes-034.css ---
span[tst|="bar"][tst~="foo bar-glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-053.css ---
span[tst$="le"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-009.css ---
span[tst="foobar"][tst^="foo"] { color: blue; }

--- NEW FILE: multipleattributes-048.css ---
span[tst*="lo"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-050.css ---
span[tst$="ar"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-016.css ---
span[tst="foo"][tst$="foo"] { color: blue; }

--- NEW FILE: multipleattributes-026.css ---
span[tst|="foo-bar"][tst|="foobar"] { color: blue; }

--- NEW FILE: multipleattributes-033.css ---
span[tst|="bar"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-027.css ---
span[tst|="foobar"][tst|="foo"] { color: blue; }

--- NEW FILE: multipleattributes-032.css ---
span[tst|="foo"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-052.css ---
span[tst$="to"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-057.css ---
span[tst~="bar foo"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-045.css ---
span[tst^="bar"][tst~="foo bar"] { color: blue; }

--- NEW FILE: multipleattributes-036.css ---
span[tst|="foo bar"][tst~="foo bar"] { color: blue; }

--- NEW FILE: multipleattributes-049.css ---
span[tst*="le"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-039.css ---
span[tst^="foo"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-054.css ---
span[tst$="p toto"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-028.css ---
span[tst|="foobar"][tst^="foo"] { color: blue; }

--- NEW FILE: multipleattributes-004.css ---
span[tst="foo"][tst|="foo"] { color: blue; }

--- NEW FILE: multipleattributes-021.css ---
span[tst="foo bar"][tst~="foo bar"] { color: blue; }

--- NEW FILE: multipleattributes-005.css ---
span[tst="foobar"][tst|="foo"] { color: blue; }

--- NEW FILE: multipleattributes-015.css ---
span[tst="barfoo"][tst$="foo"] { color: blue; }

--- NEW FILE: multipleattributes-007.css ---
span[tst="foo"][tst^="foo"] { color: blue; }

--- NEW FILE: multipleattributes-024.css ---
span[tst|="foo-bar"][tst|="foo"] { color: blue; }

--- NEW FILE: multipleattributes-037.css ---
span[tst|="hello"][tst~="foo bar"] { color: blue; }

--- NEW FILE: multipleattributes-019.css ---
span[tst="foo"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-058.css ---
span[tst~="boo far"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-046.css ---
span[tst*="foo"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-025.css ---
span[tst|="foo"][tst|="foo"] { color: blue; }

--- NEW FILE: multipleattributes-003.css ---
span[tst="foo-bar"][tst|="foo"] { color: blue; }

--- NEW FILE: multipleattributes-017.css ---
span[tst="foobar"][tst$="foo"] { color: blue; }

--- NEW FILE: multipleattributes-001.css ---
span[hello="Cleveland"][goodbye="Columbus"] { color: blue; }

--- NEW FILE: multipleattributes-040.css ---
span[tst^="bar"][tst~="foo bar glop toto"] { color: blue; }

--- NEW FILE: multipleattributes-008.css ---
span[tst="foo-bar"][tst^="foo"] { color: blue; }

--- NEW FILE: multipleattributes-006.css ---
span[tst="foo"][tst|="foobar"] { color: blue; }

--- NEW FILE: multipleattributes-043.css ---
span[tst^="foo bar"][tst~="foo bar"] { color: blue; }

--- NEW FILE: multipleattributes-023.css ---
span[tst="bar"][tst~="foo bar"] { color: blue; }

--- NEW FILE: multipleattributes-013.css ---
span[tst="barfobar"][tst*="foo"] { color: blue; }

--- NEW FILE: multipleattributes-018.css ---
span[tst="foobar"][tst] { color: blue; }

--- NEW FILE: multipleattributes-012.css ---
span[tst="barfoobar"][tst*="foo"] { color: blue; }

Received on Wednesday, 14 May 2008 15:13:32 UTC