Skip to content

Commit 56f6343

Browse files
committed
gap, Add langTags, emphasis, & abbrev
1 parent 4013d77 commit 56f6343

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

gap-analysis/index.html

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
],
3333

3434

35-
// langs array lists languages addressed by this document, in order of speaker (highest first)
36-
// it is used to generate the javascript needed for the matrix
37-
langs: ['Mongolian'],
38-
gapDocPath: 'https://www.w3.org/TR/mong-gap/',
39-
40-
4135
github: "w3c/mlreq",
4236
group: "i18n",
4337

@@ -59,6 +53,13 @@
5953
)
6054
}
6155
],
56+
57+
58+
// langs array lists languages addressed by this document, in order of speaker (highest first)
59+
// it is used to generate the javascript needed for the matrix
60+
langs: ['Mongolian'],
61+
langTags: ['mn'],
62+
gapDocPath: 'https://www.w3.org/TR/mong-gap/',
6263
};
6364
script>
6465

@@ -343,6 +344,36 @@

Quotations & citations

343344

344345

345346

347+
<section id="emphasis" class="tbd">
348+
<h3>Emphasis & highlightingh3>
349+
<p id="prompt-emphasis" class="status_prompt promptStub">p>
350+
351+
352+
<div id="insert-emphasis">div>
353+
section>
354+
355+
356+
357+
358+
359+
360+
361+
362+
<section id="abbrev" class="tbd">
363+
<h3>Abbreviation, ellipsis & repetitionh3>
364+
<p id="prompt-abbrev" class="status_prompt promptStub">p>
365+
366+
367+
<div id="insert-abbrev">div>
368+
section>
369+
370+
371+
372+
373+
374+
375+
376+
346377

347378
<section id="inline_notes" class="tbd">
348379
<h3>Inline notes & annotationsh3>

0 commit comments

Comments
 (0)