Skip to content

Commit

Permalink
Fix mixin consistency (#16439)
Browse files Browse the repository at this point in the history
* Fix mixin consistency

* Apply suggestions from code review

Co-authored-by: Philip Jägenstedt <[email protected]>

Co-authored-by: Philip Jägenstedt <[email protected]>
  • Loading branch information
queengooborg and foolip authored Jun 1, 2022
1 parent 8817b65 commit 359f286
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions api/_mixins/HTMLHyperlinkElementUtils__HTMLAnchorElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"notes": "From Firefox 29 to Firefox 40, the returned value was incorrectly percent-decoded."
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -73,7 +73,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5",
"version_added": "5.5",
"notes": "In Internet Explorer 9, the host of an <a href='https://developer.mozilla.org/docs/Web/HTML/Element/a'><code>&lt;a&gt;</code></a> always include the port (e.g. <code>developer.mozilla.org:443</code>), even if there is no explicit port in the <code>href</code> attribute value."
},
"opera": {
Expand Down Expand Up @@ -123,7 +123,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -172,7 +172,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "≤12.1"
Expand Down Expand Up @@ -323,7 +323,7 @@
"notes": "Before Firefox 53, the <code>pathname</code> and <code>search</code> <code>HTMLHyperlinkElementUtils</code> properties returned the wrong parts of the URL. For example, for a URL of <code>http://z.com/x?a=true&amp;b=false</code>, <code>pathname</code> would return <code>'/x?a=true&amp;b=false'</code> and <code>search</code> would return '', rather than <code>'/x'</code> and <code>'?a=true&amp;b=false'</code> respectively. This has now been fixed."
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -372,7 +372,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -421,7 +421,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -472,7 +472,7 @@
"notes": "Before Firefox 53, the <code>pathname</code> and <code>search</code> <code>HTMLHyperlinkElementUtils</code> properties returned the wrong parts of the URL. For example, for a URL of <code>http://z.com/x?a=true&amp;b=false</code>, <code>pathname</code> would return <code>'/x?a=true&amp;b=false'</code> and <code>search</code> would return '', rather than <code>'/x'</code> and <code>'?a=true&amp;b=false'</code> respectively. This has now been fixed."
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down
16 changes: 8 additions & 8 deletions api/_mixins/HTMLHyperlinkElementUtils__HTMLAreaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"notes": "From Firefox 29 to Firefox 40, the returned value was incorrectly percent-decoded."
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -73,7 +73,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5",
"version_added": "5.5",
"notes": "In Internet Explorer 9, the host of an <a href='https://developer.mozilla.org/docs/Web/HTML/Element/a'><code>&lt;a&gt;</code></a> always include the port (e.g. <code>developer.mozilla.org:443</code>), even if there is no explicit port in the <code>href</code> attribute value."
},
"opera": {
Expand Down Expand Up @@ -123,7 +123,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -172,7 +172,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "≤12.1"
Expand Down Expand Up @@ -323,7 +323,7 @@
"notes": "Before Firefox 53, the <code>pathname</code> and <code>search</code> <code>HTMLHyperlinkElementUtils</code> properties returned the wrong parts of the URL. For example, for a URL of <code>http://z.com/x?a=true&amp;b=false</code>, <code>pathname</code> would return <code>'/x?a=true&amp;b=false'</code> and <code>search</code> would return '', rather than <code>'/x'</code> and <code>'?a=true&amp;b=false'</code> respectively. This has now been fixed."
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -372,7 +372,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -421,7 +421,7 @@
"version_added": "4"
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -472,7 +472,7 @@
"notes": "Before Firefox 53, the <code>pathname</code> and <code>search</code> <code>HTMLHyperlinkElementUtils</code> properties returned the wrong parts of the URL. For example, for a URL of <code>http://z.com/x?a=true&amp;b=false</code>, <code>pathname</code> would return <code>'/x?a=true&amp;b=false'</code> and <code>search</code> would return '', rather than <code>'/x'</code> and <code>'?a=true&amp;b=false'</code> respectively. This has now been fixed."
},
"ie": {
"version_added": "5"
"version_added": "5.5"
},
"opera": {
"version_added": "15"
Expand Down

0 comments on commit 359f286

Please sign in to comment.