Skip to content
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

font-variant-caps should accept all-small-caps and all-petite-caps #16821

Merged
merged 1 commit into from May 12, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

font-variant-caps should accept all-small-caps and all-petite-caps

  • Loading branch information
Manishearth committed May 11, 2017
commit f80690fa41b0bc5d8d34ff8a3ecd612312b84a2e
@@ -337,14 +337,14 @@ ${helpers.single_keyword_system("font-style",


<% font_variant_caps_custom_consts= { "small-caps": "SMALLCAPS",
"all-small": "ALLSMALL",
"all-small-caps": "ALLSMALL",
"petite-caps": "PETITECAPS",
"all-petite": "ALLPETITE",
"all-petite-caps": "ALLPETITE",
"titling-caps": "TITLING" } %>

${helpers.single_keyword_system("font-variant-caps",
"normal small-caps",
extra_gecko_values="all-small petite-caps unicase titling-caps",
extra_gecko_values="all-small-caps petite-caps all-petite-caps unicase titling-caps",
gecko_constant_prefix="NS_FONT_VARIANT_CAPS",
gecko_ffi_name="mFont.variantCaps",
spec="https://drafts.csswg.org/css-fonts/#propdef-font-variant-caps",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.