File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -418,18 +418,16 @@ <h3>What else?</h3>
418
418
419
419
420
420
< 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 >
422
422
< pre id ="summaryPlaceholder " style ="white-space: pre-wrap; "> </ pre >
423
423
</ details >
424
424
425
425
426
426
427
427
428
428
< script class ="remove ">
429
- setUpSummary ( )
430
429
addPrompts ( )
431
430
getAllData ( 'amlreq' , 'doc:chr' )
432
- printSummary ( true )
433
431
</ script >
434
432
435
433
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ <h3>Baselines & inline alignment</h3>
216
216
217
217
218
218
219
- < section id ="segmentation " class ="tbd ">
219
+ < section id ="segmentation " class ="ok ">
220
220
< h3 > Grapheme/word segmentation & selection</ h3 >
221
221
< p id ="prompt-segmentation " class ="status_prompt promptStub "> </ p >
222
222
@@ -225,7 +225,7 @@ <h3>Grapheme/word segmentation & selection</h3>
225
225
226
226
227
227
228
- < section id ="punctuation_etc " class ="tbd ">
228
+ < section id ="punctuation_etc " class ="ok ">
229
229
< h3 > Punctuation & other inline features</ h3 >
230
230
< p id ="prompt-punctuation_etc " class ="status_prompt promptStub "> </ p >
231
231
@@ -408,18 +408,16 @@ <h3>What else?</h3>
408
408
409
409
410
410
< 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 >
412
412
< pre id ="summaryPlaceholder " style ="white-space: pre-wrap; "> </ pre >
413
413
</ details >
414
414
415
415
416
416
417
417
418
418
< script class ="remove ">
419
- setUpSummary ( )
420
419
addPrompts ( )
421
- getAllData ( 'amlreq' , 'doc:iu-cr' )
422
- printSummary ( true )
420
+ getAllData ( 'amlreq' , 'doc:cans' )
423
421
</ script >
424
422
425
423
You can’t perform that action at this time.
0 commit comments