From cda648946a13a696f678221df175a62f9b394797 Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 15 Jul 2022 08:57:12 +0800 Subject: [PATCH] replace standard-table with macros --- files/zh-cn/web/css/align-items/index.html | 32 +-------- files/zh-cn/web/css/align-self/index.html | 27 +------- files/zh-cn/web/css/all/index.html | 22 +----- .../css/alternative_style_sheets/index.html | 49 ++------------ .../zh-cn/web/css/angle-percentage/index.html | 22 +----- files/zh-cn/web/css/angle/index.html | 17 +---- .../zh-cn/web/css/animation-delay/index.html | 17 +---- .../web/css/animation-direction/index.html | 17 +---- .../web/css/animation-duration/index.html | 21 +----- .../web/css/animation-fill-mode/index.html | 21 +----- .../css/animation-iteration-count/index.html | 39 ++++------- files/zh-cn/web/css/animation-name/index.html | 29 ++------ .../web/css/animation-play-state/index.html | 17 +---- .../css/animation-timing-function/index.html | 17 +---- files/zh-cn/web/css/animation/index.html | 17 +---- files/zh-cn/web/css/appearance/index.html | 18 +++-- files/zh-cn/web/css/aspect-ratio/index.html | 17 +---- files/zh-cn/web/css/at-rule/index.html | 17 +---- files/zh-cn/web/css/attr/index.html | 67 +------------------ .../web/css/attribute_selectors/index.html | 27 +------- .../web/css/backface-visibility/index.html | 17 +---- .../web/css/background-attachment/index.html | 27 +------- .../web/css/background-blend-mode/index.html | 17 +---- .../zh-cn/web/css/background-clip/index.html | 22 +----- .../zh-cn/web/css/background-color/index.html | 27 +------- .../zh-cn/web/css/background-image/index.html | 27 +------- .../web/css/background-origin/index.html | 17 +---- .../web/css/background-position-x/index.html | 29 ++------ .../web/css/background-position-y/index.html | 17 +---- .../web/css/background-repeat/index.html | 27 +------- .../zh-cn/web/css/background-size/index.html | 17 +---- files/zh-cn/web/css/background/index.html | 27 +------- files/zh-cn/web/css/basic-shape/index.html | 29 ++------ files/zh-cn/web/css/blend-mode/index.html | 17 +---- files/zh-cn/web/css/block-size/index.html | 25 +------ .../zh-cn/web/css/border-block-end/index.html | 33 +-------- files/zh-cn/web/css/border-block/index.html | 17 +---- .../web/css/border-bottom-color/index.html | 22 +----- .../css/border-bottom-left-radius/index.html | 19 +----- .../css/border-bottom-right-radius/index.html | 19 +----- .../web/css/border-bottom-style/index.html | 22 +----- .../web/css/border-bottom-width/index.html | 31 +-------- files/zh-cn/web/css/border-bottom/index.html | 31 +-------- .../zh-cn/web/css/border-collapse/index.html | 17 +---- .../web/css/border-image-outset/index.html | 67 +------------------ .../web/css/border-image-repeat/index.html | 17 +---- .../web/css/border-image-source/index.html | 17 +---- .../web/css/border-image-width/index.html | 21 +----- files/zh-cn/web/css/border-image/index.html | 17 +---- .../web/css/border-inline-color/index.html | 17 +---- .../web/css/border-left-color/index.html | 22 +----- .../web/css/border-left-width/index.html | 31 +-------- files/zh-cn/web/css/border-left/index.html | 27 +------- files/zh-cn/web/css/border-radius/index.html | 23 +------ .../web/css/border-right-color/index.html | 22 +----- .../web/css/border-right-style/index.html | 22 +----- .../web/css/border-right-width/index.html | 35 ++-------- files/zh-cn/web/css/border-right/index.html | 27 +------- files/zh-cn/web/css/border-spacing/index.html | 17 +---- files/zh-cn/web/css/border-style/index.html | 27 +------- .../zh-cn/web/css/border-top-color/index.html | 22 +----- .../web/css/border-top-left-radius/index.html | 21 +----- .../zh-cn/web/css/border-top-style/index.html | 26 +------ .../zh-cn/web/css/border-top-width/index.html | 31 +-------- files/zh-cn/web/css/border-top/index.html | 43 ++---------- files/zh-cn/web/css/border-width/index.html | 31 +-------- files/zh-cn/web/css/border/index.html | 31 +-------- .../web/css/box-decoration-break/index.html | 17 +---- files/zh-cn/web/css/box-shadow/index.html | 19 +----- 69 files changed, 142 insertions(+), 1571 deletions(-) diff --git a/files/zh-cn/web/css/align-items/index.html b/files/zh-cn/web/css/align-items/index.html index b20c7e21a798fb..d575c82e7d4eac 100644 --- a/files/zh-cn/web/css/align-items/index.html +++ b/files/zh-cn/web/css/align-items/index.html @@ -243,41 +243,13 @@

Result

规范

- - - - - - - - - - - - - - - - - - - - -
规范状态说明
{{SpecName("CSS3 Box Alignment", "#propdef-align-items", "align-items")}}{{Spec2("CSS3 Box Alignment")}}Update to latest syntax definitions.
{{SpecName('CSS3 Flexbox', '#propdef-align-items', 'align-items')}}{{Spec2('CSS3 Flexbox')}}Initial definition
+{{Specifications}}

{{cssinfo}}

浏览器兼容性

- - -

在弹性盒子布局中的兼容性

- -

{{Compat("css.properties.align-items.flex_context")}}

- -

在网格布局中的兼容性

- -

{{Compat("css.properties.align-items.grid_context")}}

+

{{Compat}}

相关链接

diff --git a/files/zh-cn/web/css/align-self/index.html b/files/zh-cn/web/css/align-self/index.html index 964c2d85a97a96..2c799b1cd6d71a 100644 --- a/files/zh-cn/web/css/align-self/index.html +++ b/files/zh-cn/web/css/align-self/index.html @@ -131,34 +131,11 @@

结果

规范

- - - - - - - - - - - - - - - -
规范状态备注
{{ SpecName('CSS3 Box Alignment', '#align-self-property', 'align-self') }}{{ Spec2('CSS3 Box Alignment') }}
+{{Specifications}}

浏览器兼容性

- - -

在 Flex 布局中的兼容性

- -

{{Compat("css.properties.align-self.flex_context")}}

- -

在 Grid 布局中的兼容性

- -

{{Compat("css.properties.align-self.grid_context")}}

+

{{Compat}}

参考

diff --git a/files/zh-cn/web/css/all/index.html b/files/zh-cn/web/css/all/index.html index 7a1e4ac0ae90f9..10f72c3a390e14 100644 --- a/files/zh-cn/web/css/all/index.html +++ b/files/zh-cn/web/css/all/index.html @@ -138,27 +138,7 @@

all:inherit

规范

- - - - - - - - - - - - - - - - - - - - -
规范状态备注
{{ SpecName('CSS4 Cascade', '#all-shorthand', 'all') }}{{ Spec2('CSS4 Cascade') }}添加属性值 revert
{{ SpecName('CSS3 Cascade', '#all-shorthand', 'all') }}{{ Spec2('CSS3 Cascade') }}初始定义。
+{{Specifications}}

{{cssinfo}}

diff --git a/files/zh-cn/web/css/alternative_style_sheets/index.html b/files/zh-cn/web/css/alternative_style_sheets/index.html index 1a13d46fe61a2e..ba35b0f4d9a8df 100644 --- a/files/zh-cn/web/css/alternative_style_sheets/index.html +++ b/files/zh-cn/web/css/alternative_style_sheets/index.html @@ -64,47 +64,8 @@

