BETA

Transvision

Displaying 35 results for the string html in ja:

Entity ja en-US
Entity # all locales browser • browser • migrationWizard.ftl
migration-bookmarks-from-file-html-filter-title
ja
{ PLATFORM() -> [macos] HTML ドキュメント *[other] HTML ファイル }
en-US
{ PLATFORM() -> [macos] HTML Document *[other] HTML File }
Entity # all locales browser • browser • migrationWizard.ftl
migration-wizard-migrator-display-name-file-bookmarks
ja
ブックマーク (HTML ファイルから)
en-US
Bookmarks from HTML file
Entity # all locales browser • browser • places.ftl
places-export-bookmarks-to-html.label
ja
HTML としてエクスポート...
en-US
Export Bookmarks to HTML
Entity # all locales browser • browser • places.ftl
places-import-bookmarks-from-html.label
ja
HTML からインポート...
en-US
Import Bookmarks from HTML
Entity # all locales devtools • client • inspector.properties
eyedropper.disabled.title
ja
非 HTML ドキュメントでは利用できません
en-US
Unavailable in non-HTML documents
Entity # all locales devtools • client • inspector.properties
inspectorHTMLEdit.label
ja
HTML として編集
en-US
Edit As HTML
Entity # all locales devtools • client • inspector.properties
inspectorSearchHTML.label3
ja
HTML を検索
en-US
Search HTML
Entity # all locales devtools • client • netmonitor.properties
netmonitor.response.html
ja
HTML
en-US
HTML
Entity # all locales devtools • client • netmonitor.properties
netmonitor.toolbar.filter.html
ja
HTML
en-US
HTML
Entity # all locales dom • chrome • accessibility • mac • accessible.properties
htmlContent
ja
HTML コンテント
en-US
HTML Content
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedNotHTMLSVGOrMathML
ja
要求元の要素が <svg> または <math>、HTML 要素のいずれかでないため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because requesting element is not <svg>, <math>, or an HTML element.
Entity # all locales dom • chrome • dom • dom.properties
HTMLSyncXHRWarning
ja
同期モードにおける XMLHttpRequest 中の HTML パースはサポートされません。
en-US
HTML parsing in XMLHttpRequest is not supported in the synchronous mode.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoKeyHeader
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Crypto-Key’ ヘッダーはアプリサーバーの公開鍵を含む ‘dh’ パラメーターを含まなければなりません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Crypto-Key‘ header must include a ‘dh‘ parameter containing the app server’s public key. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncodingHeader
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Content-Encoding’ ヘッダーは ‘aesgcm’ でなければなりません。‘aesgcm128’ も指定できますが推奨されず、間もなく削除されます。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionHeader
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Encryption’ ヘッダーは各メッセージに一意の ‘salt’ パラメーターを含まなければなりません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption’ header must include a unique ‘salt‘ parameter for each message. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionKeyHeader
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Encryption-Key’ ヘッダーは ‘dh’ パラメーターを含まなければなりません。このヘッダーは推奨されず、間もなく削除されます。代わりに ‘Content-Encoding: aesgcm’ を指定した ‘Crypto-Key’ を使用してください。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption-Key’ header must include a ‘dh‘ parameter. This header is deprecated and will soon be removed. Please use ‘Crypto-Key‘ with ‘Content-Encoding: aesgcm‘ instead. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadPaddingError
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。暗号化されたメッセージ内のレコードが正しくパディングされていません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. A record in the encrypted message was not padded correctly. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadRecordSize
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Encryption’ ヘッダーの ‘rs’ パラメーターは %2$S から 2^36-31 までの値、または全体が省略されなければなりません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘rs‘ parameter of the ‘Encryption‘ header must be between %2$S and 2^36-31, or omitted entirely. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSalt
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Encryption’ ヘッダー内の ‘salt’ パラメーターは base64url でエンコード (https://tools.ietf.org/html/rfc7515#appendix-C) されなければならず、エンコーディングの前に 16 バイト以上の長さが必要です。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘salt‘ parameter in the ‘Encryption‘ header must be base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), and be at least 16 bytes before encoding. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSenderKey
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Crypto-Key’ ヘッダー内の ‘dh’ パラメーターはアプリサーバーの Diffie-Hellman 公開鍵であり、base64url でエンコード (https://tools.ietf.org/html/rfc7515#appendix-C) され、“uncompressed” または “raw” 形式 (エンコーディングの前に 65 バイトの長さ) でなければなりません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘dh‘ parameter in the ‘Crypto-Key‘ header must be the app server’s Diffie-Hellman public key, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C) and in “uncompressed” or “raw” form (65 bytes before encoding). See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUnsupported
ja
HTML ドキュメントの meta タグにサポートされていない文字エンコーディングが指定されています。文字エンコーディング宣言は無視されました。
en-US
An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncXmlDecl
ja
HTML ドキュメントの文字エンコーディングが XML 宣言構文で宣言されていました。基準に従わないこの宣言は head 部分の冒頭で meta タグを使用して宣言するとより効果的です。
en-US
The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient.
Entity # all locales dom • chrome • layout • htmlparser.properties
errAlmostStandardsDoctype
ja
Almost standards mode doctype. Expected "<!DOCTYPE html>".
en-US
Almost standards mode doctype. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errAlmostStandardsDoctypeVerbose
ja
This page is in Almost Standards Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
en-US
This page is in Almost Standards Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagSeenWithoutDoctype
ja
End tag seen without seeing a doctype first. Expected "<!DOCTYPE html>".
en-US
End tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errHtmlStartTagInForeignContext
ja
HTML start tag "%1$S" in a foreign namespace context.
en-US
HTML start tag “%1$S” in a foreign namespace context.
Entity # all locales dom • chrome • layout • htmlparser.properties
errProcessingInstruction
ja
"<?" が見つかりました。XML 処理命令を HTML で使用しようとしている可能性があります。HTML では XML 処理命令はサポートされません。
en-US
Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.)
Entity # all locales dom • chrome • layout • htmlparser.properties
errQuirkyDoctype
ja
Quirky doctype. Expected "<!DOCTYPE html>".
en-US
Quirky doctype. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errQuirkyDoctypeVerbose
ja
This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
en-US
This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errSelfClosing
ja
Self-closing syntax ("/>") used on a non-void HTML element. Ignoring the slash and treating as a start tag.
en-US
Self-closing syntax (“/>”) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagWithoutDoctype
ja
Start tag seen without seeing a doctype first. Expected "<!DOCTYPE html>".
en-US
Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • layout_errors.properties
PrincipalWritingModePropagationWarning
ja
<html> 要素のレンダリング時に、<html> 要素上で使用されている CSS プロパティ “writing-mode”, “direction”, “text-orientation” は <body> 要素の計算された値から取られ、<html> 要素自身の値からは使用されません。これらのプロパティを :root CSS 疑似クラスで設定することを考慮してください。詳しい情報は、https://www.w3.org/TR/css-writing-modes-3/#principal-flow の “The Principal Writing Mode” を参照してください。
en-US
When rendering the <html> element, the used values of CSS properties “writing-mode”, “direction”, and “text-orientation” on the <html> element are taken from the computed values of the <body> element, not from the <html> element’s own values. Consider setting these properties on the :root CSS pseudo-class. For more information see “The Principal Writing Mode” in https://www.w3.org/TR/css-writing-modes-3/#principal-flow
Entity # all locales dom • chrome • layout • layout_errors.properties
ScrollLinkedEffectFound3
ja
このサイトはスクロールに対して配置を固定する効果が使用されています。これは非同期パンで正しく動作しない可能性があります。詳細は https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html を参照し、関連するツールと機能の議論に参加してください。
en-US
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html for further details and to join the discussion on related tools and features!
Entity # all locales toolkit • chrome • global • contentAreaCommands.properties
WebPageHTMLOnlyFilter
ja
ウェブページ、HTML のみ
en-US
Web Page, HTML only
Entity # all locales toolkit • chrome • global • filepicker.properties
htmlTitle
ja
HTML ファイル
en-US
HTML Files

Displaying 39 results for the string html in en-US:

Entity ja en-US
Entity # all locales browser • browser • migrationWizard.ftl
migration-bookmarks-from-file-html-filter-title
ja
{ PLATFORM() -> [macos] HTML ドキュメント *[other] HTML ファイル }
en-US
{ PLATFORM() -> [macos] HTML Document *[other] HTML File }
Entity # all locales browser • browser • migrationWizard.ftl
migration-wizard-migrator-display-name-file-bookmarks
ja
ブックマーク (HTML ファイルから)
en-US
Bookmarks from HTML file
Entity # all locales browser • browser • places.ftl
places-export-bookmarks-to-html.label
ja
HTML としてエクスポート...
en-US
Export Bookmarks to HTML
Entity # all locales browser • browser • places.ftl
places-import-bookmarks-from-html.label
ja
HTML からインポート...
en-US
Import Bookmarks from HTML
Entity # all locales devtools • client • inspector.properties
eyedropper.disabled.title
ja
非 HTML ドキュメントでは利用できません
en-US
Unavailable in non-HTML documents
Entity # all locales devtools • client • inspector.properties
inspectorCopyInnerHTML.label
ja
innerHTML
en-US
Inner HTML
Entity # all locales devtools • client • inspector.properties
inspectorCopyOuterHTML.label
ja
outerHTML
en-US
Outer HTML
Entity # all locales devtools • client • inspector.properties
inspectorHTMLEdit.label
ja
HTML として編集
en-US
Edit As HTML
Entity # all locales devtools • client • inspector.properties
inspectorPasteInnerHTML.label
ja
innerHTML
en-US
Inner HTML
Entity # all locales devtools • client • inspector.properties
inspectorPasteOuterHTML.label
ja
outerHTML
en-US
Outer HTML
Entity # all locales devtools • client • inspector.properties
inspectorSearchHTML.label3
ja
HTML を検索
en-US
Search HTML
Entity # all locales devtools • client • netmonitor.properties
netmonitor.response.html
ja
HTML
en-US
HTML
Entity # all locales devtools • client • netmonitor.properties
netmonitor.toolbar.filter.html
ja
HTML
en-US
HTML
Entity # all locales dom • chrome • accessibility • mac • accessible.properties
htmlContent
ja
HTML コンテント
en-US
HTML Content
Entity # all locales dom • chrome • dom • dom.properties
FullscreenDeniedNotHTMLSVGOrMathML
ja
要求元の要素が <svg> または <math>、HTML 要素のいずれかでないため、全画面表示の要求が拒否されました。
en-US
Request for fullscreen was denied because requesting element is not <svg>, <math>, or an HTML element.
Entity # all locales dom • chrome • dom • dom.properties
HTMLSyncXHRWarning
ja
同期モードにおける XMLHttpRequest 中の HTML パースはサポートされません。
en-US
HTML parsing in XMLHttpRequest is not supported in the synchronous mode.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoKeyHeader
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Crypto-Key’ ヘッダーはアプリサーバーの公開鍵を含む ‘dh’ パラメーターを含まなければなりません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Crypto-Key‘ header must include a ‘dh‘ parameter containing the app server’s public key. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncodingHeader
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Content-Encoding’ ヘッダーは ‘aesgcm’ でなければなりません。‘aesgcm128’ も指定できますが推奨されず、間もなく削除されます。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionHeader
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Encryption’ ヘッダーは各メッセージに一意の ‘salt’ パラメーターを含まなければなりません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption’ header must include a unique ‘salt‘ parameter for each message. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionKeyHeader
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Encryption-Key’ ヘッダーは ‘dh’ パラメーターを含まなければなりません。このヘッダーは推奨されず、間もなく削除されます。代わりに ‘Content-Encoding: aesgcm’ を指定した ‘Crypto-Key’ を使用してください。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption-Key’ header must include a ‘dh‘ parameter. This header is deprecated and will soon be removed. Please use ‘Crypto-Key‘ with ‘Content-Encoding: aesgcm‘ instead. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadPaddingError
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。暗号化されたメッセージ内のレコードが正しくパディングされていません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. A record in the encrypted message was not padded correctly. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadRecordSize
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Encryption’ ヘッダーの ‘rs’ パラメーターは %2$S から 2^36-31 までの値、または全体が省略されなければなりません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘rs‘ parameter of the ‘Encryption‘ header must be between %2$S and 2^36-31, or omitted entirely. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSalt
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Encryption’ ヘッダー内の ‘salt’ パラメーターは base64url でエンコード (https://tools.ietf.org/html/rfc7515#appendix-C) されなければならず、エンコーディングの前に 16 バイト以上の長さが必要です。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘salt‘ parameter in the ‘Encryption‘ header must be base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), and be at least 16 bytes before encoding. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSenderKey
ja
スコープ ‘%1$S’ の ServiceWorker がプッシュメッセージの復号に失敗しました。‘Crypto-Key’ ヘッダー内の ‘dh’ パラメーターはアプリサーバーの Diffie-Hellman 公開鍵であり、base64url でエンコード (https://tools.ietf.org/html/rfc7515#appendix-C) され、“uncompressed” または “raw” 形式 (エンコーディングの前に 65 バイトの長さ) でなければなりません。詳しい情報は https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 を参照してください。
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘dh‘ parameter in the ‘Crypto-Key‘ header must be the app server’s Diffie-Hellman public key, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C) and in “uncompressed” or “raw” form (65 bytes before encoding). See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaUnsupported
ja
HTML ドキュメントの meta タグにサポートされていない文字エンコーディングが指定されています。文字エンコーディング宣言は無視されました。
en-US
An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncXmlDecl
ja
HTML ドキュメントの文字エンコーディングが XML 宣言構文で宣言されていました。基準に従わないこの宣言は head 部分の冒頭で meta タグを使用して宣言するとより効果的です。
en-US
The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient.
Entity # all locales dom • chrome • layout • htmlparser.properties
errAlmostStandardsDoctype
ja
Almost standards mode doctype. Expected "<!DOCTYPE html>".
en-US
Almost standards mode doctype. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errAlmostStandardsDoctypeVerbose
ja
This page is in Almost Standards Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
en-US
This page is in Almost Standards Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndTagSeenWithoutDoctype
ja
End tag seen without seeing a doctype first. Expected "<!DOCTYPE html>".
en-US
End tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errHtmlStartTagInForeignContext
ja
HTML start tag "%1$S" in a foreign namespace context.
en-US
HTML start tag “%1$S” in a foreign namespace context.
Entity # all locales dom • chrome • layout • htmlparser.properties
errProcessingInstruction
ja
"<?" が見つかりました。XML 処理命令を HTML で使用しようとしている可能性があります。HTML では XML 処理命令はサポートされません。
en-US
Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.)
Entity # all locales dom • chrome • layout • htmlparser.properties
errQuirkyDoctype
ja
Quirky doctype. Expected "<!DOCTYPE html>".
en-US
Quirky doctype. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errQuirkyDoctypeVerbose
ja
This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
en-US
This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errSelfClosing
ja
Self-closing syntax ("/>") used on a non-void HTML element. Ignoring the slash and treating as a start tag.
en-US
Self-closing syntax (“/>”) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errStartTagWithoutDoctype
ja
Start tag seen without seeing a doctype first. Expected "<!DOCTYPE html>".
en-US
Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
Entity # all locales dom • chrome • layout • layout_errors.properties
PrincipalWritingModePropagationWarning
ja
<html> 要素のレンダリング時に、<html> 要素上で使用されている CSS プロパティ “writing-mode”, “direction”, “text-orientation” は <body> 要素の計算された値から取られ、<html> 要素自身の値からは使用されません。これらのプロパティを :root CSS 疑似クラスで設定することを考慮してください。詳しい情報は、https://www.w3.org/TR/css-writing-modes-3/#principal-flow の “The Principal Writing Mode” を参照してください。
en-US
When rendering the <html> element, the used values of CSS properties “writing-mode”, “direction”, and “text-orientation” on the <html> element are taken from the computed values of the <body> element, not from the <html> element’s own values. Consider setting these properties on the :root CSS pseudo-class. For more information see “The Principal Writing Mode” in https://www.w3.org/TR/css-writing-modes-3/#principal-flow
Entity # all locales dom • chrome • layout • layout_errors.properties
ScrollLinkedEffectFound3
ja
このサイトはスクロールに対して配置を固定する効果が使用されています。これは非同期パンで正しく動作しない可能性があります。詳細は https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html を参照し、関連するツールと機能の議論に参加してください。
en-US
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html for further details and to join the discussion on related tools and features!
Entity # all locales toolkit • chrome • global • contentAreaCommands.properties
WebPageHTMLOnlyFilter
ja
ウェブページ、HTML のみ
en-US
Web Page, HTML only
Entity # all locales toolkit • chrome • global • filepicker.properties
htmlTitle
ja
HTML ファイル
en-US
HTML Files
Please enable JavaScript. Some features won't be available without it.