Skip to content

Commit

Permalink
Merge pull request #2554 from w3c/add-errata-management
Browse files Browse the repository at this point in the history
Preparation for REC
  • Loading branch information
mattgarrish committed May 10, 2023
2 parents f2d2e46 + e4e2606 commit 2fec802
Show file tree
Hide file tree
Showing 11 changed files with 308 additions and 6 deletions.
1 change: 1 addition & 0 deletions epub33/a11y-tech/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
noRecTrack: true,
edDraftURI: "https://w3c.github.io/epub-specs/epub33/a11y-tech/",
previousPublishDate: "2021-07-12",
errata: "https://w3c.github.io/epub-specs/epub33/errata.html",
previousMaturity: "NOTE",
copyrightStart: "2017",
editors:[ {
Expand Down
16 changes: 14 additions & 2 deletions epub33/a11y/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
crEnd: "2023-03-21",
prEnd: "2023-05-15",
previousPublishDate: "2021-07-12",
previousMaturity: "CR",
errata: "https://w3c.github.io/epub-specs/epub33/errata.html",
previousMaturity: "PR",
copyrightStart: "2017",
editors:[ {
name: "Matt Garrish",
Expand Down Expand Up @@ -105,7 +106,18 @@
}
},
preProcess:[inlineCustomCSS],
postProcess: [data_test_display]
postProcess: [data_test_display],
otherLinks: [
{
key: "This document is also available in this non-normative format:",
data: [
{
value: "EPUB 3.3",
href: "https://www.w3.org/TR/epub-33/epub-a11y-11.epub"
}
]
}
]
};</script>
<style>
.conf-pattern {
Expand Down
16 changes: 14 additions & 2 deletions epub33/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
crEnd: "2023-03-21",
prEnd: "2023-05-15",
previousPublishDate: "2021-07-12",
previousMaturity: "CR",
previousMaturity: "PR",
errata: "https://w3c.github.io/epub-specs/epub33/errata.html",
copyrightStart: "1999",
editors:[
{
Expand Down Expand Up @@ -60,7 +61,18 @@
xref: {
profile: "web-platform",
specs: ["epub-rs-33"]
}
},
otherLinks: [
{
key: "This document is also available in this non-normative format:",
data: [
{
value: "EPUB 3.3",
href: "https://www.w3.org/TR/epub-33/epub-33.epub"
}
]
}
]
};//]]>
</script>
<style>
Expand Down
1 change: 1 addition & 0 deletions epub33/epub-a11y-eaa-mapping/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
noRecTrack: true,
shortName: "epub-a11y-eaa-mapping",
edDraftURI: "https://w3c.github.io/epub-specs/epub33/epub-a11y-eaa-mapping/",
errata: "https://w3c.github.io/epub-specs/epub33/errata.html",
copyrightStart: "2021",
editors:[
{
Expand Down
1 change: 1 addition & 0 deletions epub33/epub-aria-authoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
noRecTrack: true,
shortName: "epub-aria-authoring-11",
edDraftURI: "https://w3c.github.io/epub-specs/epub33/epub-aria-authoring/",
errata: "https://w3c.github.io/epub-specs/epub33/errata.html",
copyrightStart: "2021",
editors:[ {
name: "Matt Garrish",
Expand Down
259 changes: 259 additions & 0 deletions epub33/errata.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,259 @@
<!DOCTYPE html>
<html>
<!--
The data-githubrepo attribute provides the owner/repo name on github. For W3C repositories most of those are of the
form 'w3c/XXX', although there are groups that have their own owner for their repository.
-->
<head data-githubrepo="w3c/epub-specs">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Open Errata for the EPUB 3 Working Group</title>
<link rel="stylesheet" type="text/css" href="https://w3c.github.io/display_errata/assets/errata.css"/>
<script src="https://w3c.github.io/display_errata/assets/errata.js" type="text/javascript"></script>
<script src="https://w3c.github.io/display_errata/assets/toc.js" type="text/javascript"></script>

<style type="text/css">
.todo {
background-color: yellow
}
</style>
</head>
<body>
<header>
<p class="banner"><a accesskey="W" href="/"><img width="72" height="48" alt="W3C" src="https://www.w3.org/Icons/w3c_home" /></a> </p>
<br />
<h1 class="title">Open Errata for the EPUB 3 Working Group</h1>
<dl>
<dt>Latest errata update:</dt>
<dd><span id="date"></span></dd>
<dt>Number of recorded errata:</dt>
<dd><span id="number"></span></dd>
<dt>Link to all errata:</dt>
<dd><span id="errata_link"></span></dd>
</dl>

<section data-notoc>
<h1>How to Submit an Erratum?</h1>
<p>Errata are introduced and stored in the <a href="https://github.com/w3c/epub-specs/issues/">issue list of the group‘s GitHub repository</a>. The workflow to add a new erratum is as follows:</p>
<ul>
<li>An issue is raised for a possible erratum. The label of the issue SHOULD be set to “<code>ErratumRaised</code>”. It SHOULD also include the label corresponding to the document on which the erratum is raised, e.g., “<code>Spec-EPUB3</code>” or “<code>Spec-ReadingSystems</code>” (please, consult the <a href="https://github.com/w3c/epub-specs/labels?q=spec">list of available labels</a>; look for labels of the form “Spec-”). It is o.k. for an erratum to have several labels. In some, exceptional, cases, i.e., when the erratum is very general, it is also acceptable not to have a reference to a document.</li>
<li>Issues labeled as “<code>Editorial</code>” are displayed separately, to make it easier to differentiate editorial errata from substantial ones.</li>
<li>The community discusses the issue. If it is accepted as a genuine erratum, the label “<code>Errata</code>” is added to the entry and the “<code>ErratumRaised</code>” label should be removed. Additionally, a new comment on the issue MAY be added, beginning with the word "Summary:" (if such a summary is useful based on the discussion).</li>
<li>All issues, labeled by “<code>Errata</code>”, are displayed in this report, whether they are opened or closed. Their status is added to the report on the individual errata.</li>
<li>If the community rejects the issue as an erratum, the issue should be closed.</li>
<li>ALL substantive errata are generally expected to have corresponding tests (such as a pull request in the <a href='https://github.com/w3c/epub-tests/'>EPUB 3 Test Repository</a>) either in the form of new tests or modifications to existing tests, or must include the rationale for why test updates are not required for the erratum.</li>
</ul>

<p>This report contains a reference to all open issues with the label <code>Errata</code>, displayed in the sections below. Each section collects the issues for a specific document, with a separate section for the issues not assigned to any.</p>

<p>If you have problems following this process, but you want nevertheless to report an error, you can also contact the staff contact of the Working Group, <a href="mailto:ivan@w3.org">Ivan Herman</a>.</p>
</section>
</header>

<div class="toc" id="toc"></div>

<main>
<!-- The data-erratalabel should include one label that filters the errata -->
<section data-erratalabel="Spec-Overview">
<h1>Open Errata on the “EPUB 3 Overview” Working Group Note</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a href="https://www.w3.org/TR/epub-overview-33/">https://www.w3.org/TR/epub-overview-33/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a href="https://w3c.github.io/epub-specs/epub33/overview/">https://w3c.github.io/epub-specs/epub33/overview/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<section data-erratalabel="Spec-EPUB3">
<h1>Open Errata on the “EPUB 3.3” Recommendation</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a class="todo" href="https://www.w3.org/TR/epub-33/">https://www.w3.org/TR/epub-33/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a class="todo" href="https://w3c.github.io/epub-specs/epub33/core/">https://w3c.github.io/epub-specs/epub33/core/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<section data-erratalabel="Spec-ReadingSystems">
<h1>Open Errata on the “EPUB Reading Systems 3.3” Recommendation</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a class="todo" href="https://www.w3.org/TR/epub-rs-33/">https://www.w3.org/TR/epub-rs-33/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a class="todo" href="https://w3c.github.io/epub-specs/epub33/rs/">https://w3c.github.io/epub-specs/epub33/rs/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<section data-erratalabel="Spec-MultipleRendition">
<h1>Open Errata on the “EPUB 3 Multiple-Rendition Publications 1.1” Working Group Note</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a href="https://www.w3.org/TR/epub-multi-rend-11/">https://www.w3.org/TR/epub-multi-rend-11/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a href="https://w3c.github.io/epub-specs/epub33/multi-rend/">https://w3c.github.io/epub-specs/epub33/multi-rend/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<section data-erratalabel="Spec-TTS">
<h1>Open Errata on the “EPUB 3 Text-to-Speech Enhancements 1.0” Working Group Note</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a href="https://www.w3.org/TR/epub-tts-10/">https://www.w3.org/TR/epub-tts-10/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a href="https://w3c.github.io/epub-specs/epub33/tts/">https://w3c.github.io/epub-specs/epub33/tts/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<section data-erratalabel="Spec-SSV">
<h1>Open Errata on the “EPUB 3 Structural Semantics Vocabulary 1.1” Working Group Note</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a href="https://www.w3.org/TR/epub-ssv-11/">https://www.w3.org/TR/epub-ssv-11/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a href="https://w3c.github.io/epub-specs/epub33/ssv/">https://w3c.github.io/epub-specs/epub33/ssv/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<section data-erratalabel="Spec-Accessibility">
<h1>Open Errata on the “EPUB Accessibility 1.1” Recommendation</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a class="todo" href="https://www.w3.org/TR/epub-a11y-11/">https://www.w3.org/TR/epub-a11y-11/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a class="todo" href="https://w3c.github.io/epub-specs/epub33/a11y/">https://w3c.github.io/epub-specs/epub33/a11y/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<section data-erratalabel="Spec-A11YTechniques">
<h1>Open Errata on the “EPUB Accessibility Techniques 1.1” Working Group Note</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a href="https://www.w3.org/TR/epub-a11y-tech-11/">https://www.w3.org/TR/epub-a11y-tech-11/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a href="https://w3c.github.io/epub-specs/epub33/a11y-tech/">https://w3c.github.io/epub-specs/epub33/a11y-tech/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<section data-erratalabel="Spec-EAAMapping">
<h1>Open Errata on the “EPUB Accessibility - EU Accessibility Act Mapping” Working Group Note</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a href="https://www.w3.org/TR/epub-a11y-eaa-mapping/">https://www.w3.org/TR/epub-a11y-eaa-mapping/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a href="https://w3c.github.io/epub-specs/epub33/epub-a11y-eaa-mapping/">https://w3c.github.io/epub-specs/epub33/epub-a11y-eaa-mapping/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<section data-erratalabel="Spec-EPUBTypeToAria">
<h1>Open Errata on the “EPUB Type to ARIA Role Authoring Guide 1.1” Working Group Note</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a href="https://www.w3.org/TR/epub-aria-authoring-11/">https://www.w3.org/TR/epub-aria-authoring-11/</a></dd>
<dt>Editors’ draft:</dt>
<dd><a href="https://w3c.github.io/epub-specs/epub33/epub-aria-authoring/">https://w3c.github.io/epub-specs/epub33/epub-aria-authoring/</a></dd>
<dt>Latest Publication Date:</dt>
<dd class="todo">@@@@ May, 2023</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>

<!-- The section with the data-nolabel attributes collect those errata that are not displayed by any other
label specific sections. -->
<section data-nolabel>
<h1>Other Errata, Not Assigned to a Specific Document</h1>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>
</main>

<footer>
<address><a href="mailto:ivan@w3.org">Ivan Herman</a>, &lt;ivan@w3.org&gt;, (W3C)</address>
<p class="copyright">
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © <span>2023</span> World Wide Web Consortium.
W3C® <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>, and
<a href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document">permissive document license</a> rules apply.
</p>
</footer>
</body>
</html>
1 change: 1 addition & 0 deletions epub33/multi-rend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
previousPublishDate: "2021-12-08",
previousMaturity: "NOTE",
copyrightStart: "2015",
errata: "https://w3c.github.io/epub-specs/epub33/errata.html",
noRecTrack: true,
editors:[ {
name: "Matt Garrish",
Expand Down
1 change: 1 addition & 0 deletions epub33/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
previousPublishDate: "2021-12-08",
previousMaturity: "NOTE",
copyrightStart: "1999",
errata: "https://w3c.github.io/epub-specs/epub33/errata.html",
editors:[
{
name: "Matt Garrish",
Expand Down
16 changes: 14 additions & 2 deletions epub33/rs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
crEnd: "2023-03-21",
prEnd: "2023-05-15",
previousPublishDate: "2021-07-12",
previousMaturity: "CR",
previousMaturity: "PR",
errata: "https://w3c.github.io/epub-specs/epub33/errata.html",
copyrightStart: "1999",
editors: [
{
Expand Down Expand Up @@ -115,7 +116,18 @@
xref: {
profile: "web-platform",
specs: ["epub-33"]
}
},
otherLinks: [
{
key: "This document is also available in this non-normative format:",
data: [
{
value: "EPUB 3.3",
href: "https://www.w3.org/TR/epub-33/epub-rs-33.epub"
}
]
}
]
};//]]></script>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions epub33/ssv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
wgPublicList: "public-epub3",
specStatus: "ED",
shortName: "epub-ssv-11",
errata: "https://w3c.github.io/epub-specs/epub33/errata.html",
edDraftURI: "https://w3c.github.io/epub-specs/epub33/ssv/",
noRecTrack: true,
editors: [
Expand Down

0 comments on commit 2fec802

Please sign in to comment.