Skip to content

Commit

Permalink
fix(core/webidl): fix link to HTML spec (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed May 1, 2017
1 parent 28452f0 commit 08a5fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/webidl.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ function typeIsWhitespace(webIdlType) {
}

const extenedAttributesLinks = new Map([
["CEReactions", "HTML51#cereactions"],
["CEReactions", "HTML#cereactions"],
["Clamp", "WEBIDL#Clamp"],
["Constructor", "WEBIDL#Constructor"],
["EnforceRange", "WEBIDL#EnforceRange"],
["Exposed", "WEBIDL#Exposed"],
["Global", "WEBIDL#Global"],
["HTMLConstructor", "HTML51#htmlconstructor"],
["HTMLConstructor", "HTML#htmlconstructor"],
["LegacyArrayClass", "WEBIDL-LS#LegacyArrayClass"],
["LegacyUnenumerableNamedProperties", "WEBIDL-LS#LegacyUnenumerableNamedProperties"],
["LenientSetter", "WEBIDL-LS#LenientSetter"],
Expand Down

0 comments on commit 08a5fff

Please sign in to comment.