Skip to content

Commit

Permalink
Fix bug links according to linter (mdn#21591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 12, 2023
1 parent bd08372 commit 2d67f1b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/HTMLButtonElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
"support": {
"chrome": {
"version_added": "4",
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>Chrome bug 828757</a>."
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>bug 828757</a>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLFieldSetElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
"support": {
"chrome": {
"version_added": "4",
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>Chrome bug 828757</a>."
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>bug 828757</a>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,7 @@
"support": {
"chrome": {
"version_added": "4",
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>Chrome bug 828757</a>."
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>bug 828757</a>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLObjectElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"support": {
"chrome": {
"version_added": "10",
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>Chrome bug 828757</a>."
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>bug 828757</a>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLOutputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"support": {
"chrome": {
"version_added": "9",
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>Chrome bug 828757</a>."
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>bug 828757</a>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLSelectElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
"support": {
"chrome": {
"version_added": "4",
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>Chrome bug 828757</a>."
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>bug 828757</a>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLTextAreaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
"support": {
"chrome": {
"version_added": "4",
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>Chrome bug 828757</a>."
"notes": "This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see <a href='https://crbug.com/828757'>bug 828757</a>."
},
"chrome_android": "mirror",
"edge": {
Expand Down

0 comments on commit 2d67f1b

Please sign in to comment.