2016-10-13 01:30:48 +03:00
|
|
|
/*
|
2017-03-14 23:44:48 +03:00
|
|
|
Copyright (C) 2016-2017 Alexander Borisov
|
2016-10-13 01:30:48 +03:00
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
Lesser General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
|
|
License along with this library; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
|
|
|
|
Author: lex.borisov@gmail.com (Alexander Borisov)
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef MyCSS_PROPERTY_RESOURCES_NAME_H
|
|
|
|
#define MyCSS_PROPERTY_RESOURCES_NAME_H
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
static const char * mycss_property_index_type_name[] =
|
|
|
|
{
|
|
|
|
"",
|
|
|
|
"align-content",
|
|
|
|
"align-items",
|
|
|
|
"align-self",
|
|
|
|
"animation",
|
|
|
|
"animation-delay",
|
|
|
|
"animation-direction",
|
|
|
|
"animation-duration",
|
|
|
|
"animation-fill-mode",
|
|
|
|
"animation-iteration-count",
|
|
|
|
"animation-name",
|
|
|
|
"animation-play-state",
|
|
|
|
"animation-timing-function",
|
|
|
|
"appearance",
|
|
|
|
"backface-visibility",
|
|
|
|
"background",
|
|
|
|
"background-attachment",
|
|
|
|
"background-clip",
|
|
|
|
"background-color",
|
|
|
|
"background-image",
|
|
|
|
"background-origin",
|
|
|
|
"background-position",
|
|
|
|
"background-repeat",
|
|
|
|
"background-size",
|
|
|
|
"bookmark-label",
|
|
|
|
"bookmark-level",
|
|
|
|
"bookmark-state",
|
|
|
|
"border",
|
2016-11-15 03:49:00 +03:00
|
|
|
"border-block-end",
|
|
|
|
"border-block-end-color",
|
|
|
|
"border-block-end-style",
|
|
|
|
"border-block-end-width",
|
|
|
|
"border-block-start",
|
|
|
|
"border-block-start-color",
|
|
|
|
"border-block-start-style",
|
|
|
|
"border-block-start-width",
|
2016-10-13 01:30:48 +03:00
|
|
|
"border-bottom",
|
|
|
|
"border-bottom-color",
|
|
|
|
"border-bottom-left-radius",
|
|
|
|
"border-bottom-right-radius",
|
|
|
|
"border-bottom-style",
|
|
|
|
"border-bottom-width",
|
|
|
|
"border-collapse",
|
|
|
|
"border-color",
|
|
|
|
"border-image",
|
|
|
|
"border-image-outset",
|
|
|
|
"border-image-repeat",
|
|
|
|
"border-image-slice",
|
|
|
|
"border-image-width",
|
2016-11-15 03:49:00 +03:00
|
|
|
"border-inline-end",
|
|
|
|
"border-inline-end-color",
|
|
|
|
"border-inline-end-style",
|
|
|
|
"border-inline-end-width",
|
|
|
|
"border-inline-start",
|
|
|
|
"border-inline-start-color",
|
|
|
|
"border-inline-start-style",
|
|
|
|
"border-inline-start-width",
|
2016-10-13 01:30:48 +03:00
|
|
|
"border-left",
|
|
|
|
"border-left-color",
|
|
|
|
"border-left-style",
|
|
|
|
"border-left-width",
|
|
|
|
"border-radius",
|
|
|
|
"border-right",
|
|
|
|
"border-right-color",
|
|
|
|
"border-right-style",
|
|
|
|
"border-right-width",
|
|
|
|
"border-spacing",
|
|
|
|
"border-style",
|
|
|
|
"border-top",
|
|
|
|
"border-top-color",
|
|
|
|
"border-top-left-radius",
|
|
|
|
"border-top-right-radius",
|
|
|
|
"border-top-style",
|
|
|
|
"border-top-width",
|
|
|
|
"border-width",
|
|
|
|
"bottom",
|
|
|
|
"box-decoration-break",
|
|
|
|
"box-shadow",
|
|
|
|
"box-sizing",
|
|
|
|
"box-suppress",
|
|
|
|
"break-after",
|
|
|
|
"break-before",
|
|
|
|
"break-inside",
|
|
|
|
"caption-side",
|
|
|
|
"caret",
|
|
|
|
"caret-color",
|
|
|
|
"caret-shape",
|
|
|
|
"clear",
|
|
|
|
"clear-after",
|
|
|
|
"color",
|
|
|
|
"color-adjust",
|
|
|
|
"color-interpolation",
|
|
|
|
"color-interpolation-filters",
|
|
|
|
"color-rendering",
|
|
|
|
"column-count",
|
|
|
|
"column-fill",
|
|
|
|
"column-gap",
|
|
|
|
"column-rule",
|
|
|
|
"column-rule-color",
|
|
|
|
"column-rule-style",
|
|
|
|
"column-rule-width",
|
|
|
|
"column-span",
|
|
|
|
"column-width",
|
|
|
|
"columns",
|
|
|
|
"contain",
|
|
|
|
"content",
|
|
|
|
"continue",
|
|
|
|
"counter-increment",
|
|
|
|
"cue",
|
|
|
|
"cue-after",
|
|
|
|
"cue-before",
|
|
|
|
"cursor",
|
|
|
|
"direction",
|
|
|
|
"display",
|
|
|
|
"empty-cells",
|
|
|
|
"fill",
|
|
|
|
"fill-opacity",
|
|
|
|
"fill-rule",
|
|
|
|
"flex",
|
|
|
|
"flex-basis",
|
|
|
|
"flex-direction",
|
|
|
|
"flex-flow",
|
|
|
|
"flex-grow",
|
|
|
|
"flex-shrink",
|
|
|
|
"flex-wrap",
|
|
|
|
"float",
|
|
|
|
"float-displace",
|
|
|
|
"font",
|
|
|
|
"font-family",
|
|
|
|
"font-feature-settings",
|
|
|
|
"font-kerning",
|
|
|
|
"font-language-override",
|
|
|
|
"font-size",
|
|
|
|
"font-size-adjust",
|
|
|
|
"font-stretch",
|
|
|
|
"font-style",
|
|
|
|
"font-synthesis",
|
|
|
|
"font-variant",
|
|
|
|
"font-variant-alternates",
|
|
|
|
"font-variant-caps",
|
|
|
|
"font-variant-east-asian",
|
|
|
|
"font-variant-ligatures",
|
|
|
|
"font-variant-numeric",
|
|
|
|
"font-variant-position",
|
|
|
|
"font-weight",
|
|
|
|
"glyph-orientation-vertical",
|
|
|
|
"hanging-punctuation",
|
|
|
|
"height",
|
|
|
|
"hyphens",
|
|
|
|
"image-rendering",
|
|
|
|
"indent-edge-reset",
|
|
|
|
"inline-size-step",
|
|
|
|
"justify-content",
|
|
|
|
"left",
|
|
|
|
"letter-spacing",
|
|
|
|
"line-break",
|
|
|
|
"line-height",
|
|
|
|
"line-height-step",
|
|
|
|
"list-style",
|
|
|
|
"list-style-image",
|
|
|
|
"list-style-position",
|
|
|
|
"list-style-type",
|
|
|
|
"margin",
|
2016-11-15 03:49:00 +03:00
|
|
|
"margin-block-end",
|
|
|
|
"margin-block-start",
|
2016-10-13 01:30:48 +03:00
|
|
|
"margin-bottom",
|
2016-11-15 03:49:00 +03:00
|
|
|
"margin-inline-end",
|
|
|
|
"margin-inline-start",
|
2016-10-13 01:30:48 +03:00
|
|
|
"margin-left",
|
|
|
|
"margin-right",
|
|
|
|
"margin-top",
|
|
|
|
"marker",
|
|
|
|
"marker-end",
|
|
|
|
"marker-mid",
|
|
|
|
"marker-side",
|
|
|
|
"marker-start",
|
|
|
|
"max-height",
|
|
|
|
"max-lines",
|
|
|
|
"max-width",
|
|
|
|
"min-height",
|
|
|
|
"min-width",
|
|
|
|
"nav-down",
|
|
|
|
"nav-left",
|
|
|
|
"nav-right",
|
|
|
|
"nav-up",
|
|
|
|
"offset-after",
|
|
|
|
"offset-before",
|
|
|
|
"offset-end",
|
|
|
|
"offset-start",
|
|
|
|
"opacity",
|
|
|
|
"order",
|
|
|
|
"orphans",
|
|
|
|
"outline",
|
|
|
|
"outline-color",
|
|
|
|
"outline-offset",
|
|
|
|
"outline-style",
|
|
|
|
"outline-width",
|
|
|
|
"overflow",
|
|
|
|
"overflow-wrap",
|
|
|
|
"overflow-x",
|
|
|
|
"overflow-y",
|
|
|
|
"padding",
|
2016-11-15 03:49:00 +03:00
|
|
|
"padding-block-end",
|
|
|
|
"padding-block-start",
|
2016-10-13 01:30:48 +03:00
|
|
|
"padding-bottom",
|
2016-11-15 03:49:00 +03:00
|
|
|
"padding-inline-end",
|
|
|
|
"padding-inline-start",
|
2016-10-13 01:30:48 +03:00
|
|
|
"padding-left",
|
|
|
|
"padding-right",
|
|
|
|
"padding-top",
|
|
|
|
"pause",
|
|
|
|
"pause-after",
|
|
|
|
"pause-before",
|
|
|
|
"perspective",
|
|
|
|
"perspective-origin",
|
|
|
|
"position",
|
|
|
|
"presentation-level",
|
|
|
|
"quotes",
|
|
|
|
"region-fragment",
|
|
|
|
"resize",
|
|
|
|
"rest",
|
|
|
|
"rest-after",
|
|
|
|
"rest-before",
|
|
|
|
"right",
|
|
|
|
"ruby-align",
|
|
|
|
"ruby-merge",
|
|
|
|
"ruby-position",
|
|
|
|
"scroll-padding",
|
|
|
|
"scroll-snap-align",
|
|
|
|
"scroll-snap-margin",
|
|
|
|
"scroll-snap-stop",
|
|
|
|
"scroll-snap-type",
|
|
|
|
"shape-image-threshold",
|
|
|
|
"shape-margin",
|
|
|
|
"shape-outside",
|
|
|
|
"shape-rendering",
|
|
|
|
"speak",
|
|
|
|
"speak-as",
|
|
|
|
"string-set",
|
|
|
|
"stroke",
|
|
|
|
"stroke-dasharray",
|
|
|
|
"stroke-dashoffset",
|
|
|
|
"stroke-linecap",
|
|
|
|
"stroke-linejoin",
|
|
|
|
"stroke-miterlimit",
|
|
|
|
"stroke-opacity",
|
|
|
|
"stroke-width",
|
|
|
|
"tab-size",
|
|
|
|
"table-layout",
|
|
|
|
"text-align",
|
|
|
|
"text-align-all",
|
|
|
|
"text-align-last",
|
|
|
|
"text-combine-upright",
|
|
|
|
"text-decoration",
|
|
|
|
"text-decoration-color",
|
|
|
|
"text-decoration-line",
|
|
|
|
"text-decoration-skip",
|
2016-10-23 16:09:32 +03:00
|
|
|
"text-decoration-style",
|
2016-10-13 01:30:48 +03:00
|
|
|
"text-emphasis",
|
|
|
|
"text-emphasis-color",
|
|
|
|
"text-emphasis-position",
|
|
|
|
"text-emphasis-style",
|
|
|
|
"text-indent",
|
|
|
|
"text-justify",
|
|
|
|
"text-orientation",
|
|
|
|
"text-overflow",
|
|
|
|
"text-rendering",
|
|
|
|
"text-shadow",
|
|
|
|
"text-size-adjust",
|
|
|
|
"text-transform",
|
|
|
|
"text-underline-position",
|
|
|
|
"top",
|
|
|
|
"touch-action",
|
|
|
|
"transform",
|
|
|
|
"transform-box",
|
|
|
|
"transform-origin",
|
|
|
|
"transform-style",
|
|
|
|
"transition",
|
|
|
|
"transition-delay",
|
|
|
|
"transition-duration",
|
|
|
|
"transition-property",
|
|
|
|
"transition-timing-function",
|
|
|
|
"unicode-bidi",
|
|
|
|
"user-select",
|
|
|
|
"vertical-align",
|
|
|
|
"visibility",
|
|
|
|
"voice-balance",
|
|
|
|
"voice-duration",
|
|
|
|
"voice-family",
|
|
|
|
"voice-pitch",
|
|
|
|
"voice-range",
|
|
|
|
"voice-rate",
|
|
|
|
"voice-stress",
|
|
|
|
"voice-volume",
|
|
|
|
"white-space",
|
|
|
|
"widows",
|
|
|
|
"width",
|
|
|
|
"will-change",
|
|
|
|
"word-break",
|
|
|
|
"word-spacing",
|
|
|
|
"word-wrap",
|
|
|
|
"wrap-flow",
|
|
|
|
"wrap-through",
|
|
|
|
"writing-mode",
|
2016-11-21 02:12:38 +03:00
|
|
|
"z-index"
|
2016-10-13 01:30:48 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
static const char * mycss_property_index_type_value[] =
|
|
|
|
{
|
|
|
|
"",
|
|
|
|
"0",
|
|
|
|
"0deg",
|
|
|
|
"100",
|
|
|
|
"200",
|
|
|
|
"300",
|
|
|
|
"400",
|
|
|
|
"500",
|
|
|
|
"600",
|
|
|
|
"700",
|
|
|
|
"800",
|
|
|
|
"90",
|
|
|
|
"900",
|
|
|
|
"90deg",
|
|
|
|
"absolute",
|
|
|
|
"alias",
|
|
|
|
"all",
|
2016-10-28 01:12:12 +03:00
|
|
|
"allow-end",
|
|
|
|
"all-petite-caps",
|
|
|
|
"all-scroll",
|
|
|
|
"all-small-caps",
|
2016-10-13 01:30:48 +03:00
|
|
|
"alternate",
|
2016-10-28 01:12:12 +03:00
|
|
|
"alternate-reverse",
|
2016-10-13 01:30:48 +03:00
|
|
|
"always",
|
|
|
|
"auto",
|
|
|
|
"available",
|
|
|
|
"avoid",
|
2016-10-28 01:12:12 +03:00
|
|
|
"avoid-column",
|
|
|
|
"avoid-page",
|
|
|
|
"avoid-region",
|
2016-10-13 01:30:48 +03:00
|
|
|
"backwards",
|
|
|
|
"balance",
|
2016-10-28 01:12:12 +03:00
|
|
|
"balance-all",
|
2016-10-13 01:30:48 +03:00
|
|
|
"bar",
|
|
|
|
"baseline",
|
|
|
|
"bevel",
|
2016-10-28 01:12:12 +03:00
|
|
|
"bidi-override",
|
2016-10-13 01:30:48 +03:00
|
|
|
"blink",
|
|
|
|
"block",
|
2016-10-28 01:12:12 +03:00
|
|
|
"block-within-page",
|
2016-10-13 01:30:48 +03:00
|
|
|
"bold",
|
|
|
|
"bolder",
|
2016-10-28 01:12:12 +03:00
|
|
|
"border-box",
|
|
|
|
"border-edge",
|
2016-10-13 01:30:48 +03:00
|
|
|
"both",
|
|
|
|
"bottom",
|
2016-10-28 01:12:12 +03:00
|
|
|
"box-decoration",
|
2016-10-13 01:30:48 +03:00
|
|
|
"break",
|
2016-10-28 01:12:12 +03:00
|
|
|
"break-all",
|
|
|
|
"break-spaces",
|
|
|
|
"break-word",
|
2016-10-13 01:30:48 +03:00
|
|
|
"butt",
|
|
|
|
"capitalize",
|
|
|
|
"caption",
|
|
|
|
"cell",
|
|
|
|
"center",
|
|
|
|
"circle",
|
|
|
|
"clear",
|
|
|
|
"clip",
|
|
|
|
"clone",
|
|
|
|
"closed",
|
|
|
|
"collapse",
|
|
|
|
"column",
|
2016-10-28 01:12:12 +03:00
|
|
|
"column-reverse",
|
|
|
|
"col-resize",
|
|
|
|
"common-ligatures",
|
2016-10-13 01:30:48 +03:00
|
|
|
"complex",
|
|
|
|
"condensed",
|
|
|
|
"contain",
|
|
|
|
"content",
|
|
|
|
"contents",
|
2016-10-28 01:12:12 +03:00
|
|
|
"content-box",
|
|
|
|
"content-edge",
|
2016-10-13 01:30:48 +03:00
|
|
|
"contextual",
|
2016-10-28 01:12:12 +03:00
|
|
|
"context-menu",
|
2016-10-13 01:30:48 +03:00
|
|
|
"copy",
|
|
|
|
"cover",
|
|
|
|
"crispedges",
|
|
|
|
"crosshair",
|
|
|
|
"current",
|
|
|
|
"currentcolor",
|
2016-10-28 01:12:12 +03:00
|
|
|
"cursive",
|
2016-10-13 01:30:48 +03:00
|
|
|
"dashed",
|
|
|
|
"default",
|
|
|
|
"descendants",
|
2016-10-28 01:12:12 +03:00
|
|
|
"diagonal-fractions",
|
2016-10-13 01:30:48 +03:00
|
|
|
"digits",
|
|
|
|
"discard",
|
2016-10-28 01:12:12 +03:00
|
|
|
"discretionary-ligatures",
|
2016-10-13 01:30:48 +03:00
|
|
|
"dot",
|
|
|
|
"dotted",
|
|
|
|
"double",
|
2016-10-28 01:12:12 +03:00
|
|
|
"double-circle",
|
|
|
|
"each-line",
|
2016-10-13 01:30:48 +03:00
|
|
|
"ease",
|
2016-10-28 01:12:12 +03:00
|
|
|
"ease-in",
|
|
|
|
"ease-in-out",
|
|
|
|
"ease-out",
|
2016-10-13 01:30:48 +03:00
|
|
|
"economy",
|
|
|
|
"edges",
|
|
|
|
"ellipsis",
|
|
|
|
"embed",
|
|
|
|
"end",
|
|
|
|
"evenodd",
|
2016-10-28 01:12:12 +03:00
|
|
|
"ew-resize",
|
2016-10-13 01:30:48 +03:00
|
|
|
"exact",
|
|
|
|
"expanded",
|
2016-10-28 01:12:12 +03:00
|
|
|
"extra-condensed",
|
|
|
|
"extra-expanded",
|
|
|
|
"e-resize",
|
|
|
|
"fantasy",
|
2016-10-13 01:30:48 +03:00
|
|
|
"fast",
|
|
|
|
"fill",
|
|
|
|
"filled",
|
2016-10-28 01:12:12 +03:00
|
|
|
"fill-box",
|
2016-10-13 01:30:48 +03:00
|
|
|
"first",
|
2016-11-02 03:30:13 +03:00
|
|
|
"first-except",
|
2016-10-28 01:12:12 +03:00
|
|
|
"fit-content",
|
2016-10-13 01:30:48 +03:00
|
|
|
"fixed",
|
|
|
|
"flat",
|
|
|
|
"flex",
|
2016-10-28 01:12:12 +03:00
|
|
|
"flex-end",
|
|
|
|
"flex-start",
|
2016-10-13 01:30:48 +03:00
|
|
|
"flow",
|
2016-10-28 01:12:12 +03:00
|
|
|
"flow-root",
|
|
|
|
"force-end",
|
2016-10-13 01:30:48 +03:00
|
|
|
"forwards",
|
|
|
|
"fragments",
|
2016-10-28 01:12:12 +03:00
|
|
|
"full-width",
|
2016-10-13 01:30:48 +03:00
|
|
|
"geometricprecision",
|
|
|
|
"grab",
|
|
|
|
"grabbing",
|
|
|
|
"grid",
|
|
|
|
"groove",
|
|
|
|
"hanging",
|
|
|
|
"help",
|
|
|
|
"hidden",
|
|
|
|
"hide",
|
|
|
|
"high",
|
2016-10-28 01:12:12 +03:00
|
|
|
"historical-forms",
|
|
|
|
"historical-ligatures",
|
2016-10-13 01:30:48 +03:00
|
|
|
"horizontal",
|
2016-10-28 01:12:12 +03:00
|
|
|
"horizontal-tb",
|
2016-10-13 01:30:48 +03:00
|
|
|
"icon",
|
|
|
|
"increment",
|
|
|
|
"indent",
|
|
|
|
"inherit",
|
|
|
|
"initial",
|
|
|
|
"ink",
|
|
|
|
"inline",
|
2016-10-28 01:12:12 +03:00
|
|
|
"inline-block",
|
|
|
|
"inline-flex",
|
|
|
|
"inline-grid",
|
|
|
|
"inline-list-item",
|
|
|
|
"inline-table",
|
2016-10-13 01:30:48 +03:00
|
|
|
"inset",
|
|
|
|
"inside",
|
2016-10-28 01:12:12 +03:00
|
|
|
"inter-character",
|
|
|
|
"inter-word",
|
2016-10-13 01:30:48 +03:00
|
|
|
"invert",
|
|
|
|
"isolate",
|
2016-10-28 01:12:12 +03:00
|
|
|
"isolate-override",
|
2016-10-13 01:30:48 +03:00
|
|
|
"italic",
|
|
|
|
"jis04",
|
|
|
|
"jis78",
|
|
|
|
"jis83",
|
|
|
|
"jis90",
|
|
|
|
"justify",
|
2016-10-28 01:12:12 +03:00
|
|
|
"justify-all",
|
|
|
|
"keep-all",
|
2016-10-13 01:30:48 +03:00
|
|
|
"large",
|
|
|
|
"larger",
|
|
|
|
"last",
|
|
|
|
"layout",
|
|
|
|
"left",
|
|
|
|
"leftwards",
|
|
|
|
"lighter",
|
|
|
|
"line",
|
|
|
|
"linear",
|
|
|
|
"linearrgb",
|
2016-10-28 01:12:12 +03:00
|
|
|
"line-through",
|
|
|
|
"lining-nums",
|
|
|
|
"list-container",
|
|
|
|
"list-item",
|
|
|
|
"literal-punctuation",
|
2016-10-13 01:30:48 +03:00
|
|
|
"local",
|
|
|
|
"loose",
|
|
|
|
"loud",
|
|
|
|
"low",
|
|
|
|
"lowercase",
|
|
|
|
"ltr",
|
|
|
|
"mandatory",
|
|
|
|
"manipulation",
|
|
|
|
"manual",
|
2016-10-28 01:12:12 +03:00
|
|
|
"margin-edge",
|
|
|
|
"match-parent",
|
2016-10-13 01:30:48 +03:00
|
|
|
"maximum",
|
2016-10-28 01:12:12 +03:00
|
|
|
"max-content",
|
2016-10-13 01:30:48 +03:00
|
|
|
"medium",
|
|
|
|
"menu",
|
2016-10-28 01:12:12 +03:00
|
|
|
"message-box",
|
2016-10-13 01:30:48 +03:00
|
|
|
"middle",
|
|
|
|
"minimum",
|
2016-10-28 01:12:12 +03:00
|
|
|
"min-content",
|
2016-10-13 01:30:48 +03:00
|
|
|
"miter",
|
|
|
|
"mixed",
|
|
|
|
"moderate",
|
2016-10-28 01:12:12 +03:00
|
|
|
"monospace",
|
2016-10-13 01:30:48 +03:00
|
|
|
"move",
|
2016-10-28 01:12:12 +03:00
|
|
|
"nesw-resize",
|
|
|
|
"ne-resize",
|
2016-10-13 01:30:48 +03:00
|
|
|
"none",
|
|
|
|
"nonzero",
|
|
|
|
"normal",
|
2016-10-28 01:12:12 +03:00
|
|
|
"not-allowed",
|
2016-10-13 01:30:48 +03:00
|
|
|
"nowrap",
|
2016-10-28 01:12:12 +03:00
|
|
|
"no-common-ligatures",
|
|
|
|
"no-content",
|
|
|
|
"no-contextual",
|
|
|
|
"no-discretionary-ligatures",
|
|
|
|
"no-display",
|
|
|
|
"no-drop",
|
|
|
|
"no-historical-ligatures",
|
|
|
|
"no-punctuation",
|
|
|
|
"no-repeat",
|
|
|
|
"ns-resize",
|
|
|
|
"nwse-resize",
|
|
|
|
"nw-resize",
|
|
|
|
"n-resize",
|
2016-10-13 01:30:48 +03:00
|
|
|
"objects",
|
|
|
|
"oblique",
|
|
|
|
"off",
|
2016-10-28 01:12:12 +03:00
|
|
|
"oldstyle-nums",
|
2016-10-13 01:30:48 +03:00
|
|
|
"on",
|
|
|
|
"open",
|
|
|
|
"optimizelegibility",
|
|
|
|
"optimizequality",
|
|
|
|
"optimizespeed",
|
|
|
|
"ordinal",
|
|
|
|
"outset",
|
|
|
|
"outside",
|
|
|
|
"over",
|
|
|
|
"overflow",
|
|
|
|
"overline",
|
2016-10-28 01:12:12 +03:00
|
|
|
"padding-box",
|
|
|
|
"padding-edge",
|
2016-10-13 01:30:48 +03:00
|
|
|
"page",
|
|
|
|
"paginate",
|
|
|
|
"paint",
|
2016-10-28 01:12:12 +03:00
|
|
|
"pan-down",
|
|
|
|
"pan-left",
|
|
|
|
"pan-right",
|
|
|
|
"pan-up",
|
|
|
|
"pan-x",
|
|
|
|
"pan-y",
|
2016-10-13 01:30:48 +03:00
|
|
|
"paused",
|
2016-10-28 01:12:12 +03:00
|
|
|
"petite-caps",
|
2016-10-13 01:30:48 +03:00
|
|
|
"plaintext",
|
|
|
|
"pointer",
|
|
|
|
"pre",
|
|
|
|
"preserve",
|
2016-10-28 01:12:12 +03:00
|
|
|
"preserve-3d",
|
|
|
|
"pre-line",
|
|
|
|
"pre-wrap",
|
2016-10-13 01:30:48 +03:00
|
|
|
"progress",
|
2016-10-28 01:12:12 +03:00
|
|
|
"proportional-nums",
|
|
|
|
"proportional-width",
|
2016-10-13 01:30:48 +03:00
|
|
|
"proximity",
|
|
|
|
"recto",
|
|
|
|
"reduced",
|
|
|
|
"region",
|
|
|
|
"relative",
|
|
|
|
"repeat",
|
2016-10-28 01:12:12 +03:00
|
|
|
"repeat-x",
|
|
|
|
"repeat-y",
|
2016-10-13 01:30:48 +03:00
|
|
|
"reverse",
|
|
|
|
"ridge",
|
|
|
|
"right",
|
|
|
|
"rightwards",
|
|
|
|
"root",
|
|
|
|
"round",
|
|
|
|
"row",
|
2016-10-28 01:12:12 +03:00
|
|
|
"row-resize",
|
|
|
|
"row-reverse",
|
2016-10-13 01:30:48 +03:00
|
|
|
"rtl",
|
|
|
|
"ruby",
|
2016-10-28 01:12:12 +03:00
|
|
|
"ruby-base",
|
|
|
|
"ruby-base-container",
|
|
|
|
"ruby-text",
|
|
|
|
"ruby-text-container",
|
2016-10-13 01:30:48 +03:00
|
|
|
"running",
|
2016-10-28 01:12:12 +03:00
|
|
|
"run-in",
|
2016-10-13 01:30:48 +03:00
|
|
|
"same",
|
2016-10-28 01:12:12 +03:00
|
|
|
"sans-serif",
|
2016-10-13 01:30:48 +03:00
|
|
|
"scroll",
|
2016-10-28 01:12:12 +03:00
|
|
|
"scroll-position",
|
|
|
|
"semi-condensed",
|
|
|
|
"semi-expanded",
|
2016-10-13 01:30:48 +03:00
|
|
|
"separate",
|
2016-10-28 01:12:12 +03:00
|
|
|
"serif",
|
2016-10-23 16:09:32 +03:00
|
|
|
"sesameinitial",
|
2016-10-28 01:12:12 +03:00
|
|
|
"se-resize",
|
2016-10-13 01:30:48 +03:00
|
|
|
"show",
|
|
|
|
"sideways",
|
2016-10-28 01:12:12 +03:00
|
|
|
"sideways-lr",
|
|
|
|
"sideways-rl",
|
2016-10-13 01:30:48 +03:00
|
|
|
"silent",
|
|
|
|
"simplified",
|
|
|
|
"size",
|
2016-10-28 01:12:12 +03:00
|
|
|
"slashed-zero",
|
2016-10-13 01:30:48 +03:00
|
|
|
"slice",
|
|
|
|
"slow",
|
|
|
|
"small",
|
|
|
|
"smaller",
|
2016-10-28 01:12:12 +03:00
|
|
|
"small-caps",
|
|
|
|
"small-caption",
|
2016-10-13 01:30:48 +03:00
|
|
|
"soft",
|
|
|
|
"solid",
|
|
|
|
"space",
|
|
|
|
"spaces",
|
2016-10-28 01:12:12 +03:00
|
|
|
"space-around",
|
|
|
|
"space-between",
|
|
|
|
"spell-out",
|
2016-10-13 01:30:48 +03:00
|
|
|
"square",
|
|
|
|
"srgb",
|
2016-10-28 01:12:12 +03:00
|
|
|
"stacked-fractions",
|
2016-10-13 01:30:48 +03:00
|
|
|
"start",
|
|
|
|
"static",
|
2016-10-28 01:12:12 +03:00
|
|
|
"status-bar",
|
|
|
|
"step-end",
|
|
|
|
"step-start",
|
2016-10-13 01:30:48 +03:00
|
|
|
"sticky",
|
|
|
|
"stretch",
|
|
|
|
"strict",
|
|
|
|
"strong",
|
|
|
|
"style",
|
|
|
|
"sub",
|
|
|
|
"super",
|
2016-10-28 01:12:12 +03:00
|
|
|
"sw-resize",
|
|
|
|
"s-resize",
|
2016-10-13 01:30:48 +03:00
|
|
|
"table",
|
2016-10-28 01:12:12 +03:00
|
|
|
"table-caption",
|
|
|
|
"table-cell",
|
|
|
|
"table-column",
|
|
|
|
"table-column-group",
|
|
|
|
"table-footer-group",
|
|
|
|
"table-header-group",
|
|
|
|
"table-row",
|
|
|
|
"table-row-group",
|
|
|
|
"tabular-nums",
|
2016-10-13 01:30:48 +03:00
|
|
|
"text",
|
2016-10-28 01:12:12 +03:00
|
|
|
"text-bottom",
|
|
|
|
"text-top",
|
2016-10-23 16:09:32 +03:00
|
|
|
"thick",
|
|
|
|
"thin",
|
2016-10-28 01:12:12 +03:00
|
|
|
"titling-caps",
|
2016-10-13 01:30:48 +03:00
|
|
|
"top",
|
|
|
|
"traditional",
|
2016-11-21 02:12:38 +03:00
|
|
|
"transparent",
|
2016-10-13 01:30:48 +03:00
|
|
|
"triangle",
|
2016-10-28 01:12:12 +03:00
|
|
|
"ultra-condensed",
|
|
|
|
"ultra-expanded",
|
2016-10-13 01:30:48 +03:00
|
|
|
"under",
|
|
|
|
"underline",
|
|
|
|
"underscore",
|
|
|
|
"unicase",
|
2016-10-28 01:12:12 +03:00
|
|
|
"unse",
|
2016-10-23 16:09:32 +03:00
|
|
|
"unset",
|
2016-10-13 01:30:48 +03:00
|
|
|
"uppercase",
|
|
|
|
"upright",
|
|
|
|
"verso",
|
|
|
|
"vertical",
|
2016-10-28 01:12:12 +03:00
|
|
|
"vertical-lr",
|
|
|
|
"vertical-rl",
|
|
|
|
"vertical-text",
|
|
|
|
"view-box",
|
2016-10-13 01:30:48 +03:00
|
|
|
"visible",
|
|
|
|
"wait",
|
|
|
|
"wavy",
|
|
|
|
"weak",
|
|
|
|
"weight",
|
|
|
|
"wrap",
|
2016-10-28 01:12:12 +03:00
|
|
|
"wrap-reverse",
|
|
|
|
"w-resize",
|
2016-10-13 01:30:48 +03:00
|
|
|
"x",
|
2016-10-28 01:12:12 +03:00
|
|
|
"xx-large",
|
|
|
|
"xx-small",
|
|
|
|
"x-fast",
|
|
|
|
"x-high",
|
|
|
|
"x-large",
|
|
|
|
"x-loud",
|
|
|
|
"x-low",
|
|
|
|
"x-slow",
|
|
|
|
"x-small",
|
|
|
|
"x-soft",
|
|
|
|
"x-strong",
|
|
|
|
"x-weak",
|
2016-10-13 01:30:48 +03:00
|
|
|
"y",
|
2016-10-28 01:12:12 +03:00
|
|
|
"zoom-in",
|
|
|
|
"zoom-out",
|
2016-10-23 16:09:32 +03:00
|
|
|
"<color>",
|
2016-11-02 03:30:13 +03:00
|
|
|
"<cross-fade-function>",
|
|
|
|
"<custom-ident>",
|
|
|
|
"<element-function>",
|
2016-10-28 01:12:12 +03:00
|
|
|
"<family-name>",
|
|
|
|
"<generic-family>",
|
2016-11-02 03:30:13 +03:00
|
|
|
"<image>",
|
|
|
|
"<image-function>",
|
|
|
|
"<image-list>",
|
|
|
|
"<image-set-function>",
|
2016-10-23 16:09:32 +03:00
|
|
|
"<length>",
|
2016-11-02 03:30:13 +03:00
|
|
|
"<linear-gradient-function>",
|
2016-10-23 16:09:32 +03:00
|
|
|
"<number>",
|
|
|
|
"<percentage>",
|
2016-11-02 03:30:13 +03:00
|
|
|
"<radial-gradient-function>",
|
|
|
|
"<resolution>",
|
|
|
|
"<url>",
|
2016-10-13 01:30:48 +03:00
|
|
|
""
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* MyCSS_PROPERTY_RESOURCES_NAME_H */
|