-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove redudant config options #1246
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,28 +9,20 @@ | |
<script src="common/script/resolveReferences.js" class="remove"></script> | ||
<script class="remove"> | ||
var respecConfig = { | ||
// embed RDFa data in the output | ||
trace: true, | ||
useExperimentalStyles: true, | ||
doRDFa: '1.1', | ||
includePermalinks: true, | ||
permalinkEdge: true, | ||
permalinkHide: false, | ||
github: "w3c/aria", | ||
doJsonLd: true, | ||
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED. | ||
specStatus: "ED", | ||
//crEnd: "2012-04-30", | ||
//perEnd: "2013-07-23", | ||
//publishDate: "2013-08-22", | ||
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We use https://github.com/tobie/pr-preview#pr-preview nowadays. |
||
|
||
// the specifications short name, as in https://www.w3.org/TR/short-name/ | ||
shortName: "wai-aria-1.2", | ||
|
||
|
||
// if you wish the publication date to be other than today, set this | ||
//publishDate: "2014-12-11", | ||
copyrightStart: "2013", | ||
license: "document", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is added automatically by ReSpec, using w3c-software-doc license. |
||
|
||
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date | ||
// and its maturity status | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the following are obsolete or not supported.