Skip to content

Commit 9af0b92

Browse files
authored
[CSSGapDecorations] Regenerate TOC and add Diego to Authors (#1270)
1 parent 9d44caa commit 9af0b92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AtRuleFeatureDetection/explainer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# At-Rule Feature Detection
22

3-
## Authors:
3+
## Authors
44

55
- [Kevin Babbitt](https://github.com/kbabbitt) (Microsoft)
6+
- [Diego Gonzalez](https://github.com/diekus) (Microsoft)
67

78
## Participate
89
- [Issue tracker](https://github.com/MicrosoftEdge/MSEdgeExplainers/labels/AtRuleFeatureDetection)
@@ -14,18 +15,17 @@
1415

1516

1617
- [At-Rule Feature Detection](#at-rule-feature-detection)
17-
- [Authors:](#authors)
18+
- [Authors](#authors)
1819
- [Participate](#participate)
1920
- [Table of Contents](#table-of-contents)
2021
- [Introduction](#introduction)
2122
- [User-Facing Problem](#user-facing-problem)
2223
- [Goals](#goals)
2324
- [Non-goals](#non-goals)
25+
- [CSS `@charset`](#css-charset)
26+
- [Context Aware feature detection](#context-aware-feature-detection)
2427
- [Proposed Approach](#proposed-approach)
2528
- [Detect whether an at-rule name is recognized at all](#detect-whether-an-at-rule-name-is-recognized-at-all)
26-
- [Detect whether an at-rule, with optional prelude and/or block, is supported](#detect-whether-an-at-rule-with-optional-prelude-andor-block-is-supported)
27-
- [Special case: The forgiving grammar of media queries](#special-case-the-forgiving-grammar-of-media-queries)
28-
- [Detect whether a given declaration is supported within an at-rule block](#detect-whether-a-given-declaration-is-supported-within-an-at-rule-block)
2929
- [Accessibility, Privacy, and Security Considerations](#accessibility-privacy-and-security-considerations)
3030
- [Stakeholder Feedback / Opposition](#stakeholder-feedback--opposition)
3131
- [References \& acknowledgements](#references--acknowledgements)

0 commit comments

Comments
 (0)