Skip to content

Commit

Permalink
Remove dumplite CSS Counter Styles API page (#36774)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 13, 2024
1 parent 8c4bb87 commit 9840d33
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 65 deletions.
1 change: 1 addition & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7692,6 +7692,7 @@
/en-US/docs/Web/API/CSSUnitValue/CSSUnitValue() /en-US/docs/Web/API/CSSUnitValue/CSSUnitValue
/en-US/docs/Web/API/CSSUnitValue/CSSUnitValue.CSSUnitValue /en-US/docs/Web/API/CSSUnitValue/CSSUnitValue
/en-US/docs/Web/API/CSSValueList/CSSValueList.length /en-US/docs/Web/API/CSSValueList/length
/en-US/docs/Web/API/CSS_Counter_Styles /en-US/docs/Web/CSS/CSS_counter_styles
/en-US/docs/Web/API/CSS_Properties_and_Values_API/_Using_the_CSS_properties_and_values_API /en-US/docs/Web/API/CSS_Properties_and_Values_API/guide
/en-US/docs/Web/API/CSS_Typed_Object_Model_API /en-US/docs/Web/API/CSS_Object_Model#CSS_Typed_Object_Model
/en-US/docs/Web/API/Cache/Cache.addAll() /en-US/docs/Web/API/Cache/addAll
Expand Down
4 changes: 0 additions & 4 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -23275,10 +23275,6 @@
"modified": "2020-10-15T22:15:39.291Z",
"contributors": ["sideshowbarker", "mfuji09", "jpmedley"]
},
"Web/API/CSS_Counter_Styles": {
"modified": "2020-10-15T21:49:22.666Z",
"contributors": ["wbamberg", "fscholz", "Sebastianz"]
},
"Web/API/CSS_Font_Loading_API": {
"modified": "2020-12-13T22:13:07.232Z",
"contributors": [
Expand Down
28 changes: 0 additions & 28 deletions files/en-us/web/api/css_counter_styles/index.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.additiveSymbols
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`additiveSymbols`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/additive-symbols","additive-symbols")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/csscounterstylerule/fallback/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.fallback
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`fallback`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/fallback","fallback")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/csscounterstylerule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page-type: web-api-interface
browser-compat: api.CSSCounterStyleRule
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`CSSCounterStyleRule`** interface represents an {{CSSxRef("@counter-style")}} [at-rule](/en-US/docs/Web/CSS/At-rule).

Expand Down Expand Up @@ -54,3 +54,4 @@ _This interface doesn't implement any specific method but inherits methods from

- {{CSSxRef("@counter-style")}}
- [CSS counter styles](/en-US/docs/Web/CSS/CSS_counter_styles) module
- [Using CSS counters](/en-US/docs/Web/CSS/CSS_counter_styles/Using_CSS_counters) guide
4 changes: 2 additions & 2 deletions files/en-us/web/api/csscounterstylerule/name/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.name
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`name`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the {{CSSxRef("<custom-ident>")}} defined as the `name` for the associated rule.

## Value

A string
A string.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/csscounterstylerule/negative/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.negative
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`negative`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/negative","negative")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

## Value

A string
A string.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/csscounterstylerule/pad/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.pad
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`pad`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/pad", "pad")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

## Value

A string
A string.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/csscounterstylerule/prefix/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.prefix
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`prefix`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/prefix","prefix")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

## Value

A string
A string.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/csscounterstylerule/range/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.range
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`range`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/range","range")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

## Value

A string
A string.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/csscounterstylerule/speakas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.speakAs
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`speakAs`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/speak-as","speak-as")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

## Value

A string
A string.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/csscounterstylerule/suffix/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.suffix
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`suffix`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/suffix","suffix")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

## Value

A string
A string.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/csscounterstylerule/symbols/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.symbols
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`symbols`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/symbols","symbols")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

## Value

A string
A string.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/csscounterstylerule/system/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ page-type: web-api-instance-property
browser-compat: api.CSSCounterStyleRule.system
---

{{APIRef("CSS Counter Styles")}}
{{APIRef("CSSOM")}}

The **`system`** property of the {{domxref("CSSCounterStyleRule")}} interface gets and sets the value of the {{cssxref("@counter-style/system", "system")}} descriptor. If the descriptor does not have a value set, this attribute returns an empty string.

## Value

A string
A string.

## Examples

Expand Down
6 changes: 2 additions & 4 deletions files/en-us/web/css/css_counter_styles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ No properties are defined in this module
- {{cssxref("@counter-style/speak-as", "speak-as")}}
- {{cssxref("@counter-style/fallback", "fallback")}}

### Interfaces and APIs
### Interfaces

- [CSS counter styles](/en-US/docs/Web/API/CSS_Counter_Styles) API
- {{domxref("CSSCounterStyleRule")}} interface

## Guides
Expand All @@ -70,7 +69,7 @@ No properties are defined in this module
- {{cssxref("::before")}} pseudo-element
- {{cssxref("::marker")}} pseudo-element

[CSS generated content](/en-US/docs/Web/CSS/CSS_generated_content)
[CSS generated content](/en-US/docs/Web/CSS/CSS_generated_content) module:

- {{cssxref("content")}} property

Expand All @@ -80,7 +79,6 @@ No properties are defined in this module

## See also

- [CSS counter styles](/en-US/docs/Web/API/CSS_Counter_Styles) API
- [CSS lists and counters](/en-US/docs/Web/CSS/CSS_lists) module
- [CSS pseudo-elements](/en-US/docs/Web/CSS/CSS_pseudo-elements) module
- [CSS generated content](/en-US/docs/Web/CSS/CSS_generated_content) module
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ After the release of CSS 2 (Level 1), new features have been added to CSS.
Some of them are _fancy_ and are pretty self-contained.
They are easy to use for anybody with a fair knowledge of basic concepts.

- [CSS Counter Styles](/en-US/docs/Web/API/CSS_Counter_Styles)
- [CSS Counter Styles](/en-US/docs/Web/CSS/CSS_counter_styles/Using_CSS_counters)
- : Counting items and pages is an easy task in CSS. Learn to use {{cssxref("counter-reset")}}, {{cssxref("counter-increment")}}, {{cssxref("counters", "counters()")}}, and {{cssxref("counter", "counter()")}}.
- [CSS Animations](/en-US/docs/Web/CSS/CSS_animations/Using_CSS_animations)
- : CSS Animations allow you to define configurations of style, as [keyframes](/en-US/docs/Web/CSS/@keyframes), and to transition between them defining an animation.
Expand Down
7 changes: 0 additions & 7 deletions files/jsondata/GroupData.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,6 @@
"properties": ["Navigator.credentials"],
"events": []
},
"CSS Counter Styles": {
"overview": ["CSS Counter Styles"],
"interfaces": ["CSSCounterStyleRule"],
"methods": [],
"properties": [],
"events": []
},
"CSS Font Loading API": {
"overview": ["CSS Font Loading API"],
"interfaces": ["FontFace", "FontFaceSet", "FontFaceSetLoadEvent"],
Expand Down

0 comments on commit 9840d33

Please sign in to comment.