Skip to content

Commit

Permalink
edits per review
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Dec 7, 2023
1 parent 4691893 commit 245d126
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions files/en-us/web/css/css_syntax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@ The module explicitly states that {{cssxref("@charset")}} is not an actual at-ru

## Reference

### Key concepts and definitions

- [`<an + b>` notation]()
- [declaration](/en-US/docs/Web/API/CSS_Object_Model/CSS_Declaration)
- {{glossary("CSS_Descriptor", "descriptor")}}
- [comments](/en-US/docs/Web/CSS/Comments)
- [declaration block](/en-US/docs/Web/API/CSS_Object_Model/CSS_Declaration_Block)
- [escaping](/en-US/docs/Web/CSS/custom-ident#escaping_characters)
- [function](/en-US/docs/Web/CSS/CSS_Functions)
- [invalid](/en-US/docs/Web/CSS/CSS_syntax/error_handling)
- {{glossary("parse")}}
- [rule](/en-US/docs/Web/API/CSSRule)
### Key concepts

- {{cssxref("at-rule")}}
- [character escaping](/en-US/docs/Web/CSS/custom-ident#escaping_characters)
- [CSS comments](/en-US/docs/Web/CSS/Comments)
- [CSS declaration](/en-US/docs/Web/API/CSS_Object_Model/CSS_Declaration)
- [CSS declaration block](/en-US/docs/Web/API/CSS_Object_Model/CSS_Declaration_Block)
- [CSS function](/en-US/docs/Web/CSS/CSS_Functions)
- [invalid](/en-US/docs/Web/CSS/CSS_syntax/error_handling)
- [style rule](/en-US/docs/Web/API/CSSStyleRule)

## Glossary terms

- {{glossary("CSS_Descriptor", "CSS descriptor")}}
- {{glossary("parse")}}
- {{glossary("stylesheet")}}
- {{glossary("whitespace")}}

Expand All @@ -43,45 +44,46 @@ The module explicitly states that {{cssxref("@charset")}} is not an actual at-ru
- : The formal grammar for defining valid values for CSS properties and functions, along with semantic constraints. A guide for understanding CSS component value types, combinators, and multipliers.

- [CSS syntax error handling](/en-US/docs/Web/CSS/CSS_syntax/error_handling)
- : Overview of how the user-agent handles

- : Overview of how the user-agent handles invalid CSS

## Related concepts

[CSS selectors](/en-US/docs/Web/CSS/CSS_selectors) module:

- [specificity](/en-US/docs/Web/CSS/Specificity)
- [CSS specificity](/en-US/docs/Web/CSS/Specificity)

[CSS cascade](/en-US/docs/Web/CSS/CSS_cascade) module
[CSS cascade](/en-US/docs/Web/CSS/CSS_cascade) module:

- {{cssxref("@import")}} at-rule
- {{cssxref("important")}} flag
- [Initial values](/en-US/docs/Web/CSS/initial_value)
- [Computed values](/en-US/docs/Web/CSS/computed_value)
- [Used values](/en-US/docs/Web/CSS/used_value)
- [Actual values](/en-US/docs/Web/CSS/actual_value)
- [inheritance](/en-US/docs/Web/CSS/Inheritance)
- {{Glossary("Property/CSS", "CSS property")}} glossary term
- [CSS inheritance](/en-US/docs/Web/CSS/Inheritance)
- {{Glossary("Property/CSS", "CSS property")}}

[CSS custom properties for cascading variables](/en-US/docs/Web/CSS/CSS_cascading_variables) module:

- [custom property (`--*`)](/en-US/docs/Web/CSS/--*)
- {{cssxref("var")}}
- {{cssxref("var")}} function

[CSS conditional rules](/en-US/docs/Web/CSS/CSS_conditional_rules) module
[CSS conditional rules](/en-US/docs/Web/CSS/CSS_conditional_rules) module:

- {{cssxref("@media")}}
- {{cssxref("@supports")}}
- {{cssxref("@media")}} at-rule
- {{cssxref("@supports")}} at-rule

[CSS Object Model (CSSOM)](/en-US/docs/Web/API/CSS_Object_Model) module
[CSS Object Model (CSSOM)](/en-US/docs/Web/API/CSS_Object_Model) API:

- {{domxref("CSSValue.cssText", "cssText")}}
- {{domxref("CSSStyleSheet.insertRule()", "insertRule(rule)")}}
- {{domxref("CSSStyleSheet.replace()", "replace(text)")}}
- {{domxref("CSSValue.cssText", "cssText")}} property
- {{domxref("CSSStyleSheet.insertRule()", "insertRule(rule)")}} method
- {{domxref("CSSStyleSheet.replace()", "replace(text)")}} method

[WHATWG](/en-US/docs/Glossary/WHATWG) specification
[WHATWG](/en-US/docs/Glossary/WHATWG) specification:

- {{HTMLElement("style")}}
- {{HTMLElement("link")}}
- {{HTMLElement("style")}} element
- {{HTMLElement("link")}} element
- [`class`](/en-US/docs/Web/HTML/Global_attributes/class) attribute
- [`rel`](/en-US/docs/Web/HTML/Attributes/rel#stylesheet) attribute

Expand Down

0 comments on commit 245d126

Please sign in to comment.