Skip to content

Commit

Permalink
Remove SVG as joint owner
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-n-cooper committed Mar 28, 2018
1 parent acd67c0 commit 5cac201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphics-aria/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@

//processVersion: 2015,
// name of the WG
wg: ["Accessible Rich Internet Applications Working Group", "SVG Working Group"],
wg: ["Accessible Rich Internet Applications Working Group"],

// URI of the public WG page
wgURI: ["https://www.w3.org/WAI/ARIA/", "https://www.w3.org/Graphics/SVG/WG/"],
wgURI: ["https://www.w3.org/WAI/ARIA/"],

// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-svg-a11y",
Expand All @@ -146,7 +146,7 @@
// 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/83726/status", "https://www.w3.org/2004/01/pp-impl/19480/status"],
wgPatentURI: ["https://www.w3.org/2004/01/pp-impl/83726/status"],
maxTocLevel: 4,
// Spec URLs
ariaSpecURLs: {
Expand Down

0 comments on commit 5cac201

Please sign in to comment.