Skip to content

Add Baseline status to hovercards #428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update mobile shortnames
  • Loading branch information
rviscomi committed Mar 21, 2025
commit 46a990d2f2f86a38dd6f2a449613d4b47b7450b0
4 changes: 2 additions & 2 deletions docs/customData.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ You can also specify 5 additional properties for them:
export let browserNames = {
E: 'Edge',
FF: 'Firefox',
FM: 'Firefox on Android',
FFA: 'Firefox on Android',
S: 'Safari',
SM: 'Safari on iOS',
C: 'Chrome',
CM: 'Chrome on Android',
CA: 'Chrome on Android',
IE: 'IE',
O: 'Opera'
};
Expand Down
2 changes: 1 addition & 1 deletion docs/customData.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"description": "Supported browsers",
"items": {
"type": "string",
"pattern": "(E|FM|FF|SM|S|CM|C|IE|O)([\\d|\\.]+)?",
"pattern": "(E|FFA|FF|SM|S|CA|C|IE|O)([\\d|\\.]+)?",
"patternErrorMessage": "Browser item must follow the format of `${browser}${version}`. `browser` is one of:\n- E: Edge\n- FF: Firefox\n- FM: Firefox Android\n- S: Safari\n- SM: Safari on iOS\n- C: Chrome\n- CM: Chrome on Android\n- IE: Internet Explorer\n- O: Opera"
}
},
Expand Down
Loading