-
Notifications
You must be signed in to change notification settings - Fork 31k
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
VScode Emmet missing HTML "hgroup" tag #117154
Closed
DanielBailey-web opened this issue
Feb 21, 2021
· 5 comments
· Fixed by microsoft/vscode-emmet-helper#55
Closed
VScode Emmet missing HTML "hgroup" tag #117154
DanielBailey-web opened this issue
Feb 21, 2021
· 5 comments
· Fixed by microsoft/vscode-emmet-helper#55
Labels
bug
Issue identified by VS Code Team member as probable bug
emmet
Emmet related issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Comments
Code pointer if anyone's interested: check out #114923 |
@rzhao271 the approach for this issue should be identical to the approach taken for |
@OBITORASU yep, it should be the same. |
Thank you I will send a PR then. |
rzhao271
pushed a commit
to microsoft/vscode-emmet-helper
that referenced
this issue
Mar 2, 2021
rzhao271
added a commit
that referenced
this issue
Mar 2, 2021
\closedWith b629d88 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Issue identified by VS Code Team member as probable bug
emmet
Emmet related issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
It appears that emmet on vscode is missing this HTML tag (hgroup).
It is part of the living standard of HTML and therefore I think it was just overlooked (as it is rarely used.)
It is however an important tag for accessibility reasons.
Here is the MDN documentation for hgroup.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup
I am using Ubuntu 20.04
$ code -- version
1.53.2Extensions:
Auto Rename Tag
EJS language support
ES7 React/Redux/GraphQL/React-Native snippets
Live Server
Prettier - Code formatter
SQLTools
Template String Converter
Deno
Reproducible steps:
hgroup
I expected to see hgroup tag suggestion that would then make it create an opening and closing tag.
The text was updated successfully, but these errors were encountered: