Skip to content

Commit

Permalink
[zh-cn] update global attribute 'style' (#24915)
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
jasonren0403 and yin1999 authored Dec 3, 2024
1 parent c8420ef commit 632ded7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions files/zh-cn/web/html/global_attributes/style/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
---
title: style
slug: Web/HTML/Global_attributes/style
l10n:
sourceCommit: 476fb44932d56c0f50628a620348cd77f411b5ab
---

{{HTMLSidebar("Global_attributes")}}

**style** [全局属性](/zh-CN/docs/Web/HTML/Global_attributes) 包含应用到元素的 [CSS](/zh-CN/docs/Web/CSS) 样式声明。要注意样式最好定义在单独的文件中。这个属性以及 {{HTMLElement("style")}} 元素的主要目的是快速装饰。例如用于测试目的。
**`style`** [全局属性](/zh-CN/docs/Web/HTML/Global_attributes)包含应用到元素的 [CSS](/zh-CN/docs/Web/CSS) 样式声明。要注意样式最好定义在单独的文件中。这个属性以及 {{HTMLElement("style")}} 元素的主要目的是快速装饰,例如用于测试目的。

{{EmbedInteractiveExample("pages/tabbed/attribute-style.html","tabbed-shorter")}}

> [!NOTE]
> 这个属性不能用于传递语义信息。即使所有样式都移除了,页面也应该保留正确语义。通常它不应用于隐藏不相关的信息;这应该使用 [**hidden**](#attr-hidden) 属性来实现。
> 这个属性不能用于传递语义信息。即使所有样式都移除了,页面也应该保留正确语义。通常它不应用于隐藏不相关的信息;这应该使用 [`hidden`](/zh-CN/docs/Web/HTML/Global_attributes/hidden) 属性来实现。
## 规范

Expand All @@ -20,4 +24,5 @@ slug: Web/HTML/Global_attributes/style

## 参见

- 所有[全局属性](/zh-CN/docs/Web/HTML/Global_attributes)
- [全局属性](/zh-CN/docs/Web/HTML/Global_attributes)
- {{domxref("HTMLElement.style")}}

0 comments on commit 632ded7

Please sign in to comment.