细节

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#rel-alternate', 'link type "alternate"')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML WHATWG', '#link-type-stylesheet', 'link type "stylesheet"')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML WHATWG', '#attr-style-title', 'the "title" attribute for the style element')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML WHATWG', '#attr-meta-http-equiv-default-style', 'meta http-equiv="default-style")')}}{{Spec2('HTML WHATWG')}}
{{SpecName('CSSOM', '#css-style-sheet-collections', 'CSS Style Sheet Collections')}}{{Spec2('CSSOM')}}The CSS OM specification defines the concepts of the style sheet set name, its disabled flag, and the preferred CSS style sheet set name.
- It defines how these are determined, and lets the HTML specification define the HTML-specific behaviors by requiring it to define when to create a CSS style sheet.
{{SpecName("HTML4.01", "present/styles.html#h-14.3", "Alternative style sheets")}}{{Spec2("HTML4.01")}}Earlier, the HTML specification itself defined the concept of preferred and alternate stylesheets.
- -

{{Compat("html.elements.link.rel.alternate_stylesheet")}}

+{{Specifications}} + +

浏览器兼容性

+ +

{{Compat}}

diff --git a/files/zh-cn/web/css/angle-percentage/index.html b/files/zh-cn/web/css/angle-percentage/index.html index 9ebe7c5d28d435..b58ddb9dfd9a7a 100644 --- a/files/zh-cn/web/css/angle-percentage/index.html +++ b/files/zh-cn/web/css/angle-percentage/index.html @@ -23,27 +23,7 @@

在 calc() 中使用这个类型

规范

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS4 Values', '#mixed-percentages', '<angle-percentage>')}}{{Spec2('CSS4 Values')}} 
{{SpecName('CSS3 Values', '#mixed-percentages', '<angle-percentage>')}}{{Spec2('CSS3 Values')}}Defines <angle-percentage>. Adds calc()
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/angle/index.html b/files/zh-cn/web/css/angle/index.html index 81007c7462f9a8..44bd3e27169c2d 100644 --- a/files/zh-cn/web/css/angle/index.html +++ b/files/zh-cn/web/css/angle/index.html @@ -55,22 +55,7 @@

示例

规范

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{ SpecName('CSS3 Values', '#angles', '<angle>') }}{{ Spec2('CSS3 Values') }}Initial definition
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/animation-delay/index.html b/files/zh-cn/web/css/animation-delay/index.html index 23b568348417ce..8deda68fed4dca 100644 --- a/files/zh-cn/web/css/animation-delay/index.html +++ b/files/zh-cn/web/css/animation-delay/index.html @@ -48,22 +48,7 @@

示例

规范

- - - - - - - - - - - - - - - -
规范状态备注
{{SpecName('CSS3 Animations', '#animation-delay', 'animation-delay')}}{{Spec2('CSS3 Animations')}}
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/animation-direction/index.html b/files/zh-cn/web/css/animation-direction/index.html index 0c77f01bd2bbb2..de60126d5d626e 100644 --- a/files/zh-cn/web/css/animation-direction/index.html +++ b/files/zh-cn/web/css/animation-direction/index.html @@ -52,22 +52,7 @@

例子

Specifications

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS3 Animations', '#animation-direction', 'animation-direction')}}{{Spec2('CSS3 Animations')}}For the two new values, see the W3C discussion.
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/animation-duration/index.html b/files/zh-cn/web/css/animation-duration/index.html index 07202b6a5198ed..ab7fc3462c87b6 100644 --- a/files/zh-cn/web/css/animation-duration/index.html +++ b/files/zh-cn/web/css/animation-duration/index.html @@ -47,24 +47,9 @@

示例

See CSS animations for examples.

-

标准

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{ SpecName('CSS3 Animations', '#animation-duration', 'animation-duration') }}{{ Spec2('CSS3 Animations') }}
+

规范

+ +{{Specifications}}

浏览器兼容

diff --git a/files/zh-cn/web/css/animation-fill-mode/index.html b/files/zh-cn/web/css/animation-fill-mode/index.html index 1459ab09701d7d..a9b120457ccc5d 100644 --- a/files/zh-cn/web/css/animation-fill-mode/index.html +++ b/files/zh-cn/web/css/animation-fill-mode/index.html @@ -155,30 +155,13 @@

CSS

规范

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS3 Animations', '#animation-fill-mode', 'animation-fill-mode')}}{{Spec2('CSS3 Animations')}}Initial definition.
+{{Specifications}}

{{cssinfo}}

浏览器兼容性

- - -

{{Compat("css.properties.animation-fill-mode")}}

+

{{Compat}}

另见

diff --git a/files/zh-cn/web/css/animation-iteration-count/index.html b/files/zh-cn/web/css/animation-iteration-count/index.html index daa76c41c24883..12b0176830cb55 100644 --- a/files/zh-cn/web/css/animation-iteration-count/index.html +++ b/files/zh-cn/web/css/animation-iteration-count/index.html @@ -5,7 +5,7 @@ ---
{{CSSRef}} {{ SeeCompatTable() }}
-

Summary 概要

+

概要

animation-iteration-count CSS 属性   定义动画在结束前运行的次数 可以是 1 次 无限循环。

@@ -17,7 +17,7 @@

Summary 概要

-

Syntax 语法

+

语法

/* 值为关键字 */
 animation-iteration-count: infinite;
@@ -32,7 +32,7 @@ 

Syntax 语法

animation-iteration-count 属性可以指定一个或多个以逗号分隔的值。

-

Values 属性值

+

infinite
@@ -41,36 +41,21 @@

Values 属性值

动画播放的次数;默认值为1。可以用小数定义循环,来播放动画周期的一部分:例如,0.5 将播放到动画周期的一半。不可为负值。
-

Formal syntax 

+

Formal syntax

{{csssyntax}} -

Examples 示例

+

示例

去看 CSS animations for examples. 点击链接去看栗(例)子

-

Specifications 说明 用法

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{ SpecName('CSS3 Animations', '#animation-iteration-count', 'animation-iteration-count') }}{{ Spec2('CSS3 Animations') }}Initial definition
- -

Browser compatibility 兼容性

- -{{Compat("css.properties.animation-iteration-count")}} +

规范

+ +{{Specifications}} + +

浏览器兼容性

+ +{{Compat}}

See also

diff --git a/files/zh-cn/web/css/animation-name/index.html b/files/zh-cn/web/css/animation-name/index.html index a3e7d24c4e9012..1ab91bf5603f99 100644 --- a/files/zh-cn/web/css/animation-name/index.html +++ b/files/zh-cn/web/css/animation-name/index.html @@ -56,28 +56,13 @@

示例

See CSS animations for examples.

-

标准

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS3 Animations', '#animation-name', 'animation-name')}}{{Spec2('CSS3 Animations')}}
- -

浏览器兼容

- -{{Compat("css.properties.animation-name")}} +

规范

+ +{{Specifications}} + +

浏览器兼容性

+ +{{Compat}}

See also

diff --git a/files/zh-cn/web/css/animation-play-state/index.html b/files/zh-cn/web/css/animation-play-state/index.html index fbdbe823a09994..8749fe506340c1 100644 --- a/files/zh-cn/web/css/animation-play-state/index.html +++ b/files/zh-cn/web/css/animation-play-state/index.html @@ -48,22 +48,7 @@

示例

规范

- - - - - - - - - - - - - - - -
规范状态备注
{{SpecName('CSS3 Animations', '#animation-play-state', 'animation-play-state')}}{{Spec2('CSS3 Animations')}}Initial definition
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/animation-timing-function/index.html b/files/zh-cn/web/css/animation-timing-function/index.html index 50f378f5fadeb7..53c1b8dd262ae7 100644 --- a/files/zh-cn/web/css/animation-timing-function/index.html +++ b/files/zh-cn/web/css/animation-timing-function/index.html @@ -64,22 +64,7 @@

示例

规范

- - - - - - - - - - - - - - - -
规范状态备注
{{SpecName('CSS3 Animations', '#animation-timing-function', 'animation-timing-function')}}{{Spec2('CSS3 Animations')}}
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/animation/index.html b/files/zh-cn/web/css/animation/index.html index eff31866a77d0e..83994d084fa8bb 100644 --- a/files/zh-cn/web/css/animation/index.html +++ b/files/zh-cn/web/css/animation/index.html @@ -306,22 +306,7 @@

潜在的问题

规范

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS3 Animations', '#animation', 'animation')}}{{Spec2('CSS3 Animations')}}Initial definition
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/appearance/index.html b/files/zh-cn/web/css/appearance/index.html index c867808f0d417b..811de0c333cf3b 100644 --- a/files/zh-cn/web/css/appearance/index.html +++ b/files/zh-cn/web/css/appearance/index.html @@ -1775,13 +1775,6 @@

取值

-

浏览器兼容性

- - - -

{{Compat("css.properties.appearance")}}

-{{Compat("css.properties.appearance")}} -

示例

以下代码将使一个元素在 Firefox 中看起来像工具栏按钮:

@@ -1793,12 +1786,17 @@

示例

可参考 这个 JSFiddle 示例,它演示了应如何使用 appearance: none 已对单选框与复选框应用自定义样式。

+

规范

+ +{{Specifications}} + +

浏览器兼容性

+ +

{{Compat}}

+

参见

- - diff --git a/files/zh-cn/web/css/aspect-ratio/index.html b/files/zh-cn/web/css/aspect-ratio/index.html index a05c4f51e12102..56dc279026c0d0 100644 --- a/files/zh-cn/web/css/aspect-ratio/index.html +++ b/files/zh-cn/web/css/aspect-ratio/index.html @@ -54,22 +54,7 @@

将宽度和高度关联到宽高

规范

- - - - - - - - - - - - - - - -
规范状态注释
{{SpecName('CSS4 Sizing', '#aspect-ratio', 'aspect-ratio')}}{{Spec2('CSS4 Sizing')}}初始定义
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/at-rule/index.html b/files/zh-cn/web/css/at-rule/index.html index cec9d2963aae10..ad76e488a77875 100644 --- a/files/zh-cn/web/css/at-rule/index.html +++ b/files/zh-cn/web/css/at-rule/index.html @@ -39,21 +39,6 @@

条件规则组

既然条件规则组可以嵌套语句,那么嵌套层级不定。

-

规范

- - - - - - - - - - - - - -
SpecificationStatusComment
{{ SpecName('CSS3 Conditional') }}{{ Spec2('CSS3 Conditional') }} 
-
+{{Specifications}} diff --git a/files/zh-cn/web/css/attr/index.html b/files/zh-cn/web/css/attr/index.html index 23d5fe6cdc2cab..1e4cda7901488b 100644 --- a/files/zh-cn/web/css/attr/index.html +++ b/files/zh-cn/web/css/attr/index.html @@ -220,74 +220,11 @@

CSS

规范

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
No changes.
{{SpecName("CSS3 Values", "#attr-notation", "attr()")}}{{Spec2("CSS3 Values")}} -

Added two optional parameters;
- can be used on all properties;
- may return values other than {{CSSxRef("<string>")}}.

- These changes are experimental and may be dropped during the CR phase if browser support is too small.
{{SpecName("CSS2.1", "generate.html#x18", "attr()")}}{{Spec2("CSS2.1")}}Limited to the {{CSSxRef("content")}} property;
- always returns a {{CSSxRef("<string>")}}.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
规范状态备注
{{SpecName("CSS4 Values", "#attr-notation", "attr()")}}{{Spec2("CSS4 Values")}}无变化
{{ SpecName('CSS3 Values', '#attr', 'attr()') }}{{ Spec2('CSS3 Values') }}增加两个可选参数;且可以用于所有属性;且可以返回除{{cssxref("<string>")}}之外的其他类型。这些改变是实验性质的{{ experimental_inline() }},且如果浏览器支持不足,可能在 CR 阶段被丢弃。
{{ SpecName('CSS2.1', 'generate.html#x18', 'attr()') }}{{ Spec2('CSS2.1') }}限制用在 {{ cssxref("content") }} 属性;且必须返回{{cssxref("<string>")}}}。
+{{Specifications}}

浏览器兼容性

-

{{Compat("css.types.attr")}}

+

{{Compat}}

参见

diff --git a/files/zh-cn/web/css/attribute_selectors/index.html b/files/zh-cn/web/css/attribute_selectors/index.html index cda3dc1bfaf9dd..abaf4477072a6b 100644 --- a/files/zh-cn/web/css/attribute_selectors/index.html +++ b/files/zh-cn/web/css/attribute_selectors/index.html @@ -187,32 +187,7 @@

结果

规范

- - - - - - - - - - - - - - - - - - - - - - - - - -
规范状态备注
{{SpecName("CSS4 Selectors", "#attribute-selectors", "attribute selectors")}}{{Spec2("CSS4 Selectors")}}Adds modifier for ASCII case-sensitive and case-insensitive attribute value selection.
{{SpecName("CSS3 Selectors", "#attribute-selectors", "attribute selectors")}}{{Spec2("CSS3 Selectors")}}
{{SpecName("CSS2.1", "selector.html#attribute-selectors", "attribute selectors")}}{{Spec2("CSS2.1")}}初始定义
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/backface-visibility/index.html b/files/zh-cn/web/css/backface-visibility/index.html index 5888ce3b5aa472..cfca8424419532 100644 --- a/files/zh-cn/web/css/backface-visibility/index.html +++ b/files/zh-cn/web/css/backface-visibility/index.html @@ -175,22 +175,7 @@

结果

规范

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS Transforms 2', '#propdef-backface-visibility', 'backface-visibility')}}{{Spec2('CSS Transforms 2')}}Initial definition.
+{{Specifications}}

{{cssinfo}}

diff --git a/files/zh-cn/web/css/background-attachment/index.html b/files/zh-cn/web/css/background-attachment/index.html index 5c7693bbcb258f..cabd6aadb2618b 100644 --- a/files/zh-cn/web/css/background-attachment/index.html +++ b/files/zh-cn/web/css/background-attachment/index.html @@ -104,32 +104,7 @@

效果

规范

- - - - - - - - - - - - - - - - - - - - - - - - - -
CSS 版本推荐状态点评
{{SpecName('CSS3 Backgrounds', '#the-background-attachment', 'background-attachment')}}{{Spec2('CSS3 Backgrounds')}}该简单上手的属性已经支持更多的背景图和局部 (local) 值
{{SpecName('CSS2.1', 'colors.html#propdef-background-attachment', 'background-attachment')}}{{Spec2('CSS2.1')}}无明显变化
{{SpecName('CSS1', '#background-attachment', 'background-attachment')}}{{Spec2('CSS1')}}无明显变化
+{{Specifications}}

{{cssinfo}}

diff --git a/files/zh-cn/web/css/background-blend-mode/index.html b/files/zh-cn/web/css/background-blend-mode/index.html index 69f8ee4f847bba..300fd3c5caa981 100644 --- a/files/zh-cn/web/css/background-blend-mode/index.html +++ b/files/zh-cn/web/css/background-blend-mode/index.html @@ -73,22 +73,7 @@

