Skip to content

Commit

Permalink
chore(macros): Remove 'Xref_cssinitial', 'Xref_cssinherited', 'Xref_c…
Browse files Browse the repository at this point in the history
…sscomputed', 'NonStandardBadge' (mdn#32189)

* chore(macros): Remove 'Xref_cssinitial', 'Xref_cssinherited', 'Xref_csscomputed'

* chore(macros): Replace 'NonStandardBadge' with 'non-standard_inline'
  • Loading branch information
bsmth authored Feb 13, 2024
1 parent bed92df commit 65248f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/idbfactory/deletedatabase/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deleteDatabase(name, options)
database that doesn't exist does not throw an exception, in contrast to
{{DOMxRef("IDBDatabase.deleteObjectStore()")}}, which does throw an exception if the
named object store does not exist.
- `options` {{optional_inline}} {{NonStandardBadge}}
- `options` {{optional_inline}} {{Non-standard_Inline}}
- : In Gecko, since [version 26](/en-US/docs/Mozilla/Firefox/Releases/26), you can include
a non-standard optional storage parameter that specifies whether you want to delete a
`permanent` (the default value) IndexedDB, or an indexedDB in
Expand Down
6 changes: 3 additions & 3 deletions files/en-us/web/css/-webkit-mask-box-image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ Border repeat styles, when included, are interpreted in the order of `<repeat-x>

## Formal definition

- {{ Xref_cssinitial() }}: `none`
- [Initial value](/en-US/docs/Web/CSS/initial_value): `none`
- Applies to: all elements
- {{ Xref_cssinherited() }}: no
- {{ Xref_csscomputed() }}: as specified
- [Inherited](/en-US/docs/Web/CSS/Inheritance): no
- [Computed value](/en-US/docs/Web/CSS/computed_value): as specified

## Formal syntax

Expand Down

0 comments on commit 65248f5

Please sign in to comment.