diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-14 12:18:12 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-14 12:18:12 -0500 |
commit | 869dd2069c695ee7040cd3261713212155819f42 (patch) | |
tree | 320a95de75a89686a9df006b90d923aa7fa0d551 /files/ja/web/css/content-visibility/index.html | |
parent | a5fcfafb665e96cae5d04dfba927db8dcdfd7f14 (diff) | |
download | translated-content-869dd2069c695ee7040cd3261713212155819f42.tar.gz translated-content-869dd2069c695ee7040cd3261713212155819f42.tar.bz2 translated-content-869dd2069c695ee7040cd3261713212155819f42.zip |
final dump 2020-12-14
Diffstat (limited to 'files/ja/web/css/content-visibility/index.html')
-rw-r--r-- | files/ja/web/css/content-visibility/index.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/files/ja/web/css/content-visibility/index.html b/files/ja/web/css/content-visibility/index.html index d480c67fed..ac51db4435 100644 --- a/files/ja/web/css/content-visibility/index.html +++ b/files/ja/web/css/content-visibility/index.html @@ -5,12 +5,10 @@ translation_of: Web/CSS/content-visibility --- <p>{{CSSRef}}</p> -<p><span style="">content-visibility CSSプロパティは、要素がそのコンテンツをレンダリングするかどうかを制御するとともに、強力な包含セットを強制することで、ユーザーエージェントが必要になるまで大量のレイアウトとレンダリング作業を省略できるようにします。基本的に、ユーザーエージェントは、レイアウトやペイントなどの要素のレンダリング作業を必要になるまでスキップできるため、最初のページの読み込みがはるかに高速になります。</span></p> +<p><span>content-visibility CSSプロパティは、要素がそのコンテンツをレンダリングするかどうかを制御するとともに、強力な包含セットを強制することで、ユーザーエージェントが必要になるまで大量のレイアウトとレンダリング作業を省略できるようにします。基本的に、ユーザーエージェントは、レイアウトやペイントなどの要素のレンダリング作業を必要になるまでスキップできるため、最初のページの読み込みがはるかに高速になります。</span></p> <p><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="font-size: 37.33327865600586px;"><strong>文法</strong></span></font></p> - - <pre class="brush: css no-line-numbers notranslate">/* Keyword values */ content-visibility: visible; content-visibility: hidden; @@ -21,22 +19,16 @@ content-visibility: initial; content-visibility: unset; </pre> - - <h3 id="値">値</h3> <dl> <dt><code>visible</code></dt> <dd> <p dir="ltr" id="tw-target-text">無効。要素のコンテンツは通常どおりにレイアウトおよびレンダリングされます。</p> - - </dd> <dt><code>hidden</code></dt> <dd> <p dir="ltr" id="tw-target-text">要素はその内容をスキップします。スキップされたコンテンツは、ページ内検索、タブオーダーナビゲーションなどのユーザーエージェント機能にアクセスできたり、選択またはフォーカス可能であってはなりません。これは、<code>display: none</code>をコンテンツに与えるのと似ています。</p> - - </dd> <dt><code>auto</code></dt> <dd> |