Skip to content

Commit

Permalink
Move data in browser-compat key for two more articles (mdn#16817)
Browse files Browse the repository at this point in the history
These updates had been waiting on BCD changes that have now been
merged, from mdn/browser-compat-data#16477
and mdn/browser-compat-data#16455
  • Loading branch information
sideshowbarker authored May 31, 2022
1 parent 420b41e commit 381a7ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 2 additions & 7 deletions files/en-us/web/css/alternative_style_sheets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ tags:
- Guide
- HTML
- Reference
spec-urls:
- https://html.spec.whatwg.org/multipage/#rel-alternate
- https://html.spec.whatwg.org/multipage/#the-link-is-an-alternative-stylesheet
- https://html.spec.whatwg.org/multipage/#attr-style-title
- https://html.spec.whatwg.org/multipage/#attr-meta-http-equiv-default-style
- https://drafts.csswg.org/cssom/#css-style-sheet-collections
browser-compat: html.elements.link.rel.alternate_stylesheet
---
{{CSSRef}}

Expand Down Expand Up @@ -59,4 +54,4 @@ Use `rel="stylesheet"` to link to the default style, and `rel="alternate stylesh

## Browser compatibility

{{Compat("html.elements.link.rel.alternate_stylesheet")}}
{{Compat}}
6 changes: 2 additions & 4 deletions files/en-us/web/css/display-listitem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- Reference
- display-listitem
- list-item
spec-urls: https://drafts.csswg.org/css-display/#typedef-display-listitem
browser-compat: css.properties.display.list-item
---
{{CSSRef}}

Expand Down Expand Up @@ -50,9 +50,7 @@ A single value of `list-item` will cause the element to behave like a list item.

## Browser compatibility

### Support of `list-item`

{{Compat("css.properties.display.list-item", 10)}}
{{Compat}}

## See also

Expand Down

0 comments on commit 381a7ad

Please sign in to comment.