- From: Roy Fielding via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Sep 2012 07:05:17 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts In directory hutz:/tmp/cvs-serv4076 Modified Files: additional.css tracking-dnt-20121002.html Log Message: override respec on lowercasing RFC2119 terms Index: additional.css =================================================================== RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/additional.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- additional.css 29 Sep 2012 06:32:03 -0000 1.2 +++ additional.css 29 Sep 2012 07:05:15 -0000 1.3 @@ -25,3 +25,8 @@ .simple tr { vertical-align: top; } + +em.rfc2119 { + text-transform: none; + font-variant: normal; +} Index: tracking-dnt-20121002.html =================================================================== RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt-20121002.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- tracking-dnt-20121002.html 29 Sep 2012 06:36:13 -0000 1.7 +++ tracking-dnt-20121002.html 29 Sep 2012 07:05:15 -0000 1.8 @@ -289,6 +289,8 @@ /* --- INLINES --- */ em.rfc2119 { + text-transform: lowercase; + font-variant: small-caps; font-style: normal; color: #900; } @@ -424,6 +426,11 @@ .simple tr { vertical-align: top; } + +em.rfc2119 { + text-transform: none; + font-variant: normal; +} </style> <link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> </head>
Received on Saturday, 29 September 2012 07:05:18 UTC