- From: Roy Fielding via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Sep 2012 07:18:42 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory hutz:/tmp/cvs-serv11776
Modified Files:
additional.css tracking-dnt.html
Log Message:
try again at uppercasing RFC2119 terms for copy and paste
Index: tracking-dnt.html
===================================================================
RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- tracking-dnt.html 29 Sep 2012 04:15:07 -0000 1.167
+++ tracking-dnt.html 29 Sep 2012 07:18:40 -0000 1.168
@@ -28,6 +28,12 @@
};
</script>
<link rel="stylesheet" href="additional.css" type="text/css" media="screen" title="custom formatting for TPWG editors" charset="utf-8" />
+ <script type="text/css">
+ em.rfc2119 {
+ text-transform: uppercase;
+ font-variant: normal;
+ }
+ </script>
</head>
<body>
<section id='abstract'>
Index: additional.css
===================================================================
RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/additional.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- additional.css 29 Sep 2012 07:10:34 -0000 1.4
+++ additional.css 29 Sep 2012 07:18:40 -0000 1.5
@@ -25,8 +25,3 @@
.simple tr {
vertical-align: top;
}
-
-em.rfc2119 {
- text-transform: uppercase;
- font-variant: normal;
-}
Received on Saturday, 29 September 2012 07:18:43 UTC