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: correct the description in CSS float property #24780

Merged
merged 2 commits into from
Nov 29, 2024
Merged

Conversation

Tmaof
Copy link
Contributor

@Tmaof Tmaof commented Nov 26, 2024

Description

浮动元素碰到包含块的内容区域边界就会停下,而不是到达边框区才停下。
Floating elements stop when they hit the boundary of the content area containing the block, rather than when they reach the border area.

Motivation

这样描述可以更加准确的表明浮动的行为。
This description gives a more accurate indication of the behavior of the float.

Additional details

https://developer.mozilla.org/zh-CN/docs/Web/CSS/float

浮动元素碰到包含块的内容区域边界就会停下,而不是到达边框区才停下。Floating elements stop when they hit the boundary of the content area containing the block, rather than when they reach the border area.
@Tmaof Tmaof requested a review from a team as a code owner November 26, 2024 13:02
@Tmaof Tmaof requested review from jasonren0403 and removed request for a team November 26, 2024 13:02
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Nov 26, 2024
Copy link
Contributor

github-actions bot commented Nov 26, 2024

Preview URLs

Flaws (1)

URL: /zh-CN/docs/Web/CSS/float
Title: float
Flaw count: 1

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

(comment last updated: 2024-11-29 01:18:11)

@yin1999 yin1999 changed the title Update css-float-index.md zh-cn: correct the description in CSS float property Nov 29, 2024
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.

感谢

@yin1999 yin1999 merged commit e1c0b41 into mdn:main Nov 29, 2024
7 checks passed
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.

2 participants