-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
[zh-TW]: update CSS/background-attachment #25016
base: main
Are you sure you want to change the base?
Conversation
Preview URLs Flaws (4)URL:
|
background-attachment: unset; | ||
``` | ||
|
||
`background-attachment` 屬性的值,可以是下方清單中的其中之一。 | ||
`background-attachment` 屬性可設定為以下列舉值之一。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`background-attachment` 屬性可設定為以下列舉值之一。 | |
`background-attachment` 屬性可設定為以下列舉的關鍵字值之一。 |
|
||
### Simple example | ||
### 簡單範例 | ||
|
||
#### HTML | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
翻译一下 HTML
|
||
{{EmbedLiveSample("Simple_example")}} | ||
{{EmbedLiveSample("Simple_example", "簡單範例")}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
其他的 PR 也检查一下,有没有用错的情况
{{EmbedLiveSample("Simple_example", "簡單範例")}} | |
{{EmbedLiveSample("簡單範例")}} |
|
||
這個屬性支援多個背景圖片。你可以對每個背景設定不同的 `<attachment>`。每個背景圖片會依序對應在 `<attachment>` 設定的類型。 | ||
此屬性支援多個背景圖片。可以為每個背景指定不同的 `<attachment>`,以逗號分隔。每張圖片會與對應的 `<attachment>` 類型匹配,順序由先指定到後。 | ||
|
||
#### HTML | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
下面的 HTML 也请翻译一下
|
||
{{EmbedLiveSample("Multiple_background_images")}} | ||
{{EmbedLiveSample("Multiple_background_images", "多重背景圖片")}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{EmbedLiveSample("Multiple_background_images", "多重背景圖片")}} | |
{{EmbedLiveSample("多重背景圖片")}} |
Description
Motivation
Additional details
Related issues and pull requests