Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typo; /js/docs => /ja/docs #13426

Merged
merged 1 commit into from
May 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ slug: Web/CSS/Privacy_and_the_:visited_selector
- {{cssxref("outline-color")}}
- {{SVGAttr("fill")}} および {{SVGAttr("stroke")}} プロパティの色の部分

さらに、訪問済みリンクにセットできるプロパティであっても、未訪問リンクと訪問済みリンク間で不透明度を変えることはできません。これは、別の状況なら、[`rgba()`](</js/docs/Web/CSS/color_value#rgba()>) や [`hsla()`](</ja/docs/Web/CSS/color_value#hsla()>) のカラー値、もしくは [`transparent`](/ja/docs/Web/CSS/color_value#transparent) キーワードを使ってできた操作でした。
さらに、訪問済みリンクにセットできるプロパティであっても、未訪問リンクと訪問済みリンク間で不透明度を変えることはできません。これは、別の状況なら、[`rgba()`](</ja/docs/Web/CSS/color_value#rgba()>) や [`hsla()`](</ja/docs/Web/CSS/color_value#hsla()>) のカラー値、もしくは [`transparent`](/ja/docs/Web/CSS/color_value#transparent) キーワードを使ってできた操作でした。

制限内でスタイルづけをする方法を、次の例で示します。

Expand Down