Skip to content

Commit

Permalink
Add notes about tooltips in Chrome for setCustomValidity() (mdn#21443)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Dec 12, 2023
1 parent 6393f62 commit b9de7ce
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion api/HTMLButtonElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,8 @@
],
"support": {
"chrome": {
"version_added": "4"
"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>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
3 changes: 2 additions & 1 deletion api/HTMLFieldSetElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@
],
"support": {
"chrome": {
"version_added": "4"
"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>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
3 changes: 2 additions & 1 deletion api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,8 @@
],
"support": {
"chrome": {
"version_added": "4"
"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>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
3 changes: 2 additions & 1 deletion api/HTMLObjectElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,8 @@
],
"support": {
"chrome": {
"version_added": "10"
"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>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
3 changes: 2 additions & 1 deletion api/HTMLOutputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@
],
"support": {
"chrome": {
"version_added": "9"
"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>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
3 changes: 2 additions & 1 deletion api/HTMLSelectElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,8 @@
],
"support": {
"chrome": {
"version_added": "4"
"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>."
},
"chrome_android": "mirror",
"edge": {
Expand Down
3 changes: 2 additions & 1 deletion api/HTMLTextAreaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,8 @@
],
"support": {
"chrome": {
"version_added": "4"
"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>."
},
"chrome_android": "mirror",
"edge": {
Expand Down

0 comments on commit b9de7ce

Please sign in to comment.