diff options
author | Haruki Tosa <44115752+harukitosa@users.noreply.github.com> | 2021-03-27 01:36:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 01:36:09 +0900 |
commit | 14e69e8b88430e5e317df549154041138d1eb3d7 (patch) | |
tree | a2adb28e9197269059aaa88bd8b09f22d985c320 /files | |
parent | c6b7711b11b638c9e7d8f8f9669cf6056847c555 (diff) | |
download | translated-content-14e69e8b88430e5e317df549154041138d1eb3d7.tar.gz translated-content-14e69e8b88430e5e317df549154041138d1eb3d7.tar.bz2 translated-content-14e69e8b88430e5e317df549154041138d1eb3d7.zip |
fix files/ja/web/css/resolved_value/index.html (#278)
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/css/resolved_value/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/css/resolved_value/index.html b/files/ja/web/css/resolved_value/index.html index 3442a82d93..d5c1f4f546 100644 --- a/files/ja/web/css/resolved_value/index.html +++ b/files/ja/web/css/resolved_value/index.html @@ -1,5 +1,5 @@ --- -title: 解析値 +title: 解決値 slug: Web/CSS/resolved_value tags: - CSS @@ -8,9 +8,9 @@ translation_of: Web/CSS/resolved_value --- <div>{{cssref}}</div> -<p><a href="/ja/docs/Web/CSS">CSS</a> プロパティの<strong>解析値</strong> は、{{domxref("Window.getComputedStyle", "getComputedStyle()")}}によって返される値です。</p> +<p><a href="/ja/docs/Web/CSS">CSS</a> プロパティの<strong>解決値</strong> は、{{domxref("Window.getComputedStyle", "getComputedStyle()")}}によって返される値です。</p> -<p>ほとんどのプロパティでは<a href="/ja/docs/Web/CSS/computed_value">計算値</a>がそのまま解析値となりますが、古いプロパティ({{cssxref("width")}} と {{cssxref("height")}} を含む)では、代わりに<a href="/ja/docs/Web/CSS/used_value">使用値</a>が解析値となります。プロパティごとの詳細については、以下の仕様のリンクを参照してください。</p> +<p>ほとんどのプロパティでは<a href="/ja/docs/Web/CSS/computed_value">計算値</a>がそのまま解決値となりますが、古いプロパティ({{cssxref("width")}} と {{cssxref("height")}} を含む)では、代わりに<a href="/ja/docs/Web/CSS/used_value">使用値</a>が解決値となります。プロパティごとの詳細については、以下の仕様のリンクを参照してください。</p> <h2 id="Specifications" name="Specifications">仕様</h2> |