- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 22:36:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv16917
Modified Files:
Overview.html Overview.src.html
Log Message:
' is in XML and HTML5 but not HTML4, ugh!
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.html 3 Aug 2011 22:31:16 -0000 1.27
+++ Overview.html 3 Aug 2011 22:36:12 -0000 1.28
@@ -794,12 +794,12 @@
excluding any fragment identifiers. (This means, for example, that HTTP
redirects have been followed.) If the styles are being applied inside a
complete document embedded into the presentation of another (e.g., <a
- href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a>'s <code
+ href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a>'s <code
class=html>iframe</code>, <code class=html>object</code>, or <code
class=html>img</code> elements), the relevant URI is that of the frame,
not of its container. However, if content from other documents is mixed in
via mechanisms that mix content from one document into another (e.g., <a
- href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>'s
+ href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>'s
<code>use</code> element), then the address of the container document is
used.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.src.html 3 Aug 2011 22:31:16 -0000 1.27
+++ Overview.src.html 3 Aug 2011 22:36:12 -0000 1.28
@@ -573,12 +573,12 @@
the URI at which the document is located, excluding any fragment
identifiers. (This means, for example, that HTTP redirects have been
followed.) If the styles are being applied inside a complete document
-embedded into the presentation of another (e.g., [[HTML5]]'s <code
+embedded into the presentation of another (e.g., [[HTML5]]'s <code
class="html">iframe</code>, <code class="html">object</code>, or <code
class="html">img</code> elements), the relevant URI is that of the
frame, not of its container. However, if content from other documents
is mixed in via mechanisms that mix content from one document into
-another (e.g., [[SVG11]]'s <code>use</code> element), then the
+another (e.g., [[SVG11]]'s <code>use</code> element), then the
address of the container document is used.</p>
<p class="note">Note: In [[HTML5]], this is the
Received on Wednesday, 3 August 2011 22:36:15 UTC