csswg/css3-values Overview.html,1.97,1.98 Overview.src.html,1.100,1.101

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv10177

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Formatting fixes.  No non-editorial changes.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Overview.html	10 Oct 2011 20:40:28 -0000	1.97
+++ Overview.html	10 Oct 2011 20:47:43 -0000	1.98
@@ -13,7 +13,7 @@
     #propvalues td { text-align: right; }
     #propvalues td + td { text-align: left; }
   </style>
-  <link href="../default.css" rel=stylesheet type="text/css">
+  <link href="../css-module/default.css" rel=stylesheet type="text/css">
   <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
   type="text/css">
 
@@ -1483,10 +1483,11 @@
   <p>In CSS2.1 <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>,
    the &lsquo;<code class=css>attr()</code>&rsquo; expression always returns
    a string. In CSS3, the &lsquo;<code class=css>attr()</code>&rsquo;
-   expression can return many different types. The new syntax for the attr()
-   expression is:
+   expression can return many different types. The new syntax for the
+   &lsquo;<code class=css>attr()</code>&rsquo; expression is:
 
-  <pre>'attr(' wqname [ ',' &lt;type> [ ',' &lt;value> ]? ]? ')'</pre>
+  <pre>'attr(' <a
+   href="#wqname"><var>wqname</var></a> [ ',' &lt;type> [ ',' &lt;value> ]? ]? ')'</pre>
 
   <p>where <dfn id=wqname>wqname</dfn> is defined as:
 
@@ -1527,7 +1528,8 @@
    <dt>string
 
    <dd>The attribute value will be interpreted as the contents of a CSS
-    string. The default is the empty string.
+    &lsquo;<code class=css>&lt;string></code>&rsquo;. The default is the
+    empty string.
 
    <dt>color
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- Overview.src.html	10 Oct 2011 20:40:28 -0000	1.100
+++ Overview.src.html	10 Oct 2011 20:47:48 -0000	1.101
@@ -12,7 +12,7 @@
     #propvalues td { text-align: right; }
     #propvalues td + td { text-align: left; }
   </style>
-  <link rel="stylesheet" type="text/css" href="../default.css">
+  <link rel="stylesheet" type="text/css" href="../css-module/default.css">
   <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
 </head>
 
@@ -1034,11 +1034,11 @@
 
 	<p class=issue>When attr is set on a pseudo-element, it should apply to the originating element</p>
 
-	<p>In CSS2.1 [[!CSS21]], the 'attr()' expression always returns a
-	string. In CSS3, the 'attr()' expression can return many different
-	types. The new syntax for the attr() expression is:</p>
+	<p>In CSS2.1 [[!CSS21]], the ''attr()'' expression always returns a
+	string. In CSS3, the ''attr()'' expression can return many different
+	types. The new syntax for the ''attr()'' expression is:</p>
 
-	<pre>'attr(' wqname [ ',' &lt;type> [ ',' &lt;value> ]? ]? ')'</pre>
+	<pre>'attr(' <var>wqname</var> [ ',' &lt;type> [ ',' &lt;value> ]? ]? ')'</pre>
 
 	<p>where <dfn>wqname</dfn> is defined as:</p>
 
@@ -1077,7 +1077,7 @@
 	<dl>
 		<dt>string
 		<dd>The attribute value will be interpreted as the contents of a CSS
-		string. The default is the empty string.
+		''&lt;string>''. The default is the empty string.
 
 		<dt>color
 		<dd>The attribute value will be interpreted as a CSS ''&lt;color>'' value. The

Received on Monday, 10 October 2011 20:47:59 UTC