We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
XHTML uses the XML syntax, which has subtle incompatibilities with the HTML syntax.
The most notable being the ability to use the self‑closing tag syntax on all elements and <![CDATA[…]]> sections: https://github.com/gsnedders/csswg-test/blob/09674c9c828263779fd60401587b129c792265cf/css-cascade-3/reference/ref-filled-green-100px-square.xht
<![CDATA[…]]>
The current html.tmbundle is configured to be used for XHTML files, breaking the syntax highlighting of XHTML files using XML‑only syntax:
html.tmbundle
html.tmbundle/Syntaxes/HTML.plist
Lines 5 to 14 in 6a6fb29
The text was updated successfully, but these errors were encountered:
No branches or pull requests
XHTML uses the XML syntax, which has subtle incompatibilities with the HTML syntax.
The most notable being the ability to use the self‑closing tag syntax on all elements and
<![CDATA[…]]>
sections:https://github.com/gsnedders/csswg-test/blob/09674c9c828263779fd60401587b129c792265cf/css-cascade-3/reference/ref-filled-green-100px-square.xht
The current
html.tmbundle
is configured to be used for XHTML files, breaking the syntax highlighting of XHTML files using XML‑only syntax:html.tmbundle/Syntaxes/HTML.plist
Lines 5 to 14 in 6a6fb29
The text was updated successfully, but these errors were encountered: