Skip to content

Commit

Permalink
Update Chromium compat data for math@display (#17814)
Browse files Browse the repository at this point in the history
- Add new implementation performed in [1].

- Also remove legacy implementation from Chrome 24, there is already
  some documentation about this MathML implementation for the
  mathml.elements.math feature and not documenting Chrome 24 is
  consistent with what we do for other MathML subfeatures that have
  been re-implemented later.

[1] https://chromiumdash.appspot.com/commit/94e1142bd73bebfdce14bc779601bad8277fc4c6
  • Loading branch information
fred-wang committed Sep 16, 2022
1 parent 48a4a8d commit 52729e5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mathml/elements/math.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,14 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/math#attr-display",
"support": {
"chrome": {
"version_added": "24",
"version_removed": "25"
"version_added": "83",
"flags": [
{
"type": "preference",
"name": "#enable-experimental-web-platform-features",
"value_to_set": "Enabled"
}
]
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down

0 comments on commit 52729e5

Please sign in to comment.