From 86bfc6444602934695b25cee06320c49946e513c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 12:14:40 -0400 Subject: remove link 'title' attributes that's just the 'href' (ja, part 3) (#1840) --- files/ja/web/css/@charset/index.html | 2 +- files/ja/web/css/background-size/index.html | 2 +- files/ja/web/css/css_transforms/using_css_transforms/index.html | 2 +- files/ja/web/css/font-feature-settings/index.html | 4 ++-- files/ja/web/css/frequency/index.html | 4 ++-- files/ja/web/css/privacy_and_the__colon_visited_selector/index.html | 4 ++-- files/ja/web/css/webkit_extensions/index.html | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'files/ja/web/css') diff --git a/files/ja/web/css/@charset/index.html b/files/ja/web/css/@charset/index.html index f74627226f..570f4bc9c0 100644 --- a/files/ja/web/css/@charset/index.html +++ b/files/ja/web/css/@charset/index.html @@ -20,7 +20,7 @@ translation_of: Web/CSS/@charset

スタイルシートの文字エンコーディングを定義する方法は複数あるので、ブラウザは次の手順を順番に試します (そして 1 つでも結果が得られると止めます):

    -
  1. ファイル先頭にある Unicode byte-order 文字 (BOM) の値
  2. +
  3. ファイル先頭にある Unicode byte-order 文字 (BOM) の値
  4. Content-Type: HTTP ヘッダーの charset 属性、またはスタイルシートを送るのに使われたプロトコル内の同等のものから、得られた値
  5. CSS の @charset at-規則
  6. 文書参照で定義されている文字エンコーディングを使用。{{HTMLElement("link")}} 要素の charset 属性です。この方式は HTML5 で廃止されており、使うべきではありません。
  7. diff --git a/files/ja/web/css/background-size/index.html b/files/ja/web/css/background-size/index.html index 5299836372..8da8d69d5f 100644 --- a/files/ja/web/css/background-size/index.html +++ b/files/ja/web/css/background-size/index.html @@ -138,7 +138,7 @@ background-size: unset;

    メモ

    -

    背景としてグラデーションを定義し、background-size をそれにあわせて定義した場合には、単独の auto を使うサイズを指定しないか、width 値だけを使って定義するのがよいでしょう (例えば background-size: 50%)。こういった場合のグラデーションの描画方法は Firefox 8 で変更され、現在のところ CSS3 の background-size 仕様CSS3 の Image Values gradient 仕様 に完全準拠した描画方式をすべて実装していない他ブラウザと、たいていは一致しません。

    +

    背景としてグラデーションを定義し、background-size をそれにあわせて定義した場合には、単独の auto を使うサイズを指定しないか、width 値だけを使って定義するのがよいでしょう (例えば background-size: 50%)。こういった場合のグラデーションの描画方法は Firefox 8 で変更され、現在のところ CSS3 の background-size 仕様CSS3 の Image Values gradient 仕様 に完全準拠した描画方式をすべて実装していない他ブラウザと、たいていは一致しません。

    .gradient-example {
       width: 50px;
    diff --git a/files/ja/web/css/css_transforms/using_css_transforms/index.html b/files/ja/web/css/css_transforms/using_css_transforms/index.html
    index da27f0240b..605a005836 100644
    --- a/files/ja/web/css/css_transforms/using_css_transforms/index.html
    +++ b/files/ja/web/css/css_transforms/using_css_transforms/index.html
    @@ -84,6 +84,6 @@ translation_of: Web/CSS/CSS_Transforms/Using_CSS_transforms
     
     
    diff --git a/files/ja/web/css/font-feature-settings/index.html b/files/ja/web/css/font-feature-settings/index.html
    index c143da4423..58982e86dd 100644
    --- a/files/ja/web/css/font-feature-settings/index.html
    +++ b/files/ja/web/css/font-feature-settings/index.html
    @@ -112,6 +112,6 @@ td.tabular { font-feature-settings: "tnum"; }
     

    関連情報

    diff --git a/files/ja/web/css/frequency/index.html b/files/ja/web/css/frequency/index.html index 47db06f8e0..a286230b03 100644 --- a/files/ja/web/css/frequency/index.html +++ b/files/ja/web/css/frequency/index.html @@ -27,7 +27,7 @@ translation_of: Web/CSS/frequency
    -

    メモ: 0 の数値は単位に関わらず常に同じですが、単位は省略できません。言い換えれば、 0 は無効で 0Hz0kHz を表すものではありません。単位の大文字と小文字は区別されませんが、国際単位系の表記に従って、 HzkHz の H を大文字にするのが良い習慣です。

    +

    メモ: 0 の数値は単位に関わらず常に同じですが、単位は省略できません。言い換えれば、 0 は無効で 0Hz0kHz を表すものではありません。単位の大文字と小文字は区別されませんが、国際単位系の表記に従って、 HzkHz の H を大文字にするのが良い習慣です。

    @@ -66,7 +66,7 @@ translation_of: Web/CSS/frequency
    -

    メモ: このデータ型は初め、 CSS Level 2 の現在は廃止された aural メディアタイプで、音声の高さを定義するために導入されました。現時点ではこのデータ型を使う CSS プロパティはありませんが、 CSS 3 で <frequency> データ型が再導入されました。

    +

    メモ: このデータ型は初め、 CSS Level 2 の現在は廃止された aural メディアタイプで、音声の高さを定義するために導入されました。現時点ではこのデータ型を使う CSS プロパティはありませんが、 CSS 3 で <frequency> データ型が再導入されました。

    ブラウザーの対応

    diff --git a/files/ja/web/css/privacy_and_the__colon_visited_selector/index.html b/files/ja/web/css/privacy_and_the__colon_visited_selector/index.html index 8f29cc6752..87f6d862da 100644 --- a/files/ja/web/css/privacy_and_the__colon_visited_selector/index.html +++ b/files/ja/web/css/privacy_and_the__colon_visited_selector/index.html @@ -69,7 +69,7 @@ translation_of: 'Web/CSS/Privacy_and_the_:visited_selector'

    関連情報

    diff --git a/files/ja/web/css/webkit_extensions/index.html b/files/ja/web/css/webkit_extensions/index.html index 2b5e5a202f..efcb61d7ac 100644 --- a/files/ja/web/css/webkit_extensions/index.html +++ b/files/ja/web/css/webkit_extensions/index.html @@ -608,7 +608,7 @@ translation_of: Web/CSS/WebKit_Extensions

    関連情報

    -- cgit v1.2.3-54-g00ecf