[HOTFIX] Remove duplicate "width" feature from HTMLInputElement API#7751
Conversation
Two PRs that were recently merged had both added a "width" feature to the HTMLInputElement API, causing a failure of the linter. This PR is a quick fix to remove the duplicate feature and combine the two entries.
|
Notice: Since this is a fix for a failing build in |
@vinyldarkscratch Can you cite the PRs at issue here? And link to the failing actions? I'd like to understand the problem and the fix better. |
|
Of course! The two PRs are #7647 and #7671. Both of the PRs added the |
|
Thanks, @vinyldarkscratch! Seems like an unusual case (two PRs against the same data, merged closely to each other). This doesn't happen terribly often (I can think of maybe one other case this year), so I'm OK with letting this fix be the end of it, unless this starts happening routinely. |
Two PRs that were recently merged had both added a "width" feature to the HTMLInputElement API, causing a failure of the linter. This PR is a quick fix to remove the duplicate feature and combine the two entries.