Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve accuracy of attribute modification suggestions #1487

Open
YusukeHirao opened this issue Feb 15, 2024 · 0 comments
Open

Improve accuracy of attribute modification suggestions #1487

YusukeHirao opened this issue Feb 15, 2024 · 0 comments

Comments

@YusukeHirao
Copy link
Member

Typographical error correction suggestions

Suggest the correct attribute name for non-existent attribute names such as nama, based on the element's attribute list.

Misunderstanding-based correction suggestions

For the video element, suggest preload instead of the unsupported attribute loading, based on the element's attribute list.

Inferences from other definitions #1480

Infer the intended value of the datetime attribute for a time element if incorrect, based on its content (e.g., <time datetime="2">AD 2</time> should correctly be "0002").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant