Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Update index.html #91

Merged
merged 2 commits into from
Aug 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 32 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta charset="utf-8" />
<title>EPUB @ W3C</title>
<link rel="stylesheet" href="epub-dir.css" type="text/css" />
</head>
Expand All @@ -19,7 +20,7 @@
</nav>

<h1 class="title">EPUB @ W3C</h1>
<p class="status">15 May 2019</p>
<p class="status">6 August 2019</p>
</header>

<div class="content">
Expand Down Expand Up @@ -88,8 +89,16 @@ <h2 class="title">Groups</h2>
<td>Publishing Working Group</td>
<td>“The mission of the Publishing Working Group is to enable all Web Publications—with all their specificities and traditions—to become first-class entities on the Web”</td>
<td>W3C member</td>
<td><a href="https://www.w3.org/2017/04/publ-wg-charter/">https://www.w3.org/2017/04/publ-wg-charter/</a></td>
<td>Tzviya Siegman, Garth Conboy, Wendy Reid</td>
<td><a href="https://github.com/w3c/publ-wg">GitHub</a><br /><a href="https://www.w3.org/2017/04/publ-wg-charter/">Charter</a></td>
<td>Tzviya Siegman, Garth Conboy, Wendy Reid, Matt Garrish (temporary)</td>
</tr>

<tr>
<td>Publishing Community Group</td>
<td>“Incubation zone for Publishing@W3C. Bring your experiments here.”</td>
<td>anyone can participate</td>
<td><a href="https://github.com/w3c/publishingcg/">GitHub</a><br /><a href="https://www.w3.org/2017/04/publ-wg-charter/">Charter</a></td>
<td>Mateus Teixeira, Jeff Xu</td>
</tr>


Expand Down Expand Up @@ -179,6 +188,7 @@ <h2 class="title">All Specifications</h2>
<li><a href="#esc">EPUB Scriptable Components 1.0</a></li>
<li><a href="#esc">EPUB Scriptable Components Packaging and Integration 1.0</a></li>
<li><a href="#oa">Open Annotation in EPUB 1.0</a></li>
<li><a href="#cfi">EPUB Canonical Fragment Identifiers 1.1</a></li>
</ol>
</nav>

Expand Down Expand Up @@ -300,7 +310,7 @@ <h3 class="title">EPUB 3.1</h3>
<li><strong>Status</strong>:<br/>Recommended Specification</li>
<li><strong>Date Published</strong>:<br/>2017-01-05</li>
<li><strong>Charter</strong>:<br/><a href="http://idpf.org/charter/2015/epub">EPUB 3 Charter (2015)</a></li>
<li><strong>Project Home</strong>:<br/><a href="https://github.com/w3c/epub-revision/wiki/EPUB-3.1">EPUB 3.1</a></li>
<li><strong class="superseded">Superseded by</strong>:<br/><a href="#epub32">EPUB 3.2</a></li>
</ul>
<br/>

Expand Down Expand Up @@ -412,7 +422,7 @@ <h3 class="title">EPUB 3.0.1</h3>
<li><strong>Status</strong>:<br/>Recommended Specification</li>
<li><strong>Date Published</strong>:<br/>2014-06-24</li>
<li><strong>Charter</strong>:<br/><a href="http://idpf.org/epub/30/wg-charter">EPUB 3 Charter (2010)</a></li>
<li><strong class="superseded">Superseded by</strong>:<br/><a href="#epub301">EPUB 3.1</a></li>
<li><strong class="superseded">Superseded by</strong>:<br/><a href="#epub31">EPUB 3.1</a> (well, not really)</li>
</ul>
<br/>

Expand Down Expand Up @@ -784,6 +794,22 @@ <h3 class="title">Scriptable Components</h3>
<li><a href="http://www.idpf.org/epub/sc/pkg/">EPUB Scriptable Components Packaging and Integration 1.0</a></li>
</ul>
</section>
<section id="cfi" class="spec-group">
<h3 class="title">Canonical Fragment Identifiers</h3>

<ul class="info">
<li><strong>Specification</strong>:<br/><a href="http://www.idpf.org/epub/linking/cfi/epub-cfi.html">EPUB Canonical Fragment Identifiers 1.1</a></li>
<li><strong>Status</strong>:<br/>Recommended Specification</li>
<li><strong>Date Published</strong>:<br/>2017-01-05</li>
<li><strong>Charter</strong>:<br/>unknown</li>
<li><strong>Project Home</strong>:<br/><a href="https://github.com/w3c/publ-epub-revision/">EPUB Revision</a></li>
</ul>
<br/>

<p>EPUB Canonical Fragment Identifiers (CFI) defines a standardized method for referencing arbitrary content within an EPUB® Publication through the use of fragment identifiers.</p>


</section>
</section>

<section id="guides" class="chapter">
Expand Down