Skip to content

Conversation

pikax
Copy link
Member

@pikax pikax commented May 15, 2021

fix #3788

Improve some of the types, most of the types had number which is not valid HTML, all the number attributes should be valid string

<textarea cols="3"/>

Also:

  • replaced all boolean | 'false' | 'true' to be Booleanish
  • added to capture keywords: "The attribute's keywords are user and environment" The capture attribute

@yyx990803 yyx990803 merged commit a0c5793 into vuejs:master May 24, 2021
@pikax pikax deleted the types/jsx_improve_html_attributes branch August 15, 2021 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InputHTMLAttributes definition capture attribute incorrect

2 participants