Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Aug 21, 2020
1 parent 4c551f5 commit 98eacdc
Showing 1 changed file with 13 additions and 26 deletions.
39 changes: 13 additions & 26 deletions gap-analysis/index.html
Expand Up @@ -2,13 +2,13 @@

<html lang="en">
<head>
<meta charset="utf-8">
<meta charset="utf-8">

<title>Ethiopic Layout Gap Analysis</title>
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"> </script>
<title>Ethiopic Layout Gap Analysis</title>
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"> </script>

<script src="https://www.w3.org/Tools/respec/respec-w3c-common" async="" class="remove"></script>
<script class="remove">
<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",
Expand All @@ -31,10 +31,8 @@
],


wg: "Internationalization Working Group",
wgURI: "https://www.w3.org/International/core/",

github: "w3c/elreq",
group: "i18n",

postProcess: [
function importStyleSheet() {
Expand All @@ -53,17 +51,9 @@
// it is used to generate the javascript needed for the matrix
langs: ['Amharic','Tigriña'],
gapDocPath: 'https://www.w3.org/TR/elreq-gap/',
};
</script>


// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/32113/status",
// !!!! IMPORTANT !!!! MAKE THE ABOVE BLINK IN YOUR HEAD
};
</script>
<script class="remove" src="../../i18n-activity/templates/gap-analysis/prompts.js"> </script>
<link rel="stylesheet" data-import href="https://w3c.github.io/typography/gap-analysis/gapanalysis.css">
</head>
Expand Down Expand Up @@ -460,19 +450,16 @@ <h3>What else?</h3>



<details>
<summary style="margin-top:4em; cursor: pointer;" onClick="printSummary(false)">Show summary</summary>
<details id="summaryStats">
<summary style="margin-top:4em; cursor: pointer;" onclick="setUpSummary(); printSummary(true)">Show summary</summary>
<pre id="summaryPlaceholder" style="white-space: pre-wrap;"></pre>
</details>




<script class="remove">
setUpSummary()
addPrompts()
getAllData('elreq','doc:ethi')
printSummary(true)
</script>
<script>
if (window.location.href.includes('/TR/')) document.getElementById('summaryStats').style.display = 'none'
</script>


Expand Down

0 comments on commit 98eacdc

Please sign in to comment.