UNPKG

debug-server-next

Version:

Dev server for hippy-core.

977 lines 184 kB
{ "lighthouse-core/audits/accessibility/accesskeys.js | description": { "message": "アクセスキーは、ユーザーがページの特定の部分にすばやくフォーカスを移動するときに使います。正しく操作できるよう、各アクセスキーは一意にする必要があります。[詳細](https://web.dev/accesskeys/)" }, "lighthouse-core/audits/accessibility/accesskeys.js | failureTitle": { "message": "`[accesskey]` の値が一意ではありません" }, "lighthouse-core/audits/accessibility/accesskeys.js | title": { "message": "`[accesskey]` の値は一意です" }, "lighthouse-core/audits/accessibility/aria-allowed-attr.js | description": { "message": "各 ARIA `role` は、`aria-*` 属性の特定のサブセットに対応しています。これらが一致しない場合、`aria-*` 属性は無効になります。[詳細](https://web.dev/aria-allowed-attr/)" }, "lighthouse-core/audits/accessibility/aria-allowed-attr.js | failureTitle": { "message": "`[aria-*]` 属性は役割と一致していません" }, "lighthouse-core/audits/accessibility/aria-allowed-attr.js | title": { "message": "`[aria-*]` 属性は役割と一致しています" }, "lighthouse-core/audits/accessibility/aria-command-name.js | description": { "message": "要素にユーザー補助機能向けの名前が設定されていない場合、スクリーン リーダーでは一般名で読み上げられるため、スクリーン リーダーのみを使用するユーザーには用途がわかりません。[詳細](https://web.dev/aria-name/)" }, "lighthouse-core/audits/accessibility/aria-command-name.js | failureTitle": { "message": "`button`、`link`、`menuitem` 要素にユーザー補助機能向けの名前が設定されていません。" }, "lighthouse-core/audits/accessibility/aria-command-name.js | title": { "message": "`button`、`link`、`menuitem` 要素にユーザー補助機能向けの名前が設定されています" }, "lighthouse-core/audits/accessibility/aria-hidden-body.js | description": { "message": "スクリーン リーダーなどの支援技術は、ドキュメントの `<body>` に `aria-hidden=\"true\"` が設定されていると、正常に動作しません。[詳細](https://web.dev/aria-hidden-body/)" }, "lighthouse-core/audits/accessibility/aria-hidden-body.js | failureTitle": { "message": "ドキュメントの `<body>` に `[aria-hidden=\"true\"]` が設定されています" }, "lighthouse-core/audits/accessibility/aria-hidden-body.js | title": { "message": "ドキュメントの `<body>` に `[aria-hidden=\"true\"]` は設定されていません" }, "lighthouse-core/audits/accessibility/aria-hidden-focus.js | description": { "message": "`[aria-hidden=\"true\"]` 要素内にフォーカス可能な子要素がある場合、スクリーン リーダーなどの支援技術を使用するユーザーはこれらの操作可能な要素を使用できません。[詳細](https://web.dev/aria-hidden-focus/)" }, "lighthouse-core/audits/accessibility/aria-hidden-focus.js | failureTitle": { "message": "`[aria-hidden=\"true\"]` 要素にフォーカス可能な子要素が含まれています" }, "lighthouse-core/audits/accessibility/aria-hidden-focus.js | title": { "message": "`[aria-hidden=\"true\"]` 要素にフォーカス可能な子要素は含まれていません" }, "lighthouse-core/audits/accessibility/aria-input-field-name.js | description": { "message": "入力フィールドにユーザー補助機能向けの名前が設定されていない場合、スクリーン リーダーでは一般名で読み上げられるため、スクリーン リーダーのみを使用するユーザーには用途がわかりません。[詳細](https://web.dev/aria-name/)" }, "lighthouse-core/audits/accessibility/aria-input-field-name.js | failureTitle": { "message": "ARIA 入力フィールドにユーザー補助機能向けの名前が設定されていません" }, "lighthouse-core/audits/accessibility/aria-input-field-name.js | title": { "message": "ARIA 入力フィールドにユーザー補助機能向けの名前が設定されています" }, "lighthouse-core/audits/accessibility/aria-meter-name.js | description": { "message": "要素にユーザー補助機能向けの名前が設定されていない場合、スクリーン リーダーでは一般名で読み上げられるため、スクリーン リーダーのみを使用するユーザーには用途がわかりません。[詳細](https://web.dev/aria-name/)" }, "lighthouse-core/audits/accessibility/aria-meter-name.js | failureTitle": { "message": "ARIA `meter` 要素にユーザー補助機能向けの名前が設定されていません。" }, "lighthouse-core/audits/accessibility/aria-meter-name.js | title": { "message": "ARIA `meter` 要素にユーザー補助機能向けの名前が設定されています" }, "lighthouse-core/audits/accessibility/aria-progressbar-name.js | description": { "message": "`progressbar` 要素にユーザー補助機能向けの名前が設定されていない場合、スクリーン リーダーでは一般名で読み上げられるため、スクリーン リーダーのみを使用するユーザーには用途がわかりません。[詳細](https://web.dev/aria-name/)" }, "lighthouse-core/audits/accessibility/aria-progressbar-name.js | failureTitle": { "message": "ARIA `progressbar` 要素にユーザー補助機能向けの名前が設定されていません。" }, "lighthouse-core/audits/accessibility/aria-progressbar-name.js | title": { "message": "ARIA `progressbar` 要素にユーザー補助機能向けの名前が設定されています" }, "lighthouse-core/audits/accessibility/aria-required-attr.js | description": { "message": "一部の ARIA 役割には、スクリーン リーダーに要素の状態を伝える必須の属性があります。[詳細](https://web.dev/aria-required-attr/)" }, "lighthouse-core/audits/accessibility/aria-required-attr.js | failureTitle": { "message": "`[role]` に必須の `[aria-*]` 属性が一部指定されていません" }, "lighthouse-core/audits/accessibility/aria-required-attr.js | title": { "message": "`[role]` に必須の `[aria-*]` 属性がすべて指定されています" }, "lighthouse-core/audits/accessibility/aria-required-children.js | description": { "message": "目的のユーザー補助機能を実行するには、一部の ARIA 親役割に特定の子役割を含める必要があります。[詳細](https://web.dev/aria-required-children/)" }, "lighthouse-core/audits/accessibility/aria-required-children.js | failureTitle": { "message": "ARIA `[role]` が指定されている要素には、特定の `[role]` を含む子を指定する必要がありますが、その一部またはすべてが指定されていません。" }, "lighthouse-core/audits/accessibility/aria-required-children.js | title": { "message": "ARIA `[role]` が指定されている要素に、特定の `[role]` を含む必要な子がすべて指定されています。" }, "lighthouse-core/audits/accessibility/aria-required-parent.js | description": { "message": "目的のユーザー補助機能を正しく実行するには、一部の ARIA 子役割を特定の親役割に含める必要があります。[詳細](https://web.dev/aria-required-parent/)" }, "lighthouse-core/audits/accessibility/aria-required-parent.js | failureTitle": { "message": "`[role]` が必須の親要素に含まれていません" }, "lighthouse-core/audits/accessibility/aria-required-parent.js | title": { "message": "`[role]` は必須の親要素に含まれています" }, "lighthouse-core/audits/accessibility/aria-roles.js | description": { "message": "目的のユーザー補助機能を実行するには、ARIA 役割に有効な値を指定してください。[詳細](https://web.dev/aria-roles/)" }, "lighthouse-core/audits/accessibility/aria-roles.js | failureTitle": { "message": "`[role]` の値は無効です" }, "lighthouse-core/audits/accessibility/aria-roles.js | title": { "message": "`[role]` の値は有効です" }, "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | description": { "message": "切り替えフィールドにユーザー補助機能向けの名前が設定されていない場合、スクリーン リーダーでは一般名で読み上げられるため、スクリーン リーダーのみを使用するユーザーには使えません。[詳細](https://web.dev/aria-name/)" }, "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | failureTitle": { "message": "ARIA 切り替えフィールドにユーザー補助機能向けの名前が設定されていません" }, "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | title": { "message": "ARIA 切り替えフィールドにユーザー補助機能向けの名前が設定されています" }, "lighthouse-core/audits/accessibility/aria-tooltip-name.js | description": { "message": "要素にユーザー補助機能向けの名前が設定されていない場合、スクリーン リーダーでは一般名で読み上げられるため、スクリーン リーダーのみを使用するユーザーには用途がわかりません。[詳細](https://web.dev/aria-name/)" }, "lighthouse-core/audits/accessibility/aria-tooltip-name.js | failureTitle": { "message": "ARIA `tooltip` 要素にユーザー補助機能向けの名前が設定されていません。" }, "lighthouse-core/audits/accessibility/aria-tooltip-name.js | title": { "message": "ARIA `tooltip` 要素にユーザー補助機能向けの名前が設定されています" }, "lighthouse-core/audits/accessibility/aria-treeitem-name.js | description": { "message": "要素にユーザー補助機能向けの名前が設定されていない場合、スクリーン リーダーでは一般名で読み上げられるため、スクリーン リーダーのみを使用するユーザーには用途がわかりません。[詳細](https://web.dev/aria-name/)" }, "lighthouse-core/audits/accessibility/aria-treeitem-name.js | failureTitle": { "message": "ARIA `treeitem` 要素にユーザー補助機能向けの名前が設定されていません。" }, "lighthouse-core/audits/accessibility/aria-treeitem-name.js | title": { "message": "ARIA `treeitem` 要素にユーザー補助機能向けの名前が設定されています" }, "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | description": { "message": "支援技術(スクリーン リーダーなど)で、無効な値が指定された ARIA 属性を解釈できません。[詳細](https://web.dev/aria-valid-attr-value/)" }, "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | failureTitle": { "message": "`[aria-*]` 属性に有効な値が指定されていません" }, "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | title": { "message": "`[aria-*]` 属性に有効な値が指定されています" }, "lighthouse-core/audits/accessibility/aria-valid-attr.js | description": { "message": "支援技術(スクリーン リーダーなど)で、無効な名前が指定された ARIA 属性を解釈できません。[詳細](https://web.dev/aria-valid-attr/)" }, "lighthouse-core/audits/accessibility/aria-valid-attr.js | failureTitle": { "message": "`[aria-*]` 属性は無効か、スペルミスがあります" }, "lighthouse-core/audits/accessibility/aria-valid-attr.js | title": { "message": "`[aria-*]` 属性は有効で、スペルミスもありません" }, "lighthouse-core/audits/accessibility/axe-audit.js | failingElementsHeader": { "message": "問題のある要素" }, "lighthouse-core/audits/accessibility/button-name.js | description": { "message": "ボタンにユーザー補助機能名が指定されていない場合、スクリーン リーダーでは「ボタン」と読み上げられるため、スクリーン リーダーを使用しているユーザーはボタンの用途がわからず、使用することができなくなります。[詳細](https://web.dev/button-name/)" }, "lighthouse-core/audits/accessibility/button-name.js | failureTitle": { "message": "ボタンにユーザー補助機能名が指定されていません" }, "lighthouse-core/audits/accessibility/button-name.js | title": { "message": "ボタンにユーザー補助機能名が指定されています" }, "lighthouse-core/audits/accessibility/bypass.js | description": { "message": "重複するコンテンツをスキップする手段を追加すると、キーボードを使ったページの移動を効率化できます。[詳細](https://web.dev/bypass/)" }, "lighthouse-core/audits/accessibility/bypass.js | failureTitle": { "message": "ページに見出し、スキップリンク、またはランドマーク領域が設定されていません" }, "lighthouse-core/audits/accessibility/bypass.js | title": { "message": "ページに見出し、スキップリンク、またはランドマーク領域が設定されています" }, "lighthouse-core/audits/accessibility/color-contrast.js | description": { "message": "低コントラストのテキストを使用すると、多くのユーザーは読むことが困難または不可能になります。[詳細](https://web.dev/color-contrast/)" }, "lighthouse-core/audits/accessibility/color-contrast.js | failureTitle": { "message": "背景色と前景色には十分なコントラスト比がありません" }, "lighthouse-core/audits/accessibility/color-contrast.js | title": { "message": "背景色と前景色には十分なコントラスト比があります" }, "lighthouse-core/audits/accessibility/definition-list.js | description": { "message": "定義リストが適切にマークアップされていないと、スクリーン リーダーで、誤解を招く内容や不正確な内容が読み上げられる可能性があります。[詳細](https://web.dev/definition-list/)" }, "lighthouse-core/audits/accessibility/definition-list.js | failureTitle": { "message": "`<dl>` には、正しく順序付けられた `<dt>` および `<dd>` グループ、`<script>`、`<template>`、または `<div>` 要素以外も含まれています。" }, "lighthouse-core/audits/accessibility/definition-list.js | title": { "message": "`<dl>` には、正しく順序付けられた `<dt>` および `<dd>` グループ、`<script>`、`<template>`、または `<div>` 要素のみが含まれています。" }, "lighthouse-core/audits/accessibility/dlitem.js | description": { "message": "スクリーン リーダーで正しく読み上げられるようにするには、定義リストの項目(`<dt>` と `<dd>`)を親の `<dl>` 要素でラップする必要があります。[詳細](https://web.dev/dlitem/)" }, "lighthouse-core/audits/accessibility/dlitem.js | failureTitle": { "message": "定義リストの項目が `<dl>` 要素でラップされていません" }, "lighthouse-core/audits/accessibility/dlitem.js | title": { "message": "定義リストの項目は `<dl>` 要素でラップされています" }, "lighthouse-core/audits/accessibility/document-title.js | description": { "message": "タイトルを指定すると、スクリーン リーダーのユーザーがページの概要を把握できるようになります。検索エンジンの使用時には、検索語句に関連するページかどうかを判断するための重要な要素となります。[詳細](https://web.dev/document-title/)" }, "lighthouse-core/audits/accessibility/document-title.js | failureTitle": { "message": "ドキュメントに `<title>` 要素が指定されていません" }, "lighthouse-core/audits/accessibility/document-title.js | title": { "message": "ドキュメントに `<title>` 要素が指定されています" }, "lighthouse-core/audits/accessibility/duplicate-id-active.js | description": { "message": "支援技術で認識できるように、フォーカス可能な要素にはすべて一意の `id` を設定する必要があります。[詳細](https://web.dev/duplicate-id-active/)" }, "lighthouse-core/audits/accessibility/duplicate-id-active.js | failureTitle": { "message": "`[id]` 属性が有効でフォーカス可能な要素の ID が一意ではありません" }, "lighthouse-core/audits/accessibility/duplicate-id-active.js | title": { "message": "`[id]` 属性が有効でフォーカス可能な要素の ID はすべて一意です" }, "lighthouse-core/audits/accessibility/duplicate-id-aria.js | description": { "message": "他のインスタンスが支援技術によって見落とされることのないように、ARIA ID の値は一意にする必要があります。[詳細](https://web.dev/duplicate-id-aria/)" }, "lighthouse-core/audits/accessibility/duplicate-id-aria.js | failureTitle": { "message": "ARIA ID が一意ではありません" }, "lighthouse-core/audits/accessibility/duplicate-id-aria.js | title": { "message": "ARIA ID は一意です" }, "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | description": { "message": "フォーム フィールドに複数のラベルが設定されている場合、スクリーン リーダーなどの支援技術で最初または最後のラベルだけ、もしくはすべてのラベルが読み上げられるため、混乱が生じる可能性があります。[詳細](https://web.dev/form-field-multiple-labels/)" }, "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | failureTitle": { "message": "フォーム フィールドに複数のラベルが設定されています" }, "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | title": { "message": "複数のラベルが設定されたフォーム フィールドはありません" }, "lighthouse-core/audits/accessibility/frame-title.js | description": { "message": "スクリーン リーダーでは、フレームのコンテンツを説明するためにフレームのタイトルが使用されます。[詳細](https://web.dev/frame-title/)" }, "lighthouse-core/audits/accessibility/frame-title.js | failureTitle": { "message": "`<frame>` または `<iframe>` の要素にタイトルが指定されていません" }, "lighthouse-core/audits/accessibility/frame-title.js | title": { "message": "`<frame>` または `<iframe>` の要素にタイトルが指定されています" }, "lighthouse-core/audits/accessibility/heading-order.js | description": { "message": "見出しを適切なレベルの順序で配置すると、ページのセマンティック構造を伝えることができ、支援技術を使用した操作やコンテンツの把握が簡単になります。[詳細](https://web.dev/heading-order/)" }, "lighthouse-core/audits/accessibility/heading-order.js | failureTitle": { "message": "見出し要素は降順になっていません" }, "lighthouse-core/audits/accessibility/heading-order.js | title": { "message": "見出し要素は降順になっています" }, "lighthouse-core/audits/accessibility/html-has-lang.js | description": { "message": "ページで lang 属性が指定されていない場合、スクリーン リーダーは、スクリーン リーダーの設定時にユーザーが選択したデフォルト言語がページで使用されているものと見なします。そのページでデフォルト言語が実際には使用されていない場合、スクリーン リーダーはページのテキストを正しく読み上げられない可能性があります。[詳細](https://web.dev/html-has-lang/)" }, "lighthouse-core/audits/accessibility/html-has-lang.js | failureTitle": { "message": "`<html>` 要素に `[lang]` 属性が指定されていません" }, "lighthouse-core/audits/accessibility/html-has-lang.js | title": { "message": "`<html>` 要素に `[lang]` 属性が指定されています" }, "lighthouse-core/audits/accessibility/html-lang-valid.js | description": { "message": "有効な [BCP 47 言語](https://www.w3.org/International/questions/qa-choosing-language-tags#question)を指定すると、スクリーン リーダーでテキストが正しく読み上げられるようになります。[詳細](https://web.dev/html-lang-valid/)" }, "lighthouse-core/audits/accessibility/html-lang-valid.js | failureTitle": { "message": "`<html>` 要素の `[lang]` 属性に有効な値が指定されていません。" }, "lighthouse-core/audits/accessibility/html-lang-valid.js | title": { "message": "`<html>` 要素の `[lang]` 属性に有効な値が指定されています" }, "lighthouse-core/audits/accessibility/image-alt.js | description": { "message": "説明的要素は、簡潔でわかりやすい代替テキストにする必要があります。装飾的要素は、alt 属性が空の場合は無視される可能性があります。[詳細](https://web.dev/image-alt/)" }, "lighthouse-core/audits/accessibility/image-alt.js | failureTitle": { "message": "画像要素に `[alt]` 属性が指定されていません" }, "lighthouse-core/audits/accessibility/image-alt.js | title": { "message": "画像要素に `[alt]` 属性が指定されています" }, "lighthouse-core/audits/accessibility/input-image-alt.js | description": { "message": "画像を `<input>` ボタンとして使用している場合は、代替テキストを指定すると、スクリーン リーダーのユーザーがボタンの用途を理解しやすくなります。[詳細](https://web.dev/input-image-alt/)" }, "lighthouse-core/audits/accessibility/input-image-alt.js | failureTitle": { "message": "`<input type=\"image\">` 要素に `[alt]` テキストが指定されていません" }, "lighthouse-core/audits/accessibility/input-image-alt.js | title": { "message": "`<input type=\"image\">` 要素に `[alt]` テキストが指定されています" }, "lighthouse-core/audits/accessibility/label.js | description": { "message": "ラベルを使用すると、フォームの各コントロールが支援技術(スクリーン リーダーなど)によって正しく読み上げられるようになります。[詳細](https://web.dev/label/)" }, "lighthouse-core/audits/accessibility/label.js | failureTitle": { "message": "フォームの要素にラベルが関連付けられていません" }, "lighthouse-core/audits/accessibility/label.js | title": { "message": "フォームの要素にラベルが関連付けられています" }, "lighthouse-core/audits/accessibility/link-name.js | description": { "message": "識別可能、フォーカス可能な一意のリンクテキスト(および画像をリンクとして使用している場合はその代替テキスト)を使用すると、スクリーン リーダーでのナビゲーションの操作性が向上します。[詳細](https://web.dev/link-name/)" }, "lighthouse-core/audits/accessibility/link-name.js | failureTitle": { "message": "リンクに識別可能な名前が指定されていません" }, "lighthouse-core/audits/accessibility/link-name.js | title": { "message": "リンクに識別可能な名前が指定されています" }, "lighthouse-core/audits/accessibility/list.js | description": { "message": "スクリーン リーダーでは、特殊な方法でリストが読み上げられます。適切に読み上げられるようにするには、正しいリスト構造を指定する必要があります。[詳細](https://web.dev/list/)" }, "lighthouse-core/audits/accessibility/list.js | failureTitle": { "message": "リストには、`<li>` 要素と、スクリプト対応要素(`<script>` と `<template>`)以外も含まれています。" }, "lighthouse-core/audits/accessibility/list.js | title": { "message": "リストには、`<li>` 要素と、スクリプト対応要素(`<script>` と `<template>`)のみが含まれています。" }, "lighthouse-core/audits/accessibility/listitem.js | description": { "message": "スクリーン リーダーで正しく読み上げられるようにするには、リスト項目(`<li>`)を親の `<ul>` または `<ol>` に含める必要があります。[詳細](https://web.dev/listitem/)" }, "lighthouse-core/audits/accessibility/listitem.js | failureTitle": { "message": "リスト項目(`<li>`)が `<ul>` または `<ol>` の親要素に含まれていません。" }, "lighthouse-core/audits/accessibility/listitem.js | title": { "message": "リスト項目(`<li>`)は `<ul>` または `<ol>` の親要素に含まれています" }, "lighthouse-core/audits/accessibility/meta-refresh.js | description": { "message": "ユーザーはページが自動的に更新されると思っていないため、自動更新によってフォーカスがページ上部に戻ると、ユーザーの利便性が低下する可能性があります。[詳細](https://web.dev/meta-refresh/)" }, "lighthouse-core/audits/accessibility/meta-refresh.js | failureTitle": { "message": "ドキュメントで `<meta http-equiv=\"refresh\">` が使用されています" }, "lighthouse-core/audits/accessibility/meta-refresh.js | title": { "message": "ドキュメントで `<meta http-equiv=\"refresh\">` が使用されていません" }, "lighthouse-core/audits/accessibility/meta-viewport.js | description": { "message": "ズーム機能を無効にすると、画面の拡大操作を利用する視力の弱いユーザーがウェブページのコンテンツを確認できなくなります。[詳細](https://web.dev/meta-viewport/)" }, "lighthouse-core/audits/accessibility/meta-viewport.js | failureTitle": { "message": "`[user-scalable=\"no\"]` が `<meta name=\"viewport\">` 要素で使用されているか、`[maximum-scale]` 属性が 5 未満に指定されています。" }, "lighthouse-core/audits/accessibility/meta-viewport.js | title": { "message": "`[user-scalable=\"no\"]` は `<meta name=\"viewport\">` 要素で使用されておらず、`[maximum-scale]` 属性も 5 未満ではありません。" }, "lighthouse-core/audits/accessibility/object-alt.js | description": { "message": "スクリーン リーダーは、テキスト以外のコンテンツを解釈できません。`<object>` 要素に代替テキストを追加すると、スクリーン リーダーを使用するユーザーが意味を把握するのに役立ちます。[詳細](https://web.dev/object-alt/)" }, "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": { "message": "`<object>` 要素に `[alt]` テキストが指定されていません" }, "lighthouse-core/audits/accessibility/object-alt.js | title": { "message": "`<object>` 要素に `[alt]` テキストが指定されています" }, "lighthouse-core/audits/accessibility/tabindex.js | description": { "message": "値が 0 より大きい場合は、明示的なナビゲーション順序を示します。技術的には有効ですが、多くの場合、支援技術を使用しているユーザーにとって利便性が低下します。[詳細](https://web.dev/tabindex/)" }, "lighthouse-core/audits/accessibility/tabindex.js | failureTitle": { "message": "一部の要素で `[tabindex]` に 0 より大きい値が指定されています" }, "lighthouse-core/audits/accessibility/tabindex.js | title": { "message": "`[tabindex]` に 0 より大きい値を指定している要素はありません" }, "lighthouse-core/audits/accessibility/td-headers-attr.js | description": { "message": "スクリーン リーダーには、表内の移動を補助する機能があります。`[headers]` 属性を使用している `<td>` セルが同じ表の他のセルのみを参照するように設定すると、スクリーン リーダーの利便性が向上する可能性があります。[詳細](https://web.dev/td-headers-attr/)" }, "lighthouse-core/audits/accessibility/td-headers-attr.js | failureTitle": { "message": "`<table>` 要素で `[headers]` 属性を使用しているセルが、同じ表内にない要素 `id` を参照しています。" }, "lighthouse-core/audits/accessibility/td-headers-attr.js | title": { "message": "`<table>` 要素で `[headers]` 属性を使用しているセルは、同じ表内の表セルを参照しています。" }, "lighthouse-core/audits/accessibility/th-has-data-cells.js | description": { "message": "スクリーン リーダーには、表内の移動を補助する機能があります。表のヘッダーが常に一部のセルを参照するように設定すると、スクリーン リーダーの利便性が向上する可能性があります。[詳細](https://web.dev/th-has-data-cells/)" }, "lighthouse-core/audits/accessibility/th-has-data-cells.js | failureTitle": { "message": "`<th>` 要素および `[role=\"columnheader\"/\"rowheader\"]` が指定された要素に、記述されたデータセルがありません。" }, "lighthouse-core/audits/accessibility/th-has-data-cells.js | title": { "message": "`<th>` 要素および `[role=\"columnheader\"/\"rowheader\"]` が指定された要素に、記述されたデータセルがあります。" }, "lighthouse-core/audits/accessibility/valid-lang.js | description": { "message": "要素に有効な [BCP 47 言語](https://www.w3.org/International/questions/qa-choosing-language-tags#question)を指定すると、スクリーン リーダーでテキストが正しく読み上げられるようになります。[詳細](https://web.dev/valid-lang/)" }, "lighthouse-core/audits/accessibility/valid-lang.js | failureTitle": { "message": "`[lang]` 属性に有効な値が指定されていません" }, "lighthouse-core/audits/accessibility/valid-lang.js | title": { "message": "`[lang]` 属性に有効な値が指定されています" }, "lighthouse-core/audits/accessibility/video-caption.js | description": { "message": "動画に字幕を設定すると、聴覚障がいのあるユーザーが情報にアクセスしやすくなります。[詳細](https://web.dev/video-caption/)" }, "lighthouse-core/audits/accessibility/video-caption.js | failureTitle": { "message": "`<video>` 要素に、`[kind=\"captions\"]` が指定された `<track>` 要素が含まれていません。" }, "lighthouse-core/audits/accessibility/video-caption.js | title": { "message": "`<video>` 要素に `[kind=\"captions\"]` が指定された `<track>` 要素が含まれています" }, "lighthouse-core/audits/apple-touch-icon.js | description": { "message": "ユーザーがプログレッシブ ウェブアプリを iOS のホーム画面に追加したとき、アプリが希望どおりのデザインで表示されるようにするには、`apple-touch-icon` を定義します。参照先は不透明な 192 ピクセル(または 180 ピクセル)の正方形の PNG 画像とする必要があります。[詳細](https://web.dev/apple-touch-icon/)" }, "lighthouse-core/audits/apple-touch-icon.js | failureTitle": { "message": "有効な `apple-touch-icon` が提供されていません" }, "lighthouse-core/audits/apple-touch-icon.js | precomposedWarning": { "message": "`apple-touch-icon-precomposed` は古いバージョンです。`apple-touch-icon` を使用することをおすすめします。" }, "lighthouse-core/audits/apple-touch-icon.js | title": { "message": "有効な `apple-touch-icon` が提供されています" }, "lighthouse-core/audits/autocomplete.js | columnCurrent": { "message": "現在の値" }, "lighthouse-core/audits/autocomplete.js | columnSuggestions": { "message": "推奨トークン" }, "lighthouse-core/audits/autocomplete.js | description": { "message": "`autocomplete` を使用すると、ユーザーがフォームを迅速に送信できます。ユーザーの負担を軽減するため、`autocomplete` 属性を有効な値に設定することを検討してください。[詳細](https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)" }, "lighthouse-core/audits/autocomplete.js | failureTitle": { "message": "`<input>` 要素に正しい `autocomplete` 属性が指定されていません" }, "lighthouse-core/audits/autocomplete.js | manualReview": { "message": "手動での確認が必要です" }, "lighthouse-core/audits/autocomplete.js | reviewOrder": { "message": "トークンの順序を確認する" }, "lighthouse-core/audits/autocomplete.js | title": { "message": "`<input>` 要素で `autocomplete` が正しく使用されています" }, "lighthouse-core/audits/autocomplete.js | warningInvalid": { "message": "`autocomplete` トークン: 「{token}」は {snippet} で無効です" }, "lighthouse-core/audits/autocomplete.js | warningOrder": { "message": "トークンの順序を確認: {snippet} の「{tokens}」" }, "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": { "message": "Chrome 拡張機能がこのページの読み込みに悪影響を及ぼしています。シークレット モードで、または拡張機能なしの Chrome プロファイルからページを監査してみてください。" }, "lighthouse-core/audits/bootup-time.js | columnScriptEval": { "message": "スクリプトの評価" }, "lighthouse-core/audits/bootup-time.js | columnScriptParse": { "message": "スクリプトの解析" }, "lighthouse-core/audits/bootup-time.js | columnTotal": { "message": "合計 CPU 時間" }, "lighthouse-core/audits/bootup-time.js | description": { "message": "JavaScript の解析、コンパイル、実行にかかる時間の短縮をご検討ください。配信する JavaScript ペイロードのサイズを抑えると効果が見込めます。[詳細](https://web.dev/bootup-time/)" }, "lighthouse-core/audits/bootup-time.js | failureTitle": { "message": "JavaScript の実行にかかる時間の低減" }, "lighthouse-core/audits/bootup-time.js | title": { "message": "JavaScript の実行にかかる時間" }, "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | description": { "message": "重複する大きい JavaScript モジュールをバンドルから削除すると、データ通信量を減らすことができます。 " }, "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | title": { "message": "JavaScript バンドル内の重複モジュールを削除する" }, "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": { "message": "サイズの大きい GIF は、アニメーション コンテンツの配信方法として効率的ではありません。ネットワークの通信量を抑えるため、GIF を使用する代わりに、アニメーションには MPEG4/WebM 動画、静止画像には PNG/WebP を使用することをご検討ください。[詳細](https://web.dev/efficient-animated-content/)" }, "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": { "message": "アニメーション コンテンツでの動画フォーマットの使用" }, "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | description": { "message": "ポリフィルと変換を使用すると、従来のブラウザで新しい JavaScript 機能を使用できるようになります。ただし、その機能の多くは最新ブラウザでは必要ありません。バンドルされた JavaScript の場合、モジュールあり / モジュールなしの機能検出を使用する最新スクリプトの導入戦略を採用することにより、従来のブラウザに対するサポートを維持しながら、最新ブラウザに送るコード量を減らすことができます。[詳細](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)" }, "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | title": { "message": "最新ブラウザに従来の JavaScript を配信しないようにしてください" }, "lighthouse-core/audits/byte-efficiency/modern-image-formats.js | description": { "message": "JPEG 2000、JPEG XR、WebP などの画像フォーマットは、PNG や JPEG より圧縮性能が高く、ダウンロード時間やデータ使用量を抑えることができます。[詳細](https://web.dev/uses-webp-images/)" }, "lighthouse-core/audits/byte-efficiency/modern-image-formats.js | title": { "message": "次世代フォーマットでの画像の配信" }, "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": { "message": "オフスクリーンの非表示の画像は、重要なリソースをすべて読み込んだ後に遅れて読み込むようにして、操作可能になるまでの時間を短縮することをご検討ください。[詳細](https://web.dev/offscreen-images/)" }, "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": { "message": "オフスクリーン画像の遅延読み込み" }, "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": { "message": "ページの First Paint をリソースがブロックしています。重要な JavaScript や CSS はインラインで配信し、それ以外の JavaScript やスタイルはすべて遅らせることをご検討ください。[詳細](https://web.dev/render-blocking-resources/)" }, "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": { "message": "レンダリングを妨げるリソースの除外" }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": { "message": "ネットワーク ペイロードのサイズが大きいと、ユーザーの金銭的負担が大きくなり、多くの場合、読み込み時間が長くなります。[詳細](https://web.dev/total-byte-weight/)" }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": { "message": "合計サイズは {totalBytes, number, bytes} KiB でした" }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": { "message": "過大なネットワーク ペイロードの回避" }, "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": { "message": "過大なネットワーク ペイロードの回避" }, "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": { "message": "CSS ファイルを最小化すると、ネットワーク ペイロードのサイズを抑えることができます。[詳細](https://web.dev/unminified-css/)" }, "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": { "message": "CSS の最小化" }, "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": { "message": "JavaScript ファイルを最小化すると、ペイロード サイズとスクリプトの解析時間を抑えることができます。[詳細](https://web.dev/unminified-javascript/)" }, "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": { "message": "JavaScript の最小化" }, "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": { "message": "スタイルシートから使用していないルールを削除して、スクロールせずに見える範囲のコンテンツで使用されていない CSS の読み込みを遅らせると、ネットワークの通信量を減らすことができます。[詳細](https://web.dev/unused-css-rules/)" }, "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": { "message": "使用していない CSS の削減" }, "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": { "message": "使用していない JavaScript を減らして、必要になるまでスクリプトの読み込みを遅らせると、ネットワークの通信量を減らすことができます。[詳細](https://web.dev/unused-javascript/)" }, "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": { "message": "使用していない JavaScript の削減" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": { "message": "キャッシュの有効期間を長くすると、再訪問したユーザーへのページの読み込み速度を向上できます。[詳細](https://web.dev/uses-long-cache-ttl/)" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": { "message": "{itemCount,plural, =1{1 件のリソースが見つかりました}other{# 件のリソースが見つかりました}}" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": { "message": "静的なアセットと効率的なキャッシュ ポリシーの配信" }, "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": { "message": "静的なアセットでの効率的なキャッシュ ポリシーの使用" }, "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": { "message": "画像を最適化すると、読み込み時間を短縮しモバイルデータ量を抑えることができます。[詳細](https://web.dev/uses-optimized-images/)" }, "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": { "message": "効率的な画像フォーマット" }, "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": { "message": "適切なサイズの画像を配信して、モバイルデータ量を節約し読み込み時間を短縮してください。[詳細](https://web.dev/uses-responsive-images/)" }, "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": { "message": "適切なサイズの画像" }, "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": { "message": "テキストベースのリソースは圧縮(gzip、deflate、または brotli)して配信し、ネットワークの全体的な通信量を最小限に抑えてください。[詳細](https://web.dev/uses-text-compression/)" }, "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": { "message": "テキスト圧縮の有効化" }, "lighthouse-core/audits/content-width.js | description": { "message": "アプリのコンテンツの幅がビューポートの幅と一致しない場合、アプリがモバイル画面に合わせて最適化されない可能性があります。[詳細](https://web.dev/content-width/)" }, "lighthouse-core/audits/content-width.js | explanation": { "message": "ビューポートのサイズ({innerWidth} ピクセル)がウィンドウのサイズ({outerWidth} ピクセル)と一致していません。" }, "lighthouse-core/audits/content-width.js | failureTitle": { "message": "コンテンツのサイズとビューポートのサイズが一致していません" }, "lighthouse-core/audits/content-width.js | title": { "message": "コンテンツのサイズとビューポートのサイズが一致しています" }, "lighthouse-core/audits/critical-request-chains.js | description": { "message": "下のクリティカル リクエスト チェーンでは、高い優先度で読み込まれたリソースを確認できます。チェーンの長さを縮小する、リソースのダウンロード サイズを抑える、不要なリソースのダウンロードを遅らせるなどの手段を行って、ページの読み込み速度を改善することをご検討ください。[詳細](https://web.dev/critical-request-chains/)" }, "lighthouse-core/audits/critical-request-chains.js | displayValue": { "message": "{itemCount,plural, =1{1 件のチェーンが見つかりました}other{# 件のチェーンが見つかりました}}" }, "lighthouse-core/audits/critical-request-chains.js | title": { "message": "クリティカル リクエスト チェーンを回避してください" }, "lighthouse-core/audits/csp-xss.js | columnDirective": { "message": "ディレクティブ" }, "lighthouse-core/audits/csp-xss.js | columnSeverity": { "message": "重大度" }, "lighthouse-core/audits/csp-xss.js | description": { "message": "厳格なコンテンツ セキュリティ ポリシー(CSP)を設定すると、クロスサイト スクリプティング(XSS)攻撃のリスクを大幅に軽減できます。[詳細](https://web.dev/csp-xss/)" }, "lighthouse-core/audits/csp-xss.js | itemSeveritySyntax": { "message": "構文" }, "lighthouse-core/audits/csp-xss.js | metaTagMessage": { "message": "このページでは CSP が <meta> タグで定義されています。可能な場合は、HTTP ヘッダーで CSP を定義することを検討してください。" }, "lighthouse-core/audits/csp-xss.js | noCsp": { "message": "適用されている CSP はありません" }, "lighthouse-core/audits/csp-xss.js | title": { "message": "CSP が XSS 攻撃を防げるよう設定されているか確認する" }, "lighthouse-core/audits/deprecations.js | columnDeprecate": { "message": "非推奨 / 警告" }, "lighthouse-core/audits/deprecations.js | columnLine": { "message": "行" }, "lighthouse-core/audits/deprecations.js | description": { "message": "サポートの終了した API は最終的にブラウザから削除されます。[詳細](https://web.dev/deprecations/)" }, "lighthouse-core/audits/deprecations.js | displayValue": { "message": "{itemCount,plural, =1{1 件の警告が見つかりました}other{# 件の警告が見つかりました}}" }, "lighthouse-core/audits/deprecations.js | failureTitle": { "message": "サポートを終了した API が使用されています" }, "lighthouse-core/audits/deprecations.js | title": { "message": "サポートを終了した API は使用されていません" }, "lighthouse-core/audits/dobetterweb/appcache-manifest.js | description": { "message": "アプリケーション キャッシュはサポートを終了しました。[詳細](https://web.dev/appcache-manifest/)" }, "lighthouse-core/audits/dobetterweb/appcache-manifest.js | displayValue": { "message": "「{AppCacheManifest}」が見つかりました" }, "lighthouse-core/audits/dobetterweb/appcache-manifest.js | failureTitle": { "message": "アプリケーション キャッシュを使用しています" }, "lighthouse-core/audits/dobetterweb/appcache-manifest.js | title": { "message": "アプリケーション キャッシュは使用していません" }, "lighthouse-core/audits/dobetterweb/charset.js | description": { "message": "文字エンコードの宣言が必要です。これには、HTML の最初の 1,024 バイトか Content-Type HTTP レスポンス ヘッダーの中で `<meta>` タグを使用します。[詳細](https://web.dev/charset/)" }, "lighthouse-core/audits/dobetterweb/charset.js | failureTitle": { "message": "文字セットが宣言されていないか、HTML での宣言が遅すぎます" }, "lighthouse-core/audits/dobetterweb/charset.js | title": { "message": "文字セットを適切に定義する" }, "lighthouse-core/audits/dobetterweb/doctype.js | description": { "message": "doctype を指定すると、ブラウザは後方互換モードに切り替えることができなくなります。[詳細](https://web.dev/doctype/)" }, "lighthouse-core/audits/dobetterweb/doctype.js | explanationBadDoctype": { "message": "doctype 名には `html` を小文字の文字列で指定する必要があります" }, "lighthouse-core/audits/dobetterweb/doctype.js | explanationNoDoctype": { "message": "ドキュメントには doctype を指定する必要があります" }, "lighthouse-core/audits/dobetterweb/doctype.js | explanationPublicId": { "message": "publicId は空の文字列であることが想定されています" }, "lighthouse-core/audits/dobetterweb/doctype.js | explanationSystemId": { "message": "systemId は空の文字列であることが想定されています" }, "lighthouse-core/audits/dobetterweb/doctype.js | failureTitle": { "message": "ページに HTML doctype が指定されていないため、後方互換モードに切り替わります" }, "lighthouse-core/audits/dobetterweb/doctype.js | title": { "message": "ページに HTML doctype が指定されています" }, "lighthouse-core/audits/dobetterweb/dom-size.js | columnStatistic": { "message": "統計情報" }, "lighthouse-core/audits/dobetterweb/dom-size.js | columnValue": { "message": "値" }, "lighthouse-core/audits/dobetterweb/dom-size.js | description": { "message": "DOM サイズが大きいと、メモリの使用量が増え、[スタイルの計算](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)に時間がかかり、[レイアウトのリフロー](https://developers.google.com/speed/articles/reflow)というコストが発生します。[詳細](https://web.dev/dom-size/)" }, "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": { "message": "{itemCount,plural, =1{1 件の要素}other{# 件の要素}}" }, "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": { "message": "過大な DOM サイズの回避" }, "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMDepth": { "message": "DOM の最大深さ" }, "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMElements": { "message": "合計 DOM 要素数" }, "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMWidth": { "message": "子要素の上限数" }, "lighthouse-core/audits/dobetterweb/dom-size.js | title": { "message": "過大な DOM サイズの回避" }, "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | columnFailingAnchors": { "message": "問題のあるアンカー" }, "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | description": { "message": "パフォーマンスを向上し、セキュリティの脆弱性が生じないようにするには、`rel=\"noopener\"` または `rel=\"noreferrer\"` を外部リンクに追加します。[詳細](https://web.dev/external-anchors-use-rel-noopener/)" }, "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | failureTitle": { "message": "クロスオリジンへのリンクは安全ではありません" }, "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | title": { "message": "クロスオリジンへのリンクは安全です" }, "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | warning": { "message": "アンカー({anchorHTML})のリンク先を特定できません。ハイパーリンクとして使用していない場合は、target=_blank を削除することをご検討ください。" }, "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | description": { "message": "サイトから脈絡なしに位置情報の許可を求められると、ユーザーは不信感を抱き、困惑します。リクエストはユーザーの操作と関連付けて行うようにしてください。[詳細](https://web.dev/geolocation-on-start/)" }, "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | failureTitle": { "message": "ページの読み込み時に位置情報の許可がリクエストされます" }, "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | title": { "message": "ページの読み込み時に位置情報の許可はリクエストされません" }, "lighthouse-core/audits/dobetterweb/inspector-issues.js | columnIssueType": { "message": "問題の種類" }, "lighthouse-core/audits/dobetterweb/inspector-issues.js | description": { "message": "Chrome デベロッパー ツールの [`Issues`] パネルに記録された問題は未解決のものです。ネットワーク リクエストの失敗、不十分なセキュリティ コントロールや、他のブラウザの問題が原因で表示される可能性があります。各問題について詳しくは、Chrome DevTools の [Issues] パネルを開いてご確認ください。" }, "lighthouse-core/audits/dobetterweb/inspector-issues.js | failureTitle": { "message": "問題が Chrome デベロッパー ツールの [`Issues`] パネルに記録されました" }, "lighthouse-core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": { "message": "クロスオリジンのポリシーによってブロック" }, "lighthouse-core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": { "message": "広告によるリソース使用量が多い" }, "lighthouse-core/audits/dobetterweb/inspector-issues.js | title": { "message": "Chrome デベロッパー ツールの [`Issues`] パネルに記録されている問題はありません" }, "lighthouse-core/audits/dobetterweb/js-libraries.js | columnVersion": { "message": "バージョン" }, "lighthouse-core/audits/dobetterweb/js-libraries.js | description": { "message": "ページで検出されたすべてのフロントエンドの JavaScript ライブラリです。[詳細](https://web.dev/js-libraries/)" }, "lighthouse-core/audits/dobetterweb/js-libraries.js | title": { "message": "JavaScript ライブラリが検出されました" }, "lighthouse-core/audits/dobetterweb/no-document-write.js | description": { "message": "接続速度が遅い環境のユーザーの場合、`document.write()` で動的に挿入される外部スクリプトによってページの読み込みが数十秒遅れる可能性があります。[詳細](https://web.dev/no-document-write/)" }, "lighthouse-core/audits/dobetterweb/no-document-write.js | failureTitle": { "message": "`document.write()` を使用しない" }, "lighthouse-core/audits/dobetterweb/no-document-write.js | title": { "message": "`document.write()` は使用されていません" }, "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": { "message": "最も高い重大度" }, "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": { "message": "ライブラリのバージョン" }, "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": { "message": "脆弱性の件数" }, "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | description": { "message": "一部の第三者スクリプトには、悪意のあるユーザーによって簡単に特定され利用されるような、既知のセキュリティの脆弱性が含まれていることがあります。[詳細](https://web.dev/no-vulnerable-libraries/)" }, "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": { "message": "{itemCount,plural, =1{1 件の脆弱性が検出されました}other{# 件の脆弱性が検出されました}}" }, "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": { "message": "既知のセキュリティの脆弱性を含んだフロントエンドの JavaScript ライブラリが含まれています" }, "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | title": { "message": "既知のセキュリティの脆弱性を含んだフロントエンドの JavaScript ライブラリは除外されています" }, "lighthouse-core/audits/dobetterweb/notification-on-start.js | description": { "message": "サイトから脈絡なしに通知の送信許可を求められると、ユーザーは不信感を抱き、困惑します。リクエストはユーザーの操作と関連付けて行うようにしてください。[詳細](https://web.dev/notification-on-start/)" }, "lighthouse-core/audits/dobetterweb/notification-on-start.js | failureTitle": { "message": "ページの読み込み時に通知の許可がリクエストされます" }, "lighthouse-core/audits/dobetterweb/notification-on-start.js | title": { "message": "ページの読み込み時に通知の許可はリクエストされません" }, "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": { "message": "パスワードの貼り付けを禁止すると、良好なセキュリティ ポリシーが損なわれます。[詳細](https://web.dev/password-inputs-can-be-pasted-into/)" }, "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": { "message": "ユーザーはパスワード欄に貼り付けできません" }, "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": { "message": "ユーザーはパスワード欄に貼り付けできます" }, "lighthouse-core/audits/dobetterweb/uses-http2.js | columnProtocol": { "message": "プロトコル" }, "lighthouse-core/audits/dobetterweb/uses-http2.js | description": { "message": "HTTP/2 には、バイナリ ヘッダー、多重化など、HTTP/1.1 と比べて多くのメリットがあります。[詳細](https://web.dev/uses-http2/)" }, "lighthouse-core/audits/dobetterweb/uses-http2.js | displayValue": { "message": "{itemCount,plural, =1{HTTP/2 経由で配信されなかったリクエストが 1 件あります}other{HTTP/2 経由で配信されなかったリクエストが # 件あります}}" }, "lighthouse-core/audits/dobetterweb/uses-http2.js | title": { "message": "HTTP/2 を使用してください" }, "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | description": { "message": "ページのスクロール パフォーマンスを高めるには、touch および wheel イベント リスナーを `passive` として指定することをご検討ください。[詳細](https://web.dev/uses-passive-event-listeners/)" }, "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": { "message": "スクロール パフォーマンスを高める受動的なリスナーが使用されていません" }, "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | title": { "message": "スクロール パフォーマンスを高める受動的なリスナーが使用されています" }, "lighthouse-core/audits/errors-in-console.js | description": { "message": "コンソールに記録されたエラーは未解決の問題を表します。これらはネットワーク リクエストの失敗や他のブラウザの問題が原因で表示される可能性があります。[詳細](https://web.dev/errors-in-console/)" }, "lighthouse-core/audits/errors-in-console.js | failureTitle": { "message": "ブラウザのエラーがコンソールに記録されました" }, "lighthouse-core/audits/errors-in-console.js | title": { "message": "コンソールに記録されたブラウザのエラーはありません" }, "lighthouse-core/audits/font-display.js | description": { "message": "フォント表示の CSS 機能を使用して、Web フォントの読み込み中にユーザーがテキストを読めるようにしてください。[詳細](https://web.dev/font-display/)" }, "lighthouse-core/audits/font-display.js | failureTitle": { "message": "ウェブフォント読み込み中のテキストの表示" }, "lighthouse-core/audits/font-display.js | title": { "message": "ウェブフォント読み込み中の全テキストの表示" }, "lighthouse-core/audits/font-display.js | undeclaredFontOriginWarning": { "message": "{fontCountForOrigin,plural, =1{オリジンの {fontOrigin} の `font-display` の値を Lighthouse で確認できませんでした。}other{オリジンの {fontOrigin} の `font-display` の値を Lighthouse で確認できませんでした。}}" }, "lighthouse-core/audits/image-aspect-ratio.js | columnActual": { "message": "アスペクト比(実際)" }, "lighthouse-core/audits/image-aspect-ratio.js | columnDisplayed": { "message": "アスペクト比(表示)" }, "lighthouse-core/audits/image-aspect-ratio.js | description": { "message": "画像は本来のアスペクト比で表示する必要があります。[詳細](https://web.dev/image-aspect-ratio/)" }, "lighthouse-core/audits/image-aspect-ratio.js | failureTitle": { "message": "不適切なアスペクト比の画像が表示されています" }, "lighthouse-core/audits/image-aspect-ratio.js | title": { "message": "正しいアスペクト比の画像が表示されています" }, "lighthouse-core/audits/image-size-responsive.js | columnActual": { "message": "実サイズ" }, "lighthouse-core/audits/image-size-responsive.js | columnDisplayed": { "message": "表示されるサイズ" }, "lighthouse-core/audits/image-size-responsive.js | columnExpected": { "message": "適切なサイズ" }, "lighthouse-core/audits/image-size-responsive.js | description": { "message": "画像をできるだけ鮮明に表示するには、画像の実サイズを、表示するサイズとピクセル比に比例させる必要があります。[詳細](https://web.dev/serve-responsive-images/)" }, "lighthouse-core/audits/image-size-responsive.js | failureTitle": { "message": "画像が低い解像度で表示されています" }, "lighthouse-core/audits/image-size-responsive.js | title": { "message": "画像が適切な解像度で表示されています" }, "lighthouse-core/audits/installable-manifest.js | already-installed": { "message": "このアプリはすでにインストールされています" }, "lighthouse-core/audits/installable-manifest.js | cannot-download-icon": { "message": "マ二フェストから必要なアイコンをダウンロードできませんでした" }, "lighthouse-core/audits/installable-manifest.js | columnValue": { "message": "失敗の理由" }, "lighthouse-core/audits/installable-manifest.js | description": { "message": "Service Worker は、多くのプログレッシブ ウェブアプリ機能(オフライン、ホーム画面への追加、プッシュ通知など)をアプリで使用できるようにするための技術です。適切な Service Worker とマニフェストの実装により、ホーム画面にアプリを追加するようユーザーに促すメッセージをブラウザに自動的に表示でき、これによりエンゲージメントを高めることができます。[詳細](https://web.dev/installable-manifest/)" }, "lighthouse-core/audits/installable-manifest.js | displayValue": { "message": "{itemCount,plural, =1{理由: 1 件}other{理由: # 件}}" }, "lighthouse-core/audits/installable-manifest.js | failureTitle": { "message": "ウェブアプリ マニフェストまたは Service Worker がインストール可能となる要件を満たしていません" }, "lighthouse-core/audits/installable-manifest.js | ids-do-not-match": { "message": "Play ストア アプリの URL と Play ストアの ID が一致しません" }, "lighthouse-core/audits/installable-manifest.js | in-incognito": { "message": "ページがシークレット ウィンドウで読み込まれます" }, "lighthouse-core/audits/installable-manifest.js | manifest-display-not-supported": { "message": "マニフェストの「display」プロパティは、「standalone」、「fullscreen」、「minimal-ui」のいずれかに設定する必要があります" }, "lighthouse-core/audits/installable-manifest.js | manifest-display-override-not-supported": { "message": "マニフェストの「display_override」フィールドで、最初のサポート表示モードを「standalone」、「fullscreen」、「minimal-ui」のいずれかに設定する必要があります" }, "lighthouse-core/audits/installable-manifest.js | manifest-empty": { "message": "マニフェストを取得または解析できなかったか、マニフェストが空です" }, "lighthouse-core/audits/installable-manifest.js | manifest-location-changed": { "message": "マニフェストの取得中にマニフェストの URL が変更されました。" }, "lighthouse-core/audits/installable-manifest.js | manifest-missing-name-or-short-name": { "message": "マニフェストに「name」または「short_name」フィールドがありません" }, "lighthouse-core/audits/installable-manifest.js | manifest-missing-suitable-icon": { "message": "マニフェストに適切なアイコンが含まれていません。{value0} ピクセル以上の PNG、SVG、または WebP 形式のアイコンが必要です。また、そのアイコンには sizes 属性を設定し、purpose 属性が設定されている場合は「any」を含める必要があります。" }, "lighthouse-core/audits/installable-manifest.js | no-acceptable-icon": { "message": "purpose 属性を設定しないか、「any」に設定した状態で、PNG、SVG、または WebP 形式の {value0} ピクセル以上の正方形のアイコンが提供されていません" }, "lighthouse-core/audits/installable-manifest.js | no-icon-available": { "message": "ダウンロードしたアイコンが空か、破損しています" }, "lighthouse-core/audits/installable-manifest.js | no-id-specified": { "message": "Play ストアの ID が提供されていません" }, "lighthouse-core/audits/installable-manifest.js | no-manifest": { "message": "ページにマニフェストの <link> URL がありません" }, "lighthouse-core/audits/installable-manifest.js | no-matching-service-worker": { "message": "一致する Service Worker が検出されませんでした。ページを再読み込みするか、現在のページの Service Worker のスコープにマニフェストのスコープと開始 URL が含まれていることを確認する必要があります。" }, "lighthouse-core/audits/installable-manifest.js | no-url-for-service-worker": { "message": "マニフェストに「start_url」フィールドがないため Service Worker をチェックできませんでした" }, "lighthouse-core/audits/installable-manifest.js | noErrorId": { "message": "インストール可能エラー ID「{errorId}」は認識されません" }, "lighthouse-core/audits/installable-manifest.js | not-from-secure-origin": { "message": "ページが安全な提供元から配信されていません" }, "lighthouse-core/audits/installable-manifest.js | not-in-main-frame": { "message": "ページがメインフレームに読み込まれません" }, "lighthouse-core/audits/installable-manifest.js | not-offline-capable": { "message": "ページがオフラインに対応していません" }, "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": { "message": "指定されたアプリ プラットフォームは Android でサポートされていません" }, "lighthouse-core/audits/installable-manifest.js | prefer-related-applications": { "message": "マニフェストの prefer_related_applications が true に指定されています" }, "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": { "message": "Android の Chrome の Beta チャンネルと Stable チャンネルでサポートされるのは、prefer_related_applications のみです。" }, "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": { "message": "マニフェストの開始 URL が無効です" }, "lighthouse-core/audits/installable-manifest.js | title": { "message": "ウェブアプリ マニフェストと Service Worker はインストール可能となる要件を満たしています" }, "lighthouse-core/audits/installable-manifest.js | url-not-supported-for-webapk": { "message": "マニフェストの URL にユーザー名、パスワード、またはポートが含まれています" }, "lighthouse-core/audits/installable-manifest.js | warn-not-offline-capable": { "message": "ページがオフラインに対応していません。このページは、Chrome 93(2021 年 8 月の安定版リリース)以後はインストール可能と見なされません。" }, "lighthouse-core/audits/is-on-https.js | allowed": { "message": "許可" }, "lighthouse-core/audits/is-on-https.js | blocked": { "message": "ブロック" }, "lighthouse-core/audits/is-on-https.js | columnInsecureURL": { "message": "安全でない URL" }, "lighthouse-core/audits/is-on-https.js | columnResolution": { "message": "リクエストの解決方法" }, "lighthouse-core/audits/is-on-https.js | description": { "message": "すべてのサイトは、機密性の高い情報を扱っていない場合でも、HTTPS で保護する必要があります。たとえば、[混合コンテンツ](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content)(HTTPS で送信されたリクエストに対して一部のリソースを HTTP で読み込む)などは使用しないようにします。HTTPS は、侵入者があなたのアプリとユーザー間の通信を改ざんしたり、傍受したりするのを防ぎます。HTTPS は、HTTP/2 や多くの新しいウェブ プラットフォーム API を使用するための前提条件となります。[詳細](https://web.dev/is-on-https/)" }, "lighthouse-core/audits/is-on-https.js | displayValue": { "message": "{itemCount,plural, =1{安全でないリクエストが 1 件見つかりました}other{安全でないリクエストが # 件見つかりました}}" }, "lighthouse-core/audits/is-on