Skip to content
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: cleanup document meta and 2 typos #518

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 36 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,22 @@

<script class="remove">
var respecConfig = {
group: "aria",
github: "w3c/html-aam/",
doJsonLd: true,

// document info
specStatus: "ED",
shortName: "html-aam-1.0",
// publishDate: "2009-08-06",
specStatus: "ED",
shortName: "html-aam-1.0",
//publishDate: "2009-08-06",
//previousMaturity: "WD",
//previousPublishDate: "2012-10-25",
// previousURI: "http://www.w3.org/TR/2012/WD-html-aapi-20121025/",
copyrightStart: "2015",
edDraftURI: "https://w3c.github.io/html-aam/",
//previousPublishDate: "2012-10-25",
//previousURI: "http://www.w3.org/TR/2012/WD-html-aapi-20121025/",
copyrightStart: "2015",
edDraftURI: "https://w3c.github.io/html-aam/",
// lcEnd: "2010-08-06",

tocIntroductory: true,
maxTocLevel: 2,

// editors
Expand All @@ -36,43 +40,44 @@
w3cid: 103856
},
],

formerEditors: [
{ name: "Steve Faulkner", company: "TPGi", companyURL: "https://www.tpgi.com/", w3cid: 35007, note: "until May 2023" },
{ name: "Alexander Surkov", company: "Mozilla Foundation", companyURL: "https://www.mozilla.org/", w3cid: 51089, note: "until August 2018" },
{ name: "Bogdan Brinza", company: "Microsoft", companyURL: "https://www.microsoft.com/", w3cid: 71139, note: "until July 2018" },
{ name: "Jason Kiss", company: "Invited Expert", w3cid: 50050, note: "until June 2018" },
{ name: "Cynthia Shelly", company: "Microsoft", companyURL: "https://www.microsoft.com/", w3cid: 11897, note: "until September 2013" }
],
// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
// only "name" is required. Same format as editors.
//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURI: "http://example.com/" },
//],

// WG
group: "aria",
github: "w3c/html-aam/",
tocIntroductory: true,

// Spec URLs
ariaSpecURLs: {
"ED": "https://w3c.github.io/aria/",
"WD" : "https://www.w3.org/TR/wai-aria-1.2/",
"FPWD" : "https://www.w3.org/TR/wai-aria-1.2/",
"REC": "https://www.w3.org/TR/wai-aria/"
},

// ED pointing to latest draft due to ED links not
// appropriately mapping on the core-aam spec.
// was in REC - https://www.w3.org/TR/wai-aria-implementation/
coreMappingURLs: {
"ED": "https://w3c.github.io/core-aam/",
"WD": "https://www.w3.org/TR/core-aam-1.2/",
"FPWD": "https://www.w3.org/TR/core-aam-1.2/",
"REC": "https://www.w3.org/TR/core-aam-1.1/"
"CR" : "https://w3c.github.io/aria/",
"CRD" : "https://w3c.github.io/aria/",
"PR" : "https://www.w3.org/TR/wai-aria/",
"REC": "https://www.w3.org/TR/wai-aria/"
},

accNameURLs: {
"ED": "https://w3c.github.io/accname/",
"WD" : "https://www.w3.org/TR/accname-1.2/",
"FPWD": "https://www.w3.org/TR/accname-1.1/",
"REC": "https://www.w3.org/TR/accname/"
"FPWD": "https://www.w3.org/TR/accname-1.2/",
"CR" : "https://www.w3.org/TR/accname-1.2/",
"REC": "https://www.w3.org/TR/accname-1.2/"
},
coreMappingURLs: {
"ED": "https://w3c.github.io/core-aam/",
"WD" : "https://www.w3.org/TR/core-aam-1.2/",
"FPWD": "https://www.w3.org/TR/core-aam-1.2/",
"CR": "https://www.w3.org/TR/core-aam-1.2/",
"REC": "https://www.w3.org/TR/core-aam-1.2/"
},

xref: ["HTML", "core-aam", "accname", "wai-aria", "dom", "infra"],
preProcess: [ linkCrossReferences ],
postProcess: [ fixContributors ],
Expand Down Expand Up @@ -4195,7 +4200,7 @@ <h4 id=el-input-textetc-autocomplete>`input`<span class="el-context"> (`type` a
<td>
<div class="general">Use WAI-ARIA mapping</div>
<div class="objattrs">
<span class="type">Object attributes:</span> `text-input-type:<em>as per input type</em>`
<span class="type">Object attributes:</span> `text-input-type:`<em>`as per input type`</em>
</div>
</td>
</tr>
Expand Down Expand Up @@ -16240,7 +16245,7 @@ <h4 id=att-width>`width`</h4>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
`AXSize: w=<i>n</i>`
`AXSize: w=_n_`
scottaohara marked this conversation as resolved.
Show resolved Hide resolved
</td>
</tr>
<tr>
Expand Down
Loading