diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-28 10:55:28 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-28 10:55:28 +0000 |
commit | cc64a3851fe1b82e51b50d0dfddc1909485604dc (patch) | |
tree | 861ff401df675be95ce231afa02bf04fcebe010a /layout/style/nsCSSKeywordList.h | |
parent | 252db1fac8bece0a3624af9c37a9f49c6de4aa75 (diff) | |
download | aura-central-cc64a3851fe1b82e51b50d0dfddc1909485604dc.tar.gz |
Issue mcp-graveyard/UXP%1755 - Add smooth, high-quality and pixelated to CSS image-rendering
Diffstat (limited to 'layout/style/nsCSSKeywordList.h')
-rw-r--r-- | layout/style/nsCSSKeywordList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/style/nsCSSKeywordList.h b/layout/style/nsCSSKeywordList.h index be1691e62..2629127fa 100644 --- a/layout/style/nsCSSKeywordList.h +++ b/layout/style/nsCSSKeywordList.h @@ -305,6 +305,7 @@ CSS_KEY(hebrew, hebrew) CSS_KEY(help, help) CSS_KEY(hidden, hidden) CSS_KEY(hide, hide) +CSS_KEY(high-quality, high_quality) CSS_KEY(highlight, highlight) CSS_KEY(highlighttext, highlighttext) CSS_KEY(historical-forms, historical_forms) @@ -450,6 +451,7 @@ CSS_KEY(pc, pc) CSS_KEY(perspective, perspective) CSS_KEY(petite-caps, petite_caps) CSS_KEY(physical, physical) +CSS_KEY(pixelated, pixelated) CSS_KEY(plaintext, plaintext) CSS_KEY(pointer, pointer) CSS_KEY(polygon, polygon) |