示例

规范

- - - - - - - - - - - - - - - -
规范状态备注
{{ SpecName('Compositing', '#background-blend-mode', 'background-blend-mode') }}{{ Spec2('Compositing') }}首次定义
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/background-clip/index.html b/files/zh-cn/web/css/background-clip/index.html index 69710f7b60d193..d1146b08db66e7 100644 --- a/files/zh-cn/web/css/background-clip/index.html +++ b/files/zh-cn/web/css/background-clip/index.html @@ -87,27 +87,7 @@

结果

规范

- - - - - - - - - - - - - - - - - - - - -
规范状态备注
{{SpecName('CSS3 Backgrounds', '#the-background-clip', 'background-clip')}}{{Spec2('CSS3 Backgrounds')}}Initial definition.
{{SpecName('CSS4 Backgrounds', '#background-clip', 'background-clip')}}{{Spec2('CSS4 Backgrounds')}}Add text value.
+{{Specifications}}

{{cssinfo}}

diff --git a/files/zh-cn/web/css/background-color/index.html b/files/zh-cn/web/css/background-color/index.html index 30479923ece093..eacb0196c0783f 100644 --- a/files/zh-cn/web/css/background-color/index.html +++ b/files/zh-cn/web/css/background-color/index.html @@ -95,32 +95,7 @@

Result

规范

- - - - - - - - - - - - - - - - - - - - - - - - - -
规范状态注释
{{SpecName('CSS3 Backgrounds', '#background-color', 'background-color')}}{{Spec2('CSS3 Backgrounds')}}Though technically removing thetransparentkeyword, this doesn't change anything as it has been incorporated as a true {{cssxref("<color>")}}
{{SpecName('CSS2.1', 'colors.html#propdef-background-color', 'background-color')}}{{Spec2('CSS2.1')}}没有变化
{{SpecName('CSS1', '#background-color', 'background-color')}}{{Spec2('CSS1')}}初始定义
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/background-image/index.html b/files/zh-cn/web/css/background-image/index.html index 246e62cb3f4708..dddabb83c2d916 100644 --- a/files/zh-cn/web/css/background-image/index.html +++ b/files/zh-cn/web/css/background-image/index.html @@ -100,32 +100,7 @@

可访问性相关

规范

- - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS3 Backgrounds', '#background-image', 'background-image')}}{{Spec2('CSS3 Backgrounds')}}From CSS2 Revision 1, the property has been extended to support multiple backgrounds and any {{cssxref("<image>")}} CSS data type.
{{SpecName('CSS2.2', 'colors.html#propdef-background-image', 'background-image')}}{{Spec2('CSS2.2')}}From CSS1, the way images with and without intrinsic dimensions are handled is now described.
{{SpecName('CSS1', '#background-image', 'background-image')}}{{Spec2('CSS1')}}Initial definition.
+{{Specifications}}

{{cssinfo}}

diff --git a/files/zh-cn/web/css/background-origin/index.html b/files/zh-cn/web/css/background-origin/index.html index f4609b3a76f28d..b6cbae398ab6a2 100644 --- a/files/zh-cn/web/css/background-origin/index.html +++ b/files/zh-cn/web/css/background-origin/index.html @@ -71,22 +71,7 @@

例子

规范

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS3 Backgrounds', '#the-background-origin', 'background-origin')}}{{Spec2('CSS3 Backgrounds')}} 
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/background-position-x/index.html b/files/zh-cn/web/css/background-position-x/index.html index 98b3e3d3c05956..26d5bb29d704db 100644 --- a/files/zh-cn/web/css/background-position-x/index.html +++ b/files/zh-cn/web/css/background-position-x/index.html @@ -64,28 +64,13 @@

正规语法

{{csssyntax}} -

说明

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS4 Backgrounds', '#background-position-longhands', 'background-position-x')}}{{Spec2('CSS4 Backgrounds')}}Initial specification of longhand sub properties of {{cssxref("background-position")}}  to match longstanding implementations.
- -

兼容性

- -

{{Compat("css/properties/background-position-x", "background-position-x")}}

+

规范

+ +{{Specifications}} + +

浏览器兼容性

+ +

{{Compat}}

更多

diff --git a/files/zh-cn/web/css/background-position-y/index.html b/files/zh-cn/web/css/background-position-y/index.html index 5e395f06de44e6..154d5bcac105ab 100644 --- a/files/zh-cn/web/css/background-position-y/index.html +++ b/files/zh-cn/web/css/background-position-y/index.html @@ -66,22 +66,7 @@

Formal syntax

规范

- - - - - - - - - - - - - - - -
规范状态说明
{{SpecName('CSS4 Backgrounds', '#background-position-longhands', 'background-position-y')}}{{Spec2('CSS4 Backgrounds')}}Initial specification of longhand subproperties of {{cssxref("background-position")}}, to match longstanding implementations.
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/background-repeat/index.html b/files/zh-cn/web/css/background-repeat/index.html index 2f072376e9e3b9..b1b9fee592d967 100644 --- a/files/zh-cn/web/css/background-repeat/index.html +++ b/files/zh-cn/web/css/background-repeat/index.html @@ -176,32 +176,7 @@

结果

规范

- - - - - - - - - - - - - - - - - - - - - - - - - -
Specification 规范Status 状态Comment 内容
{{SpecName('CSS3 Backgrounds', '#the-background-repeat', 'background-repeat')}}{{Spec2('CSS3 Backgrounds')}}Added support for multiple background images, the two-value syntax allowing distinct repetition behavior for the horizontal and vertical directions, the space and round keywords, and for backgrounds on inline-level element by defining precisely the background painting area.
{{SpecName('CSS2.1', 'colors.html#propdef-background-repeat', 'background-repeat')}}{{Spec2('CSS2.1')}}No significant changes
{{SpecName('CSS1', '#background-repeat', 'background-repeat')}}{{Spec2('CSS1')}}Initial definition
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/background-size/index.html b/files/zh-cn/web/css/background-size/index.html index 0884201247282c..aa771bf01311ca 100644 --- a/files/zh-cn/web/css/background-size/index.html +++ b/files/zh-cn/web/css/background-size/index.html @@ -212,22 +212,7 @@

备注

规范

- - - - - - - - - - - - - - - -
规范状态说明
{{SpecName('CSS3 Backgrounds', '#the-background-size', 'background-size')}}{{Spec2('CSS3 Backgrounds')}}Initial definition
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/background/index.html b/files/zh-cn/web/css/background/index.html index cef4cf98f70d68..f3f57250860251 100644 --- a/files/zh-cn/web/css/background/index.html +++ b/files/zh-cn/web/css/background/index.html @@ -109,32 +109,7 @@

结果

规范

- - - - - - - - - - - - - - - - - - - - - - - - - -
规范状态注释
{{ SpecName('CSS3 Backgrounds', '#the-background', 'background') }}{{ Spec2('CSS3 Backgrounds') }}此简写属性已经扩展出了多重背景和诸如 {{ cssxref("background-size")}},{{cssxref("background-origin")}} 与 {{ cssxref("background-clip")}} 等新属性。
{{ SpecName('CSS2.1', 'colors.html#propdef-background', 'background') }}{{ Spec2('CSS2.1') }}无重大修改
{{ SpecName('CSS1', '#background', 'background') }}{{ Spec2('CSS1') }}初始定义
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/basic-shape/index.html b/files/zh-cn/web/css/basic-shape/index.html index 795e7b5bf789ea..399bc23a214b25 100644 --- a/files/zh-cn/web/css/basic-shape/index.html +++ b/files/zh-cn/web/css/basic-shape/index.html @@ -139,28 +139,13 @@

