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
終了タグ(終端?)が省略されているケースが気になっただけ
それはHTML仕様違反だと思います 以下のTag omission in text/html にあるとおりです https://html.spec.whatwg.org/multipage/grouping-content.html#the-div-element
JSXならそれはよしなにしてくれるはずですが、この箇所がどういう取り扱いだったかすこし定かでないです。
Originally posted by @knokmki612 in #423 (comment)
https://tuqulore.github.io/jumpu-ui/?path=/docs/status-filledtag--docs#closable などをみると、ドキュメントにはそのまま閉じタグが省略されているので、これは修正したほうがよさそうです
The text was updated successfully, but these errors were encountered:
knokmki612
Successfully merging a pull request may close this issue.
それはHTML仕様違反だと思います
以下のTag omission in text/html にあるとおりです
https://html.spec.whatwg.org/multipage/grouping-content.html#the-div-element
JSXならそれはよしなにしてくれるはずですが、この箇所がどういう取り扱いだったかすこし定かでないです。
Originally posted by @knokmki612 in #423 (comment)
https://tuqulore.github.io/jumpu-ui/?path=/docs/status-filledtag--docs#closable などをみると、ドキュメントにはそのまま閉じタグが省略されているので、これは修正したほうがよさそうです
Originally posted by @knokmki612 in #423 (comment)
The text was updated successfully, but these errors were encountered: