Skip to content

Commit 063be38

Browse files
committed
scripts/tutorial/part6, fixed some ids and links
1 parent b03ee66 commit 063be38

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/tutorial/part6.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h3><a href="#emphasis">Emphasis</a></h3>
184184
<p class="slide-bottom">&nbsp;<a href="#topbar">got to top of page</a></p>
185185
</div>
186186
</div>
187-
<div class="slide">
187+
<div id="italics" class="slide">
188188
<h3><a href="#italics">Italics</a></h3>
189189
<div class="slide-pic"> <img src="images/misc2.png" alt="slide" /></div>
190190
<div class="speaker-notes">
@@ -214,7 +214,7 @@ <h3><a href="#kumimoji">Kumimoji and warichu</a></h3>
214214
</div>
215215
</div>
216216
<div id="grid" class="slide">
217-
<h3><a href="grid">Grid layout</a></h3>
217+
<h3><a href="#grid">Grid layout</a></h3>
218218
<div class="slide-pic"> <img src="images/ideographic-layout.png" alt="slide" /></div>
219219
<div class="speaker-notes">
220220
<p>Note how, because all the characters above are mono-spaced and fit within the same sized box, the text on the slide gives the appearance of
@@ -224,16 +224,16 @@ <h3><a href="grid">Grid layout</a></h3>
224224
<p class="slide-bottom">&nbsp;<a href="#topbar">got to top of page</a></p>
225225
</div>
226226
</div>
227-
<div id="grid2" class="slide">
228-
<h3><a href="grid">Counter styles</a></h3>
227+
<div id="counter-styles" class="slide">
228+
<h3><a href="#counter-styles">Counter styles</a></h3>
229229
<div class="slide-pic"> <img src="images/counter-styles.png" alt="slide" /></div>
230230
<div class="speaker-notes">
231231
<p>Another typographic feature that varies from script to script and often from language to language is the numbering used for lists, chapter headings, etc. Not only are the counters likely to be based on characters of the script in question, but they may increment according to numeric, alphabetic or other rules. There are often more than one counter style per script/language. For more information about counter styles see <a href="https://www.w3.org/TR/predefined-counter-styles/">Custom Counter Styles</a>.</p>
232232
<p class="slide-bottom">&nbsp;<a href="#topbar">got to top of page</a></p>
233233
</div>
234234
</div>
235-
<div id="grid3" class="slide">
236-
<h3><a href="grid">Layout requirements work</a></h3>
235+
<div id="lreq" class="slide">
236+
<h3><a href="#lreq">Layout requirements work</a></h3>
237237
<div class="slide-pic"> <img src="images/layout-reqs.png" alt="slide" /></div>
238238
<div class="speaker-notes">
239239
<p>The W3C has a number of task forces working to define requirements for layout and typography in script around the world. You can follow or join these task forces if you want to contribute your expertise in a particular area. The documents being worked on at the time this presentation was written include those shown on the slide.</p>
@@ -249,7 +249,7 @@ <h3><a href="grid">Layout requirements work</a></h3>
249249

250250

251251
<div class="smallprint"><span id="version">First published Feb 2003. This version <span id="version-info">
252-
<!-- #BeginDate format:IS1m -->2016-02-22 12:52<!-- #EndDate -->
252+
<!-- #BeginDate format:IS1m -->2017-03-08 17:21<!-- #EndDate -->
253253
</span> GMT. &nbsp;&bull;&nbsp; Copyright <a href="mailto:[email protected]">[email protected]</a>. Licence <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC-By</a>.</span></div>
254254

255255

0 commit comments

Comments
 (0)