-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
templates/gap-analysis/gap-analysis_template Mostly source tidying
- Loading branch information
Showing
1 changed file
with
36 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,66 +4,59 @@ | |
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>XXX Gap Analysis</title> | ||
<title>XX_SCRIPTNAME Gap Analysis</title> | ||
<script class="remove" src="../../i18n-activity/templates/gap-analysis/gap-analysis-github.js"></script> | ||
<script class="remove" src="../../i18n-activity/templates/gap-analysis/prompts.js"></script> | ||
|
||
<script src="https://www.w3.org/Tools/respec/respec-w3c" async="" class="remove"> | ||
</script> | ||
<script class="remove"> | ||
var respecConfig = { | ||
// specification status (e.g. WD, LCWD, WG-NOTE, etc.). If in doubt use ED. | ||
specStatus: "ED", | ||
//publishDate: "2015-07-21", | ||
//previousPublishDate: "2014-12-16", | ||
//previousMaturity: "FPWD", | ||
|
||
noRecTrack: true, | ||
shortName: "xxx", | ||
copyrightStart: "xxx", | ||
edDraftURI: "https://w3c.github.io/xxx", | ||
|
||
// if this is a LCWD, uncomment and set the end of its review period | ||
// lcEnd: "2009-08-05", | ||
|
||
// editors, add as many as you like | ||
// only "name" is required | ||
editors: [ | ||
{ name: "XXX", mailto: "xxx", company: "xxx" }, | ||
// specification status (e.g. WD, LCWD, WG-NOTE, etc.). If in doubt use ED. | ||
specStatus: "ED", | ||
//publishDate: "2015-07-21", | ||
|
||
noRecTrack: true, | ||
shortName: "XX_SCRIPTTAG-gap", | ||
copyrightStart: "xx_", | ||
edDraftURI: "https://w3c.github.io/gap-analysis/XX_SCRIPTTAG", | ||
|
||
editors: [ | ||
{ name: "Richard Ishida", mailto: "[email protected]", company: "W3C", w3cid: 3439 }, | ||
], | ||
{ name: "XXX", mailto: "xxx", company: "xxx" }, | ||
], | ||
|
||
|
||
github: "w3c/xxx", | ||
group: "i18n", | ||
github: "w3c/XX_REPONAME", | ||
group: "i18n", | ||
|
||
|
||
preProcess: [ | ||
() => { addPrompts() }, | ||
async () => { await getAllData('repo_namexxx', 'doc:xxx') } | ||
], | ||
postProcess: [ | ||
async function importStyleSheet() { | ||
const elems = document.querySelectorAll(`link[rel='stylesheet'][data-import]`) | ||
await Promise.all( | ||
[...elems].map(async link => { | ||
const text = await fetch(link.href).then(r => r.text()) | ||
const style = document.createElement("style") | ||
style.textContent = text | ||
link.replaceWith(style) | ||
}) | ||
) | ||
} | ||
], | ||
preProcess: [ | ||
() => { addPrompts() }, | ||
async () => { await getAllData('XX_REPONAME', 'doc:XX_SCRIPTTAG') } | ||
], | ||
|
||
postProcess: [ | ||
async function importStyleSheet() { | ||
const elems = document.querySelectorAll(`link[rel='stylesheet'][data-import]`) | ||
await Promise.all( | ||
[...elems].map(async link => { | ||
const text = await fetch(link.href).then(r => r.text()) | ||
const style = document.createElement("style") | ||
style.textContent = text | ||
link.replaceWith(style) | ||
}) | ||
) | ||
} | ||
], | ||
|
||
|
||
|
||
// langs array lists languages addressed by this document, in order of speaker (highest first) | ||
// it is used to generate the javascript needed for the matrix | ||
langs: ['XXX'], | ||
langTags: ['XXX'], | ||
gapDocPath: 'https://www.w3.org/TR/xxx-gap', | ||
gapDocPath: 'https://www.w3.org/TR/XX_SCRIPTTAG-gap', | ||
}; | ||
</script> | ||
<link rel="stylesheet" data-import href="https://w3c.github.io/typography/gap-analysis/gapanalysis.css"> | ||
|
@@ -79,7 +72,7 @@ | |
<p>This document describes and prioritises gaps for the support of the XX_SCRIPTNAME script on the Web and in eBooks. In particular, it is concerned with text layout. It checks that needed features are supported in W3C specifications, in particular HTML and CSS and those relating to digital publications. It also checks whether the features have been implemented in browsers and ereaders. | ||
It is linked to from the <a href="https://www.w3.org/International/typography/gap-analysis/language-matrix.html">language matrix</a> that tracks Web support for many languages.</p> | ||
|
||
<p>The editor's draft of this document is being developed in the GitHub repository <a href="https://w3c.github.io/XX_REPONAME/home">XX_REPOTITLE Language Enablement (XX_ACRONYM)</a>, with contributors from the <abbr title="World Wide Web Consortium">W3C</abbr> <a href="https://www.w3.org/International/i18n-activity/i18n-ig/">Internationalization Interest Group</a>. It is published by the <a href="https://www.w3.org/International/i18n-activity/i18n-wg/">Internationalization Working Group</a>. The end target for this document is a Working Group Note.</p> | ||
<p>The editor's draft of this document is being developed in the GitHub repository <a href="https://w3c.github.io/XX_REPONAME/home">XX_REPOTITLE Language Enablement (XX_REPONAME)</a>, with contributors from the <abbr title="World Wide Web Consortium">W3C</abbr> <a href="https://www.w3.org/International/i18n-activity/i18n-ig/">Internationalization Interest Group</a>. It is published by the <a href="https://www.w3.org/International/i18n-activity/i18n-wg/">Internationalization Working Group</a>. The end target for this document is a Working Group Note.</p> | ||
</div> | ||
|
||
|
||
|
@@ -104,7 +97,7 @@ <h2>Contributors</h2> | |
<!-- | ||
<p>The following people contributed information to the gap reports in this document (in alphabetic order): This Person, That Person, etc</p> | ||
--> | ||
<p data-lang="en">See also the <a href="https://github.com/w3c/XX_REPONAME/graphs/contributors">GitHub contributors list</a> for the XX_LANGNAME Language Enablement project, and the <a href="https://github.com/w3c/XX_REPONAME/issues?q=is%3Aissue+label%3As%3AXX_SCRIPTTAG">discussions related to the XX_SCRIPTNAME script</a>.</p> | ||
<p data-lang="en">See also the <a href="https://github.com/w3c/XX_REPONAME/graphs/contributors">GitHub contributors list</a> for the XX_REPOTITLE Language Enablement project, and the <a href="https://github.com/w3c/XX_REPONAME/issues?q=is%3Aissue+label%3As%3AXX_SCRIPTTAG">discussions related to the XX_SCRIPTNAME script</a>.</p> | ||
</section> | ||
|
||
|
||
|