Skip to content

Commit ba46f10

Browse files
authored
Merge pull request #2840 from w3c/editorial/broken-links
Fix the broken html syntax links
2 parents 293685b + 9c4cf09 commit ba46f10

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

epub34/authoring/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5839,15 +5839,15 @@ <h3>XHTML content documents</h3>
58395839
<h4>Introduction</h4>
58405840

58415841
<p>An [=XHTML content document=] is an instance of an <a href="#sec-xml-constraints">XML
5842-
document</a> expressed using the <a data-cite="html#the-xml-syntax">XML syntax</a> of the
5842+
document</a> expressed using the <a data-cite="html#the-xhtml-syntax">XML syntax</a> of the
58435843
[[[html]]] [[html]].</p>
58445844

58455845
<p>XHTML content documents that conform to this profile are [=core media type resources=] and one of
58465846
the two formats that constitute [=EPUB content documents=] &#8212; that can be used without
58475847
fallbacks in the [^spine^].</p>
58485848

58495849
<div class="note">
5850-
<p>EPUB 3 does not support the <a data-cite="html#the-html-syntax">HTML syntax</a> of [[html]]
5850+
<p>EPUB 3 does not support the <a data-cite="html#syntax">HTML syntax</a> of [[html]]
58515851
as a core media type. Although both serializations allow the same elements to be expressed,
58525852
not all JavaScript libraries and APIs are designed to handle the XML syntax, in particular
58535853
the shadow DOM. This means, for example, that although the [^template^] element [[html]] can
@@ -5866,10 +5866,11 @@ <h4>Introduction</h4>
58665866

58675867
<p>Earlier versions of EPUB 3 referred to W3C's HTML5 standard to define EPUB content documents,
58685868
but that standard was largely a snapshot of the HTML Standard maintained by the WHATWG.
5869-
After reaching an <a href="https://www.w3.org/2019/04/WHATWG-W3C-MOU.html">agreement</a> on the development of HTML in 2019, the W3C standard was retired
5870-
and EPUB 3 now exclusively refers to the HTML Standard. It does not mean that EPUB 3 does
5871-
not support HTML5 anymore in XHTML content documents, only that HTML5 is now a marketing
5872-
term that refers to the HTML Standard as the successor to HTML 4.01 and XHTML 1.1.</p>
5869+
After reaching an <a href="https://www.w3.org/2019/04/WHATWG-W3C-MOU.html">agreement</a> on
5870+
the development of HTML in 2019, the W3C standard was retired and EPUB 3 now exclusively
5871+
refers to the HTML Standard. It does not mean that EPUB 3 does not support HTML5 anymore in
5872+
XHTML content documents, only that HTML5 is now a marketing term that refers to the HTML
5873+
Standard as the successor to HTML 4.01 and XHTML 1.1.</p>
58735874
</div>
58745875
</section>
58755876

0 commit comments

Comments
 (0)