结果

{{EmbedLiveSample('动画多边形','340', '340')}}

-

规格

- - - - - - - - - - - - - - - - -
规格状态评论
{{ SpecName('CSS Shapes', '#basic-shape-functions', '<basic-shape>') }}{{ Spec2('CSS Shapes') }}初始化定义。
- -

浏览器兼容性

- -

{{Compat("css.types.basic-shape")}}

+

规范

+ +{{Specifications}} + +

浏览器兼容性

+ +

{{Compat}}

See also

diff --git a/files/zh-cn/web/css/blend-mode/index.html b/files/zh-cn/web/css/blend-mode/index.html index 2c566d0553ac4b..e3cc1b4b9dd2f6 100644 --- a/files/zh-cn/web/css/blend-mode/index.html +++ b/files/zh-cn/web/css/blend-mode/index.html @@ -371,22 +371,7 @@

混合模式的插值

规范

- - - - - - - - - - - - - - - -
规范状态备注
{{ SpecName('Compositing', '#ltblendmodegt', '<blend-mode>') }}{{ Spec2('Compositing') }}Initial definition.
+{{Specifications}}

浏览器兼容性

diff --git a/files/zh-cn/web/css/block-size/index.html b/files/zh-cn/web/css/block-size/index.html index 100a0fa1f09e42..ecbfaaa52b1ac7 100644 --- a/files/zh-cn/web/css/block-size/index.html +++ b/files/zh-cn/web/css/block-size/index.html @@ -65,28 +65,9 @@

CSS

{{EmbedLiveSample("Example")}}

-

说明

- - - - - - - - - - - - - - - - -
说明状态注释
-

{{SpecName("CSS Logical Properties", "#logical-dimension-properties", "block-size")}}

- -

 

-
{{Spec2("CSS Logical Properties")}}初始定义
+

规范

+ +{{Specifications}}

浏览器兼容性 

diff --git a/files/zh-cn/web/css/border-block-end/index.html b/files/zh-cn/web/css/border-block-end/index.html index e0643a827dd91f..12d55146b92d07 100644 --- a/files/zh-cn/web/css/border-block-end/index.html +++ b/files/zh-cn/web/css/border-block-end/index.html @@ -66,22 +66,7 @@

CSS Content

Specification

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName("CSS Logical Properties", "#propdef-border-block-end", "border-block-end")}}{{Spec2("CSS Logical Properties")}}Initial definition
+{{Specifications}}

Browser compatibility

@@ -95,19 +80,3 @@

