-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
[ja]: fixed to show demo #24927
[ja]: fixed to show demo #24927
Conversation
Preview URLs Flaws (40)URL:
(comment last updated: 2024-12-08 16:48:44) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EmbedLiveSample
の ID を変更すると flaws として報告されてしまうので、コードブロック側に ID を付与することで修正した方が良いと思います。
例えば、292行目、296行目に対して、次のような形でIDを付与すると、サンプルコードが正しく表示できるようになります。
```html live-sample___the_calc_function
```css live-sample___the_calc_function
live-sample___
の後に、EmbedLiveSample
で指定したIDヲ小文字化したものをつけてください。
721b99b
to
632ded7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正ありがとうございました。OKです。
Description
デモが正しく表示されていなかったので修正しました。
https://developer.mozilla.org/ja/docs/Learn/CSS/First_steps/How_CSS_is_structured
Motivation
Additional details
Related issues and pull requests
Fixes #24722