Skip to content

Commit dc9de49

Browse files
committed
Update various Cans sections. Fix summary generator.
1 parent 6f240ba commit dc9de49

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

‎gap-analysis/chr-gap.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,18 +418,16 @@ <h3>What else?</h3>
418418

419419

420420
<details>
421-
<summary style="margin-top:4em; cursor: pointer;">Show summary</summary>
421+
<summary style="margin-top:4em; cursor: pointer;" onClick="setUpSummary(); printSummary(true);">Show summary</summary>
422422
<pre id="summaryPlaceholder" style="white-space: pre-wrap;"></pre>
423423
</details>
424424

425425

426426

427427

428428
<script class="remove">
429-
setUpSummary()
430429
addPrompts()
431430
getAllData('amlreq','doc:chr')
432-
printSummary(true)
433431
</script>
434432

435433

‎gap-analysis/iu-cr-gap.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h3>Baselines &amp; inline alignment</h3>
216216

217217

218218

219-
<section id="segmentation" class="tbd">
219+
<section id="segmentation" class="ok">
220220
<h3>Grapheme/word segmentation &amp; selection</h3>
221221
<p id="prompt-segmentation" class="status_prompt promptStub"></p>
222222

@@ -225,7 +225,7 @@ <h3>Grapheme/word segmentation &amp; selection</h3>
225225

226226

227227

228-
<section id="punctuation_etc" class="tbd">
228+
<section id="punctuation_etc" class="ok">
229229
<h3>Punctuation &amp; other inline features</h3>
230230
<p id="prompt-punctuation_etc" class="status_prompt promptStub"></p>
231231

@@ -408,18 +408,16 @@ <h3>What else?</h3>
408408

409409

410410
<details>
411-
<summary style="margin-top:4em; cursor: pointer;">Show summary</summary>
411+
<summary style="margin-top:4em; cursor: pointer;" onClick="setUpSummary(); printSummary(true);">Show summary</summary>
412412
<pre id="summaryPlaceholder" style="white-space: pre-wrap;"></pre>
413413
</details>
414414

415415

416416

417417

418418
<script class="remove">
419-
setUpSummary()
420419
addPrompts()
421-
getAllData('amlreq','doc:iu-cr')
422-
printSummary(true)
420+
getAllData('amlreq','doc:cans')
423421
</script>
424422

425423

0 commit comments

Comments
 (0)