1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 15:25:08 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Identifiers.json
Sam Atkins d470e7e817 LibWeb: Remove media-query-related identifiers from identifiers.json
Having these in here was a hack to support the other hack of making
media-queries use StyleValues. Now they don't do that, so we can remove
these again and keep things hygienic.
2022-01-02 15:43:51 +01:00

238 lines
4.5 KiB
JSON

[
"-libweb-center",
"-libweb-link",
"-libweb-palette-active-link",
"-libweb-palette-active-window-border1",
"-libweb-palette-active-window-border2",
"-libweb-palette-active-window-title",
"-libweb-palette-base",
"-libweb-palette-base-text",
"-libweb-palette-button",
"-libweb-palette-button-text",
"-libweb-palette-desktop-background",
"-libweb-palette-focus-outline",
"-libweb-palette-highlight-window-border1",
"-libweb-palette-highlight-window-border2",
"-libweb-palette-highlight-window-title",
"-libweb-palette-hover-highlight",
"-libweb-palette-inactive-selection",
"-libweb-palette-inactive-selection-text",
"-libweb-palette-inactive-window-border1",
"-libweb-palette-inactive-window-border2",
"-libweb-palette-inactive-window-title",
"-libweb-palette-link",
"-libweb-palette-menu-base",
"-libweb-palette-menu-base-text",
"-libweb-palette-menu-selection",
"-libweb-palette-menu-selection-text",
"-libweb-palette-menu-stripe",
"-libweb-palette-moving-window-border1",
"-libweb-palette-moving-window-border2",
"-libweb-palette-moving-window-title",
"-libweb-palette-rubber-band-border",
"-libweb-palette-rubber-band-fill",
"-libweb-palette-ruler",
"-libweb-palette-ruler-active-text",
"-libweb-palette-ruler-border",
"-libweb-palette-ruler-inactive-text",
"-libweb-palette-selection",
"-libweb-palette-selection-text",
"-libweb-palette-syntax-comment",
"-libweb-palette-syntax-control-keyword",
"-libweb-palette-syntax-identifier",
"-libweb-palette-syntax-keyword",
"-libweb-palette-syntax-number",
"-libweb-palette-syntax-operator",
"-libweb-palette-syntax-preprocessor-statement",
"-libweb-palette-syntax-preprocessor-value",
"-libweb-palette-syntax-punctuation",
"-libweb-palette-syntax-string",
"-libweb-palette-syntax-type",
"-libweb-palette-text-cursor",
"-libweb-palette-threed-highlight",
"-libweb-palette-threed-shadow1",
"-libweb-palette-threed-shadow2",
"-libweb-palette-visited-link",
"-libweb-palette-window",
"-libweb-palette-window-text",
"absolute",
"alias",
"all",
"all-scroll",
"anywhere",
"auto",
"baseline",
"blink",
"block",
"bold",
"bolder",
"both",
"bottom",
"border-box",
"break-word",
"capitalize",
"cell",
"center",
"circle",
"clip",
"col-resize",
"collapse",
"column",
"column-reverse",
"contain",
"content",
"content-box",
"contents",
"context-menu",
"copy",
"cover",
"crosshair",
"currentcolor",
"cursive",
"dashed",
"decimal",
"decimal-leading-zero",
"default",
"disc",
"dotted",
"double",
"e-resize",
"ew-resize",
"fantasy",
"fixed",
"flex",
"flex-start",
"flex-end",
"flow",
"flow-root",
"from-font",
"full-size-kana",
"full-width",
"grab",
"grabbing",
"grid",
"groove",
"help",
"hidden",
"inline",
"inline-block",
"inline-table",
"inset",
"inside",
"invert",
"italic",
"justify",
"large",
"larger",
"left",
"lighter",
"line-through",
"list-item",
"local",
"lowercase",
"lower-alpha",
"lower-latin",
"lower-roman",
"ltr",
"medium",
"middle",
"monospace",
"move",
"ne-resize",
"nesw-resize",
"no-drop",
"no-repeat",
"none",
"normal",
"not-allowed",
"nowrap",
"n-resize",
"ns-resize",
"nw-resize",
"nwse-resize",
"oblique",
"outset",
"outside",
"overline",
"padding-box",
"pointer",
"pre",
"pre-line",
"pre-wrap",
"progress",
"relative",
"repeat",
"repeat-x",
"repeat-y",
"ridge",
"right",
"round",
"row",
"row-resize",
"row-reverse",
"rtl",
"ruby",
"ruby-base",
"ruby-base-container",
"ruby-text",
"ruby-text-container",
"run-in",
"sans-serif",
"scroll",
"se-resize",
"separate",
"serif",
"small",
"small-caps",
"smaller",
"solid",
"space",
"space-around",
"s-resize",
"space-between",
"square",
"static",
"sticky",
"stretch",
"sub",
"super",
"sw-resize",
"table",
"table-caption",
"table-cell",
"table-column",
"table-column-group",
"table-footer-group",
"table-header-group",
"table-row",
"table-row-group",
"text",
"text-bottom",
"text-top",
"thick",
"thin",
"top",
"ui-monospace",
"ui-rounded",
"ui-sans-serif",
"ui-serif",
"underline",
"uppercase",
"upper-alpha",
"upper-latin",
"upper-roman",
"visible",
"vertical-text",
"wait",
"wavy",
"wrap",
"wrap-reverse",
"w-resize",
"x-large",
"x-small",
"xx-large",
"xx-small",
"xxx-large",
"zoom-in",
"zoom-out"
]