Skip to content

Commit

Permalink
Fix Merge Conflict & update refs
Browse files Browse the repository at this point in the history
  • Loading branch information
jnurthen committed Jul 25, 2019
1 parent e6d49ee commit 0793c5b
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions respec-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,29 +108,16 @@ var respecConfig = {
'REC': 'https://www.w3.org/TR/wai-aria/'
},
accNameURLs: {
<<<<<<< HEAD
'ED': 'https://w3c.github.io/aria/accname-aam/accname-aam.html',
'WD': 'https://www.w3.org/TR/accname-aam-1.2/',
'FPWD': 'https://www.w3.org/TR/accname-aam-1.2/',
'REC': 'https://www.w3.org/TR/accname-aam-1.2/'
},
coreMappingURLs: {
'ED': 'https://w3c.github.io/aria/core-aam/core-aam.html',
'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.2/'
=======
'ED': 'https://w3c.github.io/accname/',
'WD': 'https://www.w3.org/TR/accname-aam-1.1/',
'FPWD': 'https://www.w3.org/TR/accname-aam-1.1/',
'REC': 'https://www.w3.org/TR/accname-aam-1.1/'
'WD': 'https://www.w3.org/TR/accname-1.2/',
'FPWD': 'https://www.w3.org/TR/accname-1.2/',
'REC': 'https://www.w3.org/TR/accname/'
},
coreMappingURLs: {
'ED': 'https://w3c.github.io/core-aam/',
'WD': 'https://www.w3.org/TR/core-aam-1.1/',
'FPWD': 'https://www.w3.org/TR/core-aam-1.1/',
'REC': 'https://www.w3.org/TR/core-aam-1.1/'
>>>>>>> master
'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/'
},
htmlMappingURLs: {
'ED': 'https://w3c.github.io/html-aam/',
Expand Down

0 comments on commit 0793c5b

Please sign in to comment.