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

fix(css): Sync text with inheritance diagram #34250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(css): Sync text with inheritance diagram
  • Loading branch information
danielzgtg committed Jun 18, 2024
commit 3d15541e266bcc8d290f70ddfbdd49dd33ecb690
4 changes: 2 additions & 2 deletions files/en-us/web/api/cssconditionrule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Three objects derive from `CSSConditionRule`: {{domxref("CSSMediaRule")}}, {{dom

## Instance properties

_Inherits properties from its ancestors {{domxref("CSSRule")}} and {{domxref("CSSGroupingRule")}}._
_Inherits properties from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

- {{domxref("CSSConditionRule.conditionText")}} {{ReadOnlyInline}}
- : Represents the text of the condition of the rule.

## Instance methods

No specific methods; inherits methods from its ancestors {{domxref("CSSRule")}} and {{domxref("CSSGroupingRule")}}.
_Inherits methods from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

## Specifications

Expand Down
6 changes: 3 additions & 3 deletions files/en-us/web/api/csslayerblockrule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ browser-compat: api.CSSLayerBlockRule

{{APIRef("CSSOM")}}

The **`CSSLayerBlockRule`** represents a {{cssxref("@layer")}} block rule. It is a grouping at-rule meaning that it can contain other rules, and is associated to a given cascade layer, identified by its _name_.
The **`CSSLayerBlockRule`** represents a {{cssxref("@layer")}} block rule.

{{InheritanceDiagram}}

## Instance properties

_Also inherits properties from its parent interface, {{DOMxRef("CSSGroupingRule")}}._
_Inherits properties from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

- {{DOMxRef("CSSLayerBlockRule.name")}} {{ReadOnlyInline}}
- A string containing the name of the associated cascade layer.

## Instance methods

_Inherits methods from its parent interface, {{DOMxRef("CSSGroupingRule")}}._
_Inherits methods from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/csspagerule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ browser-compat: api.CSSPageRule

## Instance properties

_Inherits properties from its ancestor {{domxref("CSSRule")}}._
_Inherits properties from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

- {{domxref("CSSPageRule.selectorText")}}
- : Represents the text of the page selector associated with the at-rule.
Expand All @@ -22,7 +22,7 @@ _Inherits properties from its ancestor {{domxref("CSSRule")}}._

## Instance methods

_Inherits methods from its ancestor {{domxref("CSSRule")}}._
_Inherits methods from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/cssscoperule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The **`CSSScopeRule`** interface of the [CSS Object Model](/en-US/docs/Web/API/C

## Instance properties

_This interface inherits properties from its parent, {{domxref("CSSGroupingRule")}}._
_Inherits properties from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

- {{domxref("CSSScopeRule.end", "end")}}
- : Returns a string containing the value of the `@scope` at-rule's scope limit.
Expand All @@ -22,7 +22,7 @@ _This interface inherits properties from its parent, {{domxref("CSSGroupingRule"

## Instance methods

_This interface inherits methods from its parent, {{domxref("CSSGroupingRule")}}._
_Inherits methods from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/cssstartingstylerule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The **`CSSStartingStyleRule`** interface of the [CSS Object Model](/en-US/docs/W

## Instance properties

_This interface inherits properties from its parent, {{domxref("CSSGroupingRule")}}._
_Inherits properties from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

## Instance methods

_This interface inherits methods from its parent, {{domxref("CSSGroupingRule")}}._
_Inherits methods from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

## Specifications

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/cssstylerule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The **`CSSStyleRule`** interface represents a single CSS style rule.

## Instance properties

_Inherits properties from its ancestor {{domxref("CSSRule")}}._
_Inherits properties from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

- {{domxref("CSSStyleRule.selectorText")}}
- : Returns the textual representation of the selector for this rule, e.g. `"h1, h2"`.
Expand All @@ -24,7 +24,7 @@ _Inherits properties from its ancestor {{domxref("CSSRule")}}._

## Instance methods

_No specific methods; inherits methods from its ancestor {{domxref("CSSRule")}}._
_Inherits methods from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}._

## Examples

Expand Down