Skip to content

Commit

Permalink
tidied respecConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Feb 20, 2017
1 parent fa7560f commit bf43dcf
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions index.html
Expand Up @@ -9,14 +9,16 @@
async class="remove"></script>
<script class="remove">
var respecConfig = {
useExperimentalStyles: true,
specStatus: "ED",
//publishDate: "2015-07-30",
previousPublishDate: "2015-07-23",
previousMaturity: "FPWD",

shortName: "clreq",
noRecTrack: true,
specStatus: "ED",
//publishDate: "2017-02-20",
previousPublishDate: "2015-07-30",
previousMaturity: "WD",

shortName: "clreq",
noRecTrack: true,
copyrightStart: "2015",
edDraftURI: "https://w3c.github.io/clreq/",

editors: [
{ name: "<span lang='zh-hant'>董福興</span> (Bobby TUNG)",
mailto: "bobbytung@wanderer.tw",
Expand All @@ -43,12 +45,12 @@
mailto: "ishida@w3.org",
company: "W3C", w3cid: 3439 }
],


wg: "Internationalization Core Working Group",
wgURI: "https://www.w3.org/International/core/",
bugTracker: { new: "https://github.com/w3c/clreq/issues", open: "https://github.com/w3c/clreq/issues" } ,
wgPublicList: "public-i18n-cjk",
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/32113/status",
edDraftURI: "https://w3c.github.io/clreq/",
otherLinks: [
{
key: "GitHub",
Expand All @@ -59,7 +61,11 @@
}
]
}
], };
],

wgPatentURI: "https://www.w3.org/2004/01/pp-impl/32113/status"

};
</script>
<link rel="stylesheet" href="local.css" type="text/css" />
<style id="languageStyling">
Expand Down

0 comments on commit bf43dcf

Please sign in to comment.