-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathtoc.html
More file actions
34 lines (34 loc) · 2.59 KB
/
toc.html
File metadata and controls
34 lines (34 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<nav>
<ol>
<li><a href="CSS01-readiumcss_fundamentals.html">Readium CSS Fundamental Concepts</a></li>
<li><a href="CSS02-quickstart.html">Quickstart</a></li>
<li><a href="CSS03-injection_and_pagination.html">Inject and paginate EPUB contents</a></li>
<li><a href="CSS04-multicolumn_layout.html">How the multicolumn layout works</a></li>
<li><a href="CSS05-reflow_requirements.html">Reading Systems Requirements for reflowable text</a></li>
<li><a href="CSS06-stylesheets_order.html">Order in which to append Readium CSS reflowable stylesheets</a></li>
<li><a href="CSS07-variables.html">How to use CSS custom properties (a.k.a. variables)</a></li>
<li><a href="CSS08-defaults.html">Defaults</a></li>
<li><a href="CSS09-default_fonts.html">Typefaces and font-stacks</a></li>
<li><a href="CSS10-libre_fonts.html">Open Source and Libre Fonts We Can Recommend</a></li>
<li><a href="CSS10b-variable_fonts.html">Variable fonts</a></li>
<li><a href="CSS10c-custom_fonts.html">Using custom fonts with Readium CSS</a></li>
<li><a href="CSS11-overrides_classification.html">User Overrides’ Classification</a></li>
<li><a href="CSS12-user_prefs.html">User Settings and Themes</a></li>
<li><a href="CSS13-a11y_settings_baseline.html">Baseline for a11y-related user settings</a></li>
<li><a href="CSS14-user_settings_recs.html">Recommendations for User Settings Management</a></li>
<li><a href="CSS15-user_pref_insights.html">User Preferences’ insights</a></li>
<li><a href="CSS16-internationalization.html">Internationalization</a></li>
<li><a href="CSS17-i18n_typography.html">Internationalization – A Typography Primer</a></li>
<li><a href="CSS18-further_details.html">Readium CSS Further Details: Explaining the CSS Voodoo</a></li>
<li><a href="CSS19-api.html">Readium CSS Variables API</a></li>
<li><a href="CSS20-spec_impact.html">List of proposals and specs impacting Readium CSS</a></li>
<li><a href="CSS21-epub_compat.html">EPUB Compatibility</a></li>
<li><a href="CSS22-npm.html">Install, test and build Readium CSS</a></li>
<li><a href="CSS23-fxl_requirements.html">Fixed-layouts’ Reading Systems Requirements</a></li>
<li><a href="CSS24-eprdctn_requests.html">E-production feedback and requests</a></li>
<li><a href="CSS25-performance_hacks.html">CSS Performance Hacks</a></li>
<li><a href="CSS26-i18n_glossary.html">i18n glossary</a></li>
<li><a href="CSS27-considered_features.html">Features that were considered but not implemented</a></li>
<li><a href="CSS28-migration_guide.html">Migration Guide</a></li>
</ol>
</nav>