See also

  • This property maps to one of the physical border properties: {{cssxref("border-top")}}, {{cssxref("border-right")}}, {{cssxref("border-bottom")}}, or {{cssxref("border-left")}}.
  • {{cssxref("writing-mode")}}, {{cssxref("direction")}}, {{cssxref("text-orientation")}}
  • - - diff --git a/files/zh-cn/web/css/border-block/index.html b/files/zh-cn/web/css/border-block/index.html index d64ec969557dd8..9b7b87b78e8f94 100644 --- a/files/zh-cn/web/css/border-block/index.html +++ b/files/zh-cn/web/css/border-block/index.html @@ -79,22 +79,7 @@

    Results

    Specifications

    - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName("CSS Logical Properties", "#propdef-border-block", "border-block")}}{{Spec2("CSS Logical Properties")}}初始定义
    +{{Specifications}}

    浏览器兼容性

    diff --git a/files/zh-cn/web/css/border-bottom-color/index.html b/files/zh-cn/web/css/border-bottom-color/index.html index ca23148fb5454d..aff77b8e0ef02d 100644 --- a/files/zh-cn/web/css/border-bottom-color/index.html +++ b/files/zh-cn/web/css/border-bottom-color/index.html @@ -60,27 +60,7 @@

    结果

    规范

    - - - - - - - - - - - - - - - - - - - - -
    规范状态注释
    {{SpecName('CSS3 Backgrounds', '#border-bottom-color', 'border-bottom-color')}}{{Spec2('CSS3 Backgrounds')}}无重大变化,不过 transparent 关键字被正式移除,该关键字现在被包含在已扩展的 {{cssxref("<color>")}} 里。
    {{SpecName('CSS2.1', 'box.html#border-color-properties', 'border-bottom-color')}}{{Spec2('CSS2.1')}}初始定义
    +{{Specifications}}

    浏览器兼容性

    diff --git a/files/zh-cn/web/css/border-bottom-left-radius/index.html b/files/zh-cn/web/css/border-bottom-left-radius/index.html index 9a88d04b92860d..c08d75737fa7c7 100644 --- a/files/zh-cn/web/css/border-bottom-left-radius/index.html +++ b/files/zh-cn/web/css/border-bottom-left-radius/index.html @@ -144,26 +144,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#border-bottom-left-radius', 'border-bottom-left-radius')}}{{Spec2('CSS3 Backgrounds')}}Initial definition
    +{{Specifications}}

    Browser compatibility

    -{{Compat("css.properties.border-bottom-left-radius")}} +{{Compat}}

    See also

    diff --git a/files/zh-cn/web/css/border-bottom-right-radius/index.html b/files/zh-cn/web/css/border-bottom-right-radius/index.html index 8885c1b6604558..c5952eb0b1e2b0 100644 --- a/files/zh-cn/web/css/border-bottom-right-radius/index.html +++ b/files/zh-cn/web/css/border-bottom-right-radius/index.html @@ -146,26 +146,11 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#border-bottom-right-radius', 'border-bottom-right-radius')}}{{Spec2('CSS3 Backgrounds')}}Initial definition
    +{{Specifications}}

    Browser compatibility

    -{{Compat("css.properties.border-bottom-right-radius")}} +{{Compat}}

    See also

    diff --git a/files/zh-cn/web/css/border-bottom-style/index.html b/files/zh-cn/web/css/border-bottom-style/index.html index c543cef3fa2353..2586ba88feda4f 100644 --- a/files/zh-cn/web/css/border-bottom-style/index.html +++ b/files/zh-cn/web/css/border-bottom-style/index.html @@ -91,27 +91,7 @@

    Result

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{ SpecName('CSS3 Backgrounds', '#border-bottom-style', 'border-bottom-style') }}{{ Spec2('CSS3 Backgrounds') }}No significant change.
    {{ SpecName('CSS2.1', 'box.html#border-style-properties', 'border-bottom-style') }}{{ Spec2('CSS2.1') }}Initial definition.
    +{{Specifications}}

    Browser compatibility

    diff --git a/files/zh-cn/web/css/border-bottom-width/index.html b/files/zh-cn/web/css/border-bottom-width/index.html index 2c25a34f35d237..8f5e137e919abd 100644 --- a/files/zh-cn/web/css/border-bottom-width/index.html +++ b/files/zh-cn/web/css/border-bottom-width/index.html @@ -95,38 +95,11 @@

    Result

    Specifications

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{ SpecName('CSS3 Backgrounds', '#the-border-width', 'border-bottom-width') }}{{ Spec2('CSS3 Backgrounds') }}No significant change.
    {{SpecName('CSS2.1', 'box.html#border-width-properties', 'border-bottom-width')}}{{Spec2('CSS2.1')}}No significant change.
    {{SpecName('CSS1', '#border-left-width', 'border-bottom-width')}}{{Spec2('CSS1')}}Initial definition.
    +{{Specifications}}

    Browser compatibility

    - - -

    {{Compat("css.properties.border-bottom-width")}}

    +

    {{Compat}}

    See also

    diff --git a/files/zh-cn/web/css/border-bottom/index.html b/files/zh-cn/web/css/border-bottom/index.html index ab8851630d5d0f..2b0213a78572a9 100644 --- a/files/zh-cn/web/css/border-bottom/index.html +++ b/files/zh-cn/web/css/border-bottom/index.html @@ -70,34 +70,9 @@

    示例

    {{EmbedLiveSample('Example')}}

    -

    规则

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    规则状态评价
    {{ SpecName('CSS3 Backgrounds', '#border-bottom', 'border-bottom') }}{{ Spec2('CSS3 Backgrounds') }}没有直接的改变,即使 {{ cssxref("border-bottom-color") }} 值的修改被确定。
    {{ SpecName('CSS2.1', 'box.html#propdef-border-bottom', 'border-bottom') }}{{ Spec2('CSS2.1') }}没有显著的变化。
    {{ SpecName('CSS1', '#border-bottom', 'border-bottom') }}{{ Spec2('CSS1') }}初始定义。
    +

    规范

    + +{{Specifications}}

    浏览器兼容性

    diff --git a/files/zh-cn/web/css/border-collapse/index.html b/files/zh-cn/web/css/border-collapse/index.html index 93d87da810e4dd..b9065030d4b3f8 100644 --- a/files/zh-cn/web/css/border-collapse/index.html +++ b/files/zh-cn/web/css/border-collapse/index.html @@ -118,22 +118,7 @@

    结果

    规范

    - - - - - - - - - - - - - - - -
    规范状态注释
    {{ SpecName('CSS2.1', 'tables.html#borders', 'border-collapse') }}{{ Spec2('CSS2.1') }}初始定义
    +{{Specifications}}

    浏览器兼容性

    diff --git a/files/zh-cn/web/css/border-image-outset/index.html b/files/zh-cn/web/css/border-image-outset/index.html index 5fb8ee9499ac78..0180694fabb42e 100644 --- a/files/zh-cn/web/css/border-image-outset/index.html +++ b/files/zh-cn/web/css/border-image-outset/index.html @@ -59,71 +59,8 @@

    规范

    - - - - - - - - - - - - - - - -
    规范状态备注
    {{SpecName('CSS3 Backgrounds', '#border-image-outset', 'border-image-outset')}}{{Spec2('CSS3 Backgrounds')}}首次定义
    +{{Specifications}}

    浏览器兼容性

    -{{Compat("css.properties.border-image-outset")}} - -

    {{CompatibilityTable}}

    - -
    - - - - - - - - - - - - - - - - - - - -
    FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
    Basic support15.0{{CompatGeckoDesktop("15.0")}}11156
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
    Basic support{{CompatUnknown}}{{CompatGeckoMobile("15.0")}}{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}
    -
    +{{Compat}} diff --git a/files/zh-cn/web/css/border-image-repeat/index.html b/files/zh-cn/web/css/border-image-repeat/index.html index 61eb9445a4786a..b008c2b9d63d64 100644 --- a/files/zh-cn/web/css/border-image-repeat/index.html +++ b/files/zh-cn/web/css/border-image-repeat/index.html @@ -53,22 +53,7 @@

    Examples

    Specifications

    - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#border-image-repeat', 'border-image-repeat')}}{{Spec2('CSS3 Backgrounds')}}Initial specification
    +{{Specifications}}

    Browser compatibility

    diff --git a/files/zh-cn/web/css/border-image-source/index.html b/files/zh-cn/web/css/border-image-source/index.html index e4032c42c6ddd5..7728d756066cb1 100644 --- a/files/zh-cn/web/css/border-image-source/index.html +++ b/files/zh-cn/web/css/border-image-source/index.html @@ -51,22 +51,7 @@

    Specifications

    - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#border-image-source', 'border-image-source')}}{{Spec2('CSS3 Backgrounds')}}Initial definition
    +{{Specifications}} diff --git a/files/zh-cn/web/css/border-image-width/index.html b/files/zh-cn/web/css/border-image-width/index.html index af8dd9bcd5d54b..656f62581ae514 100644 --- a/files/zh-cn/web/css/border-image-width/index.html +++ b/files/zh-cn/web/css/border-image-width/index.html @@ -107,24 +107,9 @@

    结果

    {{EmbedLiveSample('Tiling_a_border_image', 200, 240)}}

    -

    技术规格

    - - - - - - - - - - - - - - - - -
    CSS 版本状态评注
    {{SpecName('CSS3 Backgrounds', '#the-border-image-width', 'border-image-width')}}{{Spec2('CSS3 Backgrounds')}}初始定义
    +

    规范

    + +{{Specifications}}

    浏览器兼容性

    diff --git a/files/zh-cn/web/css/border-image/index.html b/files/zh-cn/web/css/border-image/index.html index e87b28cea94c8b..49bc25f5fe7111 100644 --- a/files/zh-cn/web/css/border-image/index.html +++ b/files/zh-cn/web/css/border-image/index.html @@ -70,22 +70,7 @@

    CSS 内容

    规范

    - - - - - - - - - - - - - - - -
    规范状态备注
    {{SpecName('CSS3 Backgrounds', '#border-image', 'border-image')}}{{Spec2('CSS3 Backgrounds')}} 
    +{{Specifications}}

    浏览器兼容性

    diff --git a/files/zh-cn/web/css/border-inline-color/index.html b/files/zh-cn/web/css/border-inline-color/index.html index 382e0ef41d5444..c7aa3c398aa04d 100644 --- a/files/zh-cn/web/css/border-inline-color/index.html +++ b/files/zh-cn/web/css/border-inline-color/index.html @@ -61,22 +61,7 @@

    Results

    Specifications

    - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName("CSS Logical Properties", "#propdef-border-inline-color", "border-inline-color")}}{{Spec2("CSS Logical Properties")}}Initial definition
    +{{Specifications}}

    Browser compatibility

    diff --git a/files/zh-cn/web/css/border-left-color/index.html b/files/zh-cn/web/css/border-left-color/index.html index 9bb6814678c3ef..7102d8ffc7f154 100644 --- a/files/zh-cn/web/css/border-left-color/index.html +++ b/files/zh-cn/web/css/border-left-color/index.html @@ -67,27 +67,7 @@

    Result

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#border-left-color', 'border-left-color')}}{{Spec2('CSS3 Backgrounds')}}No significant changes, though the transparent keyword, now included in {{cssxref("<color>")}} which has been extended, has been formally removed.
    {{SpecName('CSS2.1', 'box.html#propdef-border-left-color', 'border-left-color')}}{{Spec2('CSS2.1')}}Initial definition
    +{{Specifications}}

    Browser compatibility

    diff --git a/files/zh-cn/web/css/border-left-width/index.html b/files/zh-cn/web/css/border-left-width/index.html index 7b80702c950946..34dc69b7fbf99e 100644 --- a/files/zh-cn/web/css/border-left-width/index.html +++ b/files/zh-cn/web/css/border-left-width/index.html @@ -98,34 +98,9 @@

    结果

    {{EmbedLiveSample('Example', '100%')}}

    -

    规格

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#the-border-width', 'border-left-width')}}{{Spec2('CSS3 Backgrounds')}}没有规格变化。
    {{SpecName('CSS2.1', 'box.html#border-width-properties', 'border-left-width')}}{{Spec2('CSS2.1')}}没有规格变化
    {{SpecName('CSS1', '#border-left-width', 'border-left-width')}}{{Spec2('CSS1')}}最初的定义
    +

    规范

    + +{{Specifications}}

    {{cssinfo}}

    diff --git a/files/zh-cn/web/css/border-left/index.html b/files/zh-cn/web/css/border-left/index.html index 2c44b1d521c98d..15d96ae296e01f 100644 --- a/files/zh-cn/web/css/border-left/index.html +++ b/files/zh-cn/web/css/border-left/index.html @@ -75,32 +75,7 @@

    Example

    Specifications

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{ SpecName('CSS3 Backgrounds', '#border-left', 'border-left') }}{{ Spec2('CSS3 Backgrounds') }}No direct changes, though the modification of values for the {{ cssxref("border-left-color") }} do apply to it.
    {{ SpecName('CSS2.1', 'box.html#propdef-border-left', 'border-left') }}{{ Spec2('CSS2.1') }}No significant changes.
    {{ SpecName('CSS1', '#border-left', 'border-left') }}{{ Spec2('CSS1') }}Initial definition.
    +{{Specifications}}

    Browser compatibility

    diff --git a/files/zh-cn/web/css/border-radius/index.html b/files/zh-cn/web/css/border-radius/index.html index c59ed7c822576c..4af30688611a42 100644 --- a/files/zh-cn/web/css/border-radius/index.html +++ b/files/zh-cn/web/css/border-radius/index.html @@ -169,33 +169,14 @@

    注意

    规范

    - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{ SpecName('CSS3 Backgrounds', '#border-radius', 'border-radius') }}{{ Spec2('CSS3 Backgrounds') }} 
    +{{Specifications}}

    {{cssinfo}}

    浏览器兼容性

    - - -

    {{Compat("css.properties.border-radius")}}

    - -{{Compat("css.properties.border-radius")}} +

    {{Compat}}

    另请参阅

    diff --git a/files/zh-cn/web/css/border-right-color/index.html b/files/zh-cn/web/css/border-right-color/index.html index 5ab4ac67f0e325..748cd00a63d193 100644 --- a/files/zh-cn/web/css/border-right-color/index.html +++ b/files/zh-cn/web/css/border-right-color/index.html @@ -70,27 +70,7 @@

    Result

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#the-border-color', 'border-color')}}{{Spec2('CSS3 Backgrounds')}}No significant changes, though the transparent keyword, now included in {{cssxref("<color>")}} which has been extended, has been formally removed.
    {{SpecName('CSS2.1', 'box.html#border-color-properties', 'border-right-color')}}{{Spec2('CSS2.1')}}Initial definition
    +{{Specifications}}

    {{cssinfo}}

    diff --git a/files/zh-cn/web/css/border-right-style/index.html b/files/zh-cn/web/css/border-right-style/index.html index 1727dfdb886287..22c0bbf69feaa7 100644 --- a/files/zh-cn/web/css/border-right-style/index.html +++ b/files/zh-cn/web/css/border-right-style/index.html @@ -91,27 +91,7 @@

    结果

    规范

    - - - - - - - - - - - - - - - - - - - - -
    规范状态注释
    {{SpecName('CSS3 Backgrounds', '#the-border-style', 'border-right-style')}}{{Spec2('CSS3 Backgrounds')}}No significant change.
    {{SpecName('CSS2.1', 'box.html#border-style-properties', 'border-right-style')}}{{Spec2('CSS2.1')}}Initial definition.
    +{{Specifications}}

    {{cssinfo}}

    diff --git a/files/zh-cn/web/css/border-right-width/index.html b/files/zh-cn/web/css/border-right-width/index.html index 73a0158891b33c..4241cdf74cadd0 100644 --- a/files/zh-cn/web/css/border-right-width/index.html +++ b/files/zh-cn/web/css/border-right-width/index.html @@ -100,42 +100,15 @@

    结果

    {{EmbedLiveSample('Example', '100%')}}

    -

    规格

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#the-border-width', 'border-right-width')}}{{Spec2('CSS3 Backgrounds')}}没有规格变化。
    {{SpecName('CSS2.1', 'box.html#border-width-properties', 'border-right-width')}}{{Spec2('CSS2.1')}}没有规格变化。
    {{SpecName('CSS1', '#border-left-width', 'border-right-width')}}{{Spec2('CSS1')}}最初的定义。
    +

    规范

    + +{{Specifications}}

    {{cssinfo}}

    浏览器兼容性

    - - -

    {{Compat("css.properties.border-right-width")}}

    +

    {{Compat}}

    其他

    diff --git a/files/zh-cn/web/css/border-right/index.html b/files/zh-cn/web/css/border-right/index.html index 003dcd894ea831..11ecbf1ba5e00f 100644 --- a/files/zh-cn/web/css/border-right/index.html +++ b/files/zh-cn/web/css/border-right/index.html @@ -73,32 +73,7 @@

    Example

    Specifications

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{ SpecName('CSS3 Backgrounds', '#border-right', 'border-right') }}{{ Spec2('CSS3 Backgrounds') }}No direct changes, though the modification of values for the {{ cssxref("border-right-color") }} do apply to it.
    {{ SpecName('CSS2.1', 'box.html#propdef-border-right', 'border-right') }}{{ Spec2('CSS2.1') }}No significant changes.
    {{ SpecName('CSS1', '#border-right', 'border-right') }}{{ Spec2('CSS1') }}Initial definition.
    +{{Specifications}}

    Browser compatibility

    diff --git a/files/zh-cn/web/css/border-spacing/index.html b/files/zh-cn/web/css/border-spacing/index.html index b1363505ef33bf..50be430f5be0ee 100644 --- a/files/zh-cn/web/css/border-spacing/index.html +++ b/files/zh-cn/web/css/border-spacing/index.html @@ -54,22 +54,7 @@

    示例

    规范

    - - - - - - - - - - - - - - - -
    规范状态注释
    {{ SpecName('CSS2.1', 'tables.html#separated-borders', 'border-spacing') }}{{ Spec2('CSS2.1') }}初始定义
    +{{Specifications}}

    浏览器兼容性

    diff --git a/files/zh-cn/web/css/border-style/index.html b/files/zh-cn/web/css/border-style/index.html index 63fa9d359dd14a..3b191cb013dc4a 100644 --- a/files/zh-cn/web/css/border-style/index.html +++ b/files/zh-cn/web/css/border-style/index.html @@ -192,32 +192,7 @@

    输出

    规范

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{ SpecName('CSS3 Backgrounds', '#border-style', 'border-style') }}{{ Spec2('CSS3 Backgrounds') }}No change
    {{ SpecName('CSS2.1', 'box.html#propdef-border-style', 'border-style') }}{{ Spec2('CSS2.1') }}Added the 2-, 3- and 4-value syntaxes
    {{ SpecName('CSS1', '#border-style', 'border-style') }}{{ Spec2('CSS1') }}
    +{{Specifications}}

    浏览器兼容性

    diff --git a/files/zh-cn/web/css/border-top-color/index.html b/files/zh-cn/web/css/border-top-color/index.html index 9194f581615fe4..cebc8176553ba6 100644 --- a/files/zh-cn/web/css/border-top-color/index.html +++ b/files/zh-cn/web/css/border-top-color/index.html @@ -74,27 +74,7 @@

    结果

    Specifications

    - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#border-top-color', 'border-top-color')}}{{Spec2('CSS3 Backgrounds')}}No significant changes, though the transparent keyword, now included in {{cssxref("<color>")}} which has been extended, has been formally removed.
    {{SpecName('CSS2.1', 'box.html#border-color-properties', 'border-top-color')}}{{Spec2('CSS2.1')}}Initial definition
    +{{Specifications}}

    {{cssinfo}}

    diff --git a/files/zh-cn/web/css/border-top-left-radius/index.html b/files/zh-cn/web/css/border-top-left-radius/index.html index a995ad8019f345..434bda698b1301 100644 --- a/files/zh-cn/web/css/border-top-left-radius/index.html +++ b/files/zh-cn/web/css/border-top-left-radius/index.html @@ -135,29 +135,14 @@

    示例

    规范

    - - - - - - - - - - - - - - - -
    详细说明状态解释
    {{SpecName('CSS3 Backgrounds', '#the-border-radius', 'border-top-left-radius')}}{{Spec2('CSS3 Backgrounds')}}Initial definition
    +{{Specifications}}

    浏览器兼容性

    -{{Compat("css.properties.border-top-left-radius")}} +{{Compat}}

    另请参阅

    diff --git a/files/zh-cn/web/css/border-top-style/index.html b/files/zh-cn/web/css/border-top-style/index.html index b7d5378aa4972a..979e87a9e0cb76 100644 --- a/files/zh-cn/web/css/border-top-style/index.html +++ b/files/zh-cn/web/css/border-top-style/index.html @@ -93,29 +93,9 @@

    输出结果

    {{ EmbedLiveSample('Examples', 300, 200) }}

    -

    规则

    - - - - - - - - - - - - - - - - - - - - - -
    规则状态备注
    {{ SpecName('CSS3 Backgrounds', '#the-border-style', 'border-top-style') }}{{ Spec2('CSS3 Backgrounds') }}No significant change.
    {{ SpecName('CSS2.1', 'box.html#border-style-properties', 'border-top-style') }}{{ Spec2('CSS2.1') }}Initial definition.
    +

    规范

    + +{{Specifications}}

    {{cssinfo}}

    diff --git a/files/zh-cn/web/css/border-top-width/index.html b/files/zh-cn/web/css/border-top-width/index.html index 9949b498b09336..6cac8af48c7831 100644 --- a/files/zh-cn/web/css/border-top-width/index.html +++ b/files/zh-cn/web/css/border-top-width/index.html @@ -97,40 +97,13 @@

    Result

    Specifications

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#the-border-width', 'border-top-width')}}{{Spec2('CSS3 Backgrounds')}}No significant change.
    {{SpecName('CSS2.1', 'box.html#border-width-properties', 'border-top-width')}}{{Spec2('CSS2.1')}}No significant change.
    {{SpecName('CSS1', '#border-left-width', 'border-top-width')}}{{Spec2('CSS1')}}Initial definition.
    +{{Specifications}}

    {{cssinfo}}

    Browser compatibility

    - - -

    {{Compat("css.properties.border-top-width")}}

    +

    {{Compat}}

    See also

    diff --git a/files/zh-cn/web/css/border-top/index.html b/files/zh-cn/web/css/border-top/index.html index 752e7c43266edf..db3d378865a9c9 100644 --- a/files/zh-cn/web/css/border-top/index.html +++ b/files/zh-cn/web/css/border-top/index.html @@ -66,45 +66,10 @@

    示例

    {{ EmbedLiveSample('Applying_a_top_border') }}

    -

    技术说明

    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#border-top', 'border-top')}}{{Spec2('CSS3 Backgrounds')}}通过修改{{cssxref("border-top-color")}}的值,没有直接的更改。
    {{SpecName('CSS2.1', 'box.html#propdef-border-top', 'border-top')}}{{Spec2('CSS2.1')}}没有明显改变
    {{SpecName('CSS1', '#border-top', 'border-top')}}{{Spec2('CSS1')}}初次定义
    - -

    Browser compatibility

    - -
    {{Compat("css.properties.border-top")}}
    - - - - +

    规范

    +{{Specifications}} +

    Browser compatibility

    -
    +
    {{Compat}}
    diff --git a/files/zh-cn/web/css/border-width/index.html b/files/zh-cn/web/css/border-width/index.html index 4ed7ee99229e46..e567baf569821a 100644 --- a/files/zh-cn/web/css/border-width/index.html +++ b/files/zh-cn/web/css/border-width/index.html @@ -7,7 +7,7 @@

    概要

    -

     border-width 属性可以设置盒子模型的边框宽度。

    +

    border-width 属性可以设置盒子模型的边框宽度。

    {{EmbedInteractiveExample("pages/css/border-width.html")}}

    @@ -132,36 +132,11 @@

    运行结果

    Specifications

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    SpecificationStatusComment
    {{SpecName('CSS3 Backgrounds', '#the-border-width', 'border-width')}}{{Spec2('CSS3 Backgrounds')}}No direct change, the {{cssxref("<length>")}} CSS data type extension has an effect on this property.
    {{SpecName('CSS2.1', 'box.html#border-width-properties', 'border-width')}}{{Spec2('CSS2.1')}}Added the constraint that values' meaning must be constant inside a document.
    {{SpecName('CSS1', '#border-width', 'border-width')}}{{Spec2('CSS1')}}Initial definition
    +{{Specifications}}

    浏览器兼容性

    -

    {{Compat("css.properties.border-width")}}

    +

    {{Compat}}

    参考

    diff --git a/files/zh-cn/web/css/border/index.html b/files/zh-cn/web/css/border/index.html index 1da45fcef8d999..1fe85f21a9a99a 100644 --- a/files/zh-cn/web/css/border/index.html +++ b/files/zh-cn/web/css/border/index.html @@ -98,36 +98,7 @@

    结果

    规范

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    规范状态说明
    {{SpecName('CSS3 Backgrounds', '#the-border-shorthands', 'border')}}{{Spec2('CSS3 Backgrounds')}}在理论上删除了对transparent的支持,因为{{cssxref("<color>")}}已经接受它作为一种有效的颜色值。这不会对实际使用有任何影响。
    - 虽然 border 不能给{{cssxref("border-image")}}赋特定的值,但可以用于重置{{cssxref("border-image")}}为初始值 (none).
    {{SpecName('CSS2.1', 'box.html#border-shorthand-properties', 'border')}}{{Spec2('CSS2.1')}} -

    加入inherit关键字。
    - 接受 transparent 作为有效的颜色值。

    -
    {{SpecName('CSS1', '#border', 'border')}}{{Spec2('CSS1')}}初始定义
    +{{Specifications}}

    浏览器兼容性

    diff --git a/files/zh-cn/web/css/box-decoration-break/index.html b/files/zh-cn/web/css/box-decoration-break/index.html index 73ea18131c3293..eff1a1f64f019f 100644 --- a/files/zh-cn/web/css/box-decoration-break/index.html +++ b/files/zh-cn/web/css/box-decoration-break/index.html @@ -117,22 +117,7 @@

    块状盒子片段

    规范

    - - - - - - - - - - - - - - - -
    规范状态备注
    {{ SpecName('CSS3 Fragmentation', '#break-decoration', 'box-decoration-break') }}{{ Spec2('CSS3 Fragmentation') }}初步定义
    +{{Specifications}}

    {{cssinfo}}

    diff --git a/files/zh-cn/web/css/box-shadow/index.html b/files/zh-cn/web/css/box-shadow/index.html index 5edde376d04135..5b90c1abf5e323 100644 --- a/files/zh-cn/web/css/box-shadow/index.html +++ b/files/zh-cn/web/css/box-shadow/index.html @@ -149,22 +149,7 @@

    CSS

    规范

    - - - - - - - - - - - - - - - -
    规范状态
    {{ SpecName('CSS3 Backgrounds', '#box-shadow', 'box-shadow') }}{{ Spec2('CSS3 Backgrounds') }}初次定义
    +{{Specifications}}

    {{cssinfo}}

    @@ -177,7 +162,7 @@

    浏览器兼容性

    参见