- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Aug 2012 13:58:19 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/text-decoration/css3 In directory hutz:/tmp/cvs-serv16733/text-decoration/css3 Modified Files: 001.css Log Message: text-decoration-* properties tests and simplified text-decoration shorthand tests (Aug 2012 WD of css3-text) Index: 001.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/text-decoration/css3/001.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 001.css 12 Dec 2011 14:57:37 -0000 1.1 +++ 001.css 31 Aug 2012 13:58:17 -0000 1.2 @@ -1,4904 +1,1646 @@ y{ text-decoration: initial } z { text-decoration: inherit } -tc0001 {text-decoration: line-through no-overline no-underline black dashed } -tc0002 {text-decoration: line-through no-overline no-underline black dashed blink} -tc0003 {text-decoration: line-through no-overline no-underline black dotted } -tc0004 {text-decoration: line-through no-overline no-underline black dotted blink} -tc0005 {text-decoration: line-through no-overline no-underline black double } -tc0006 {text-decoration: line-through no-overline no-underline black double blink} -tc0007 {text-decoration: line-through no-overline no-underline black solid } -tc0008 {text-decoration: line-through no-overline no-underline black solid blink} -tc0009 {text-decoration: line-through no-overline no-underline black wavy } [...6517 lines suppressed...] +tdco1627 { text-decoration: underline overline line-through wavy rgb(255,0,0) } +tdco1628 { text-decoration: underline overline line-through wavy #f00 } +tdco1629 { text-decoration: underline overline line-through wavy red } +tdco1630 { text-decoration: underline overline line-through #f00 } +tdco1631 { text-decoration: underline overline line-through #f00 dashed } +tdco1632 { text-decoration: underline overline line-through #f00 dotted } +tdco1633 { text-decoration: underline overline line-through #f00 double } +tdco1634 { text-decoration: underline overline line-through #f00 wavy } +tdco1635 { text-decoration: underline overline line-through #f00 solid } +tdco1636 { text-decoration: underline overline line-through red } +tdco1637 { text-decoration: underline overline line-through red dashed } +tdco1638 { text-decoration: underline overline line-through red dotted } +tdco1639 { text-decoration: underline overline line-through red double } +tdco1640 { text-decoration: underline overline line-through red wavy } +tdco1641 { text-decoration: underline overline line-through red solid } +tdco1642 { text-decoration: underline overline line-through solid } +tdco1643 { text-decoration: underline overline line-through solid rgb(255,0,0) } +tdco1644 { text-decoration: underline overline line-through solid #f00 } +tdco1645 { text-decoration: underline overline line-through solid red } +tdco1646 { text-decoration: none }
Received on Friday, 31 August 2012 13:58:40 UTC