-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 - CSSリファレンス記事内「形式文法」にエラー文字列が表示されているページがある #8268
Comments
#7858 で、英語版のタグが反映されるように日本語版から tags を消す対応を行っています。
これで、おそらく修正されると思います。 |
調査してみました。 「形式文法」は
この推測は正しいです。 ただし、コメントされているように、本質的な対応は日本語版の FrontMatterKeys の修正は一括修正されているので、ここで対象ファイルを洗い出す意味はさほどありませんが、このトピックで問題となっている記事は 522 件ほどあるようです(else if の件があるので全てが問題とは言い切れませんが)。
$ grep -i -r '{{CSSSyntax}}' files/ja -l | xargs grep -E '^tags:' -l | xargs grep -L 'CSS Property' | wc -l
522 #7858 の対応によって解決する見込みです。 |
@YujiSoftware @debiru 「MDN Web Docs プロジェクト」なるページがあることを初めて知ったので、 |
CSS関係のフロントマターの修正(tagsの削除)をすべて承認しましたので、まもなく解決すると思います。 |
@mfuji09 @YujiSoftware @debiru issueに挙げた2件のページに関しては、正常に表示されていることを確認しました。 border-spacing |
残るページのこの問題は #7858 に引き継ぐとして、この issue はクローズしてしまっても良さそうに思います。
|
クローズしておきます。 |
What page(s) did you find the problem on?
下記以外にも存在していると思われます。
border-spacing
https://developer.mozilla.org/ja/docs/Web/CSS/border-spacing#%E5%BD%A2%E5%BC%8F%E6%96%87%E6%B3%95
margin-bottom
https://developer.mozilla.org/ja/docs/Web/CSS/margin-bottom#%E5%BD%A2%E5%BC%8F%E6%96%87%E6%B3%95
Specific page section or heading?
上記に挙げたページ内の「形式文法」セクションです。
What is the problem?
上記セクション内に、下記エラー文字列が表示されているページとそうでないページとかがあります。
Error: could not find syntax for this item
If you have an idea of what the solution to your problem is, please provide details here.
エラーが表示されているページのmarkdownファイルを書き換える必要があるように思われます。
具体的には、メタ情報のtagsです。
該当ページのmarkdownに記されているtagsは日本語に翻訳されていますが、
これを翻訳元と同じ文字列にすることで解決できるのではないかと推測されます。
(つまり英語の表記に変更する)
border-spacingのmdファイル
https://github.com/mdn/translated-content/blob/main/files/ja/web/css/border-spacing/index.md?plain=1
margin-bottomのmdファイル
https://github.com/mdn/translated-content/blob/main/files/ja/web/css/margin-bottom/index.md?plain=1
エラー文字列が表示されていないページを以下に列挙します。
その中のtagsの中身は、翻訳元と同じ文字列が使われています(英語表記になっている)
flex-growのmdファイル
https://github.com/mdn/translated-content/blob/main/files/ja/web/css/flex-grow/index.md?plain=1
text-decoration-colorのmdファイル
https://github.com/mdn/translated-content/blob/main/files/ja/web/css/text-decoration-color/index.md?plain=1
※flex-growのtagsは、「英語版と同期」というコミットの中で日本語から英語に書き直されている
391fbe1
Did you test this? If so, how?
すみません、目視確認のみでテスト等はおこなっていません。。
The text was updated successfully, but these errors were encountered: