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

[zh-cn] update css <length> value #24510

Merged
merged 15 commits into from
Nov 18, 2024
Merged

[zh-cn] update css <length> value #24510

merged 15 commits into from
Nov 18, 2024

Conversation

jasonren0403
Copy link
Contributor

@jasonren0403 jasonren0403 commented Nov 15, 2024

Description

update content of css <length> value

Motivation

Additional details

Related issues and pull requests

fixes #24454, fixes #24289
parts of #12632

@jasonren0403 jasonren0403 requested a review from a team as a code owner November 15, 2024 06:42
@jasonren0403 jasonren0403 requested review from t7yang and removed request for a team November 15, 2024 06:42
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Nov 15, 2024
Copy link
Contributor

github-actions bot commented Nov 15, 2024

Preview URLs

Flaws (24)

URL: /zh-CN/docs/Web/CSS/CSS_Values_and_Units
Title: CSS 值和单位
Flaw count: 7

  • macros:
    • /zh-CN/docs/Web/CSS/url redirects to /zh-CN/docs/Web/CSS/url_value
    • /zh-CN/docs/Web/CSS/revert does not exist but fell back to /en-US/docs/Web/CSS/revert
    • /zh-CN/docs/Web/CSS/url redirects to /zh-CN/docs/Web/CSS/url_value
    • /zh-CN/docs/Web/CSS/url redirects to /zh-CN/docs/Web/CSS/url_value
    • /zh-CN/docs/Web/CSS/frequency-percentage does not exist but fell back to /en-US/docs/Web/CSS/frequency-percentage
    • and 1 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Learn/CSS/Introduction_to_CSS/Values_and_units

URL: /zh-CN/docs/Web/CSS/length
Title: <length>
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /zh-CN/docs/Learn/CSS/Building_blocks/Values_and_units
Title: CSS 值和单位
Flaw count: 16

  • macros:
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_events_state does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_events_state
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_filtering_conditional_rendering does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_filtering_conditional_rendering
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_accessibility does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_accessibility
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_resources does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_resources
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_getting_started does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_getting_started
    • and 10 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 32 possible)

(comment last updated: 2024-11-18 08:27:36)

jasonren0403 and others added 2 commits November 15, 2024 14:50
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
jasonren0403 and others added 4 commits November 16, 2024 11:25
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>
Co-authored-by: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>
jasonren0403 and others added 2 commits November 16, 2024 11:36
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
files/zh-cn/web/css/length/index.md Outdated Show resolved Hide resolved
Co-authored-by: A1lo <yin199909@aliyun.com>
#### 绝对长度单位
- : 以百分比表示 `vw` 和 `vh` 的最大值。


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change

jasonren0403 and others added 5 commits November 18, 2024 16:13
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Member

@yin1999 yin1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@yin1999 yin1999 merged commit 447e304 into main Nov 18, 2024
8 checks passed
@yin1999 yin1999 deleted the css-length-zhcn branch November 18, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-zh Issues related to Chinese content.
Projects
Development

Successfully merging this pull request may close these issues.

[zh-cn]对vmin和vmax的解释中,vh和vw标反 CSS 的值与单位一文中关于em的描述有误
3 participants