Skip to content

Commit 7c9a1a2

Browse files
committed
' is in XML and HTML5 but not HTML4, ugh!
1 parent ed3cf6c commit 7c9a1a2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-conditional/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,12 +794,12 @@ <h2 id=at-document><span class=secno>7. </span>Document queries: the
794794
excluding any fragment identifiers. (This means, for example, that HTTP
795795
redirects have been followed.) If the styles are being applied inside a
796796
complete document embedded into the presentation of another (e.g., <a
797-
href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a>&apos;s <code
797+
href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a>&#39;s <code
798798
class=html>iframe</code>, <code class=html>object</code>, or <code
799799
class=html>img</code> elements), the relevant URI is that of the frame,
800800
not of its container. However, if content from other documents is mixed in
801801
via mechanisms that mix content from one document into another (e.g., <a
802-
href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>&apos;s
802+
href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>&#39;s
803803
<code>use</code> element), then the address of the container document is
804804
used.
805805

css3-conditional/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,12 +573,12 @@ <h2 id="at-document">Document queries: the '@document' rule</h2>
573573
the URI at which the document is located, excluding any fragment
574574
identifiers. (This means, for example, that HTTP redirects have been
575575
followed.) If the styles are being applied inside a complete document
576-
embedded into the presentation of another (e.g., [[HTML5]]&apos;s <code
576+
embedded into the presentation of another (e.g., [[HTML5]]&#39;s <code
577577
class="html">iframe</code>, <code class="html">object</code>, or <code
578578
class="html">img</code> elements), the relevant URI is that of the
579579
frame, not of its container. However, if content from other documents
580580
is mixed in via mechanisms that mix content from one document into
581-
another (e.g., [[SVG11]]&apos;s <code>use</code> element), then the
581+
another (e.g., [[SVG11]]&#39;s <code>use</code> element), then the
582582
address of the container document is used.</p>
583583

584584
<p class="note">Note: In [[HTML5]], this is the

0 commit comments

Comments
 (0)