Skip to content

Commit

Permalink
Partially updates SVG AAM links and references
Browse files Browse the repository at this point in the history
All incorrect text other than the following outstanding issues are
fixed in this commit:

- "Normative" and "Informative" definitions do not appear in Important
Terms section, and therefore the links do not work.
- #issue-2 link in A.2 Issue Summary only works if mapping table is in
table view or the textPath details element is expanded.
- Links to core-aam mapping table don't work, as all IDs on the summary
elements are 'undefined', and the details elements don't open
automatically. Suggest linking to ARIA draft, i.e.
https://w3c.github.io/aria/#link instead of
https://w3c.github.io/core-aam/#role-map-link
  • Loading branch information
Ian Pouncey authored and Ian Pouncey committed Mar 26, 2018
1 parent 9271222 commit 6bf835b
Show file tree
Hide file tree
Showing 2 changed files with 427 additions and 427 deletions.
2 changes: 1 addition & 1 deletion common/biblio.js
Expand Up @@ -203,7 +203,7 @@ var biblio = {
},
"SVG2": {
"title": "Scalable Vector Graphics (SVG) 2",
"href": "http://www.w3.org/TR/2015/WD-SVG2-20150915/",
"href": "https://www.w3.org/TR/SVG2/",
"status": "WD",
"publisher": "W3C",
"authors": [
Expand Down

1 comment on commit 6bf835b

@IanPouncey
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This updates issue #3.

Please sign in to comment.