#   Copyright 2017 Google Inc. All Rights Reserved.
#   Licensed under the Apache License, Version 2.0 (the "License");
#   you may not use this file except in compliance with the License.
#   You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
#   Unless required by applicable law or agreed to in writing, software
#   distributed under the License is distributed on an "AS IS" BASIS,
#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#   See the License for the specific language governing permissions and
#   limitations under the License.


!include common.txt

<element p=0.5> = <tagname>
<element p=0.3> = <svgtagname>
<element p=0.1> = <mathmltagname>

<element> = <element>:first-child
<element> = <element>::first-letter
<element> = <element>::first-line
<element> = <element>::before
<element> = <element>::after

#todo better selectors
<selector> = <selector>, <selector>
<selector> = <element>
<selector> = .<class>
<selector> = <hash><elementid>
<selector> = <selector2>

<selector2> = *
<selector2> = ::selection
<selector2> = <element> <element>
<selector2> = <element><gt><element>
<selector2> = <element>+<element>
<selector2> = <element>~<element>
<selector2> = <element>::after
<selector2> = <element>::before
<selector2> = <element>:first-child
<selector2> = <element>::first-letter
<selector2> = <element>::first-line
<selector2> = <element>:first-of-type
<selector2> = <element>:last-child
<selector2> = <element>:last-of-type
<selector2> = :not(<element>)
<selector2> = <element>:nth-child(<fuzzint>)
<selector2> = <element>:nth-last-child(2)
<selector2> = <element>:nth-last-of-type(2)
<selector2> = <element>:nth-of-type(2)
<selector2> = <element>:only-of-type
<selector2> = <element>:only-child
<selector2> = a:link
<selector2> = a:active
<selector2> = a:hover
<selector2> = a:visited
<selector2> = input:checked
<selector2> = input:disabled
<selector2> = input:enabled
<selector2> = input:focus
<selector2> = input:in-range
<selector2> = input:invalid
<selector2> = input:optional
<selector2> = input:out-of-range
<selector2> = input:read-only
<selector2> = input:read-write
<selector2> = input:required
<selector2> = input:valid
<selector2> = :root
<selector2> = <element>:empty

#at rules
<fontfacerule> = @font-face

#todo all rules
<rule p=0.95> = <selector> { <declaration> }
<rule> = <fontfacerule> { <fontfacedeclaration> }

<fontfacedeclaration> = <fontfacedescriptor>;
<fontfacedeclaration> = <fontfacedescriptor>; <fontfacedescriptor>; <fontfacedescriptor>;
<fontfacedeclaration> = <fontfacedescriptor>; <fontfacedescriptor>; <fontfacedescriptor>; <fontfacedescriptor>; <fontfacedescriptor>; <fontfacedescriptor>;

<fontfacedescriptor> = ascent-override: <cssproperty_ascent-override>
<fontfacedescriptor> = descent-override: <cssproperty_descent-override>
<fontfacedescriptor> = font-display: <cssproperty_font-display>
<fontfacedescriptor> = font-family: <cssproperty_font-family>
<fontfacedescriptor> = font-stretch: <cssproperty_font-stretch>
<fontfacedescriptor> = font-style: <cssproperty_font-style>
<fontfacedescriptor> = font-weight: <cssproperty_font-weight>
<fontfacedescriptor> = line-gap-override: <cssproperty_line-gap-override>
<fontfacedescriptor> = size-adjust: <cssproperty_size-adjust>
<fontfacedescriptor> = src: <cssproperty_font-src>
<fontfacedescriptor> = unicode-range: <cssproperty_unicode-range>
<fontfacedescriptor> = font-variant: <cssproperty_font-variant>

<rules root=true> = <rule10><rule10><rule10><rule10><rule10>
<rule10> = <rulenl><rulenl><rulenl><rulenl><rulenl><rulenl><rulenl><rulenl><rulenl><rulenl>
<rulenl> = <rule><newline>

<declaration> = <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>

<declaration5> = <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>; <cssproperty>

<cssvar> = --cssvara
<cssvar> = --cssvarb
<cssvar> = --cssvarc
<cssvar> = --cssvard

<cssproperty> = <cssvar>: <cssproperty_value>
<cssproperty> = <cssproperty_name>: var(<cssvar>)

# Automatically extracted

<cssproperty_name> = -ms-flex-align
<cssproperty_name> = -ms-font-feature-settings
<cssproperty_name> = -ms-text-combine-horizontal
<cssproperty_name> = -ms-user-select
<cssproperty_name> = -webkit-align-content
<cssproperty_name> = -webkit-align-items
<cssproperty_name> = -webkit-align-self
<cssproperty_name> = -webkit-animation
<cssproperty_name> = -webkit-animation-delay
<cssproperty_name> = -webkit-animation-direction
<cssproperty_name> = -webkit-animation-duration
<cssproperty_name> = -webkit-animation-fill-mode
<cssproperty_name> = -webkit-animation-iteration-count
<cssproperty_name> = -webkit-animation-name
<cssproperty_name> = -webkit-animation-play-state
<cssproperty_name> = -webkit-animation-timing-function
<cssproperty_name> = -webkit-app-region
<cssproperty_name> = -webkit-appearance
<cssproperty_name> = -webkit-backface-visibility
<cssproperty_name> = -webkit-background-clip
<cssproperty_name> = -webkit-background-origin
<cssproperty_name> = -webkit-background-size
<cssproperty_name> = -webkit-border-after
<cssproperty_name> = -webkit-border-after-color
<cssproperty_name> = -webkit-border-after-width
<cssproperty_name> = -webkit-border-before
<cssproperty_name> = -webkit-border-before-color
<cssproperty_name> = -webkit-border-before-style
<cssproperty_name> = -webkit-border-before-width
<cssproperty_name> = -webkit-border-bottom-left-radius
<cssproperty_name> = -webkit-border-bottom-right-radius
<cssproperty_name> = -webkit-border-end
<cssproperty_name> = -webkit-border-end-color
<cssproperty_name> = -webkit-border-end-width
<cssproperty_name> = -webkit-border-image
<cssproperty_name> = -webkit-border-radius
<cssproperty_name> = -webkit-border-start
<cssproperty_name> = -webkit-border-start-color
<cssproperty_name> = -webkit-border-start-width
<cssproperty_name> = -webkit-border-top-left-radius
<cssproperty_name> = -webkit-border-top-right-radius
<cssproperty_name> = -webkit-border-vertical-spacing
<cssproperty_name> = -webkit-box-align
<cssproperty_name> = -webkit-box-decoration-break
<cssproperty_name> = -webkit-box-direction
<cssproperty_name> = -webkit-box-flex
<cssproperty_name> = -webkit-box-flex-group
<cssproperty_name> = -webkit-box-lines
<cssproperty_name> = -webkit-box-ordinal-group
<cssproperty_name> = -webkit-box-orient
<cssproperty_name> = -webkit-box-pack
<cssproperty_name> = -webkit-box-reflect
<cssproperty_name> = -webkit-box-shadow
<cssproperty_name> = -webkit-box-sizing
<cssproperty_name> = -webkit-clip-path
<cssproperty_name> = -webkit-color-correction
<cssproperty_name> = -webkit-column-break-after
<cssproperty_name> = -webkit-column-break-before
<cssproperty_name> = -webkit-column-break-inside
<cssproperty_name> = -webkit-column-count
<cssproperty_name> = -webkit-column-fill
<cssproperty_name> = -webkit-column-gap
<cssproperty_name> = -webkit-column-rule
<cssproperty_name> = -webkit-column-rule-color
<cssproperty_name> = -webkit-column-rule-style
<cssproperty_name> = -webkit-column-rule-width
<cssproperty_name> = -webkit-column-span
<cssproperty_name> = -webkit-column-width
<cssproperty_name> = -webkit-columns
<cssproperty_name> = -webkit-direction
<cssproperty_name> = -webkit-filter
<cssproperty_name> = -webkit-flex
<cssproperty_name> = -webkit-flex-direction
<cssproperty_name> = -webkit-flex-wrap
<cssproperty_name> = -webkit-flow-from
<cssproperty_name> = -webkit-flow-into
<cssproperty_name> = -webkit-font-feature-settings
<cssproperty_name> = -webkit-font-smoothing
<cssproperty_name> = -webkit-highlight
<cssproperty_name> = -webkit-hyphenate-character
<cssproperty_name> = -webkit-hyphens
<cssproperty_name> = -webkit-justify-content
<cssproperty_name> = -webkit-line-break
<cssproperty_name> = -webkit-line-clamp
<cssproperty_name> = -webkit-locale
<cssproperty_name> = -webkit-logical-height
<cssproperty_name> = -webkit-logical-width
<cssproperty_name> = -webkit-margin-after
<cssproperty_name> = -webkit-margin-after-collapse
<cssproperty_name> = -webkit-margin-before
<cssproperty_name> = -webkit-margin-before-collapse
<cssproperty_name> = -webkit-margin-bottom-collapse
<cssproperty_name> = -webkit-margin-collapse
<cssproperty_name> = -webkit-margin-end
<cssproperty_name> = -webkit-margin-start
<cssproperty_name> = -webkit-margin-top-collapse
<cssproperty_name> = -webkit-marquee-speed
<cssproperty_name> = -webkit-mask
<cssproperty_name> = -webkit-mask-box-image
<cssproperty_name> = -webkit-mask-box-image-outset
<cssproperty_name> = -webkit-mask-box-image-repeat
<cssproperty_name> = -webkit-mask-box-image-slice
<cssproperty_name> = -webkit-mask-box-image-source
<cssproperty_name> = -webkit-mask-box-image-width
<cssproperty_name> = -webkit-mask-clip
<cssproperty_name> = -webkit-mask-composite
<cssproperty_name> = -webkit-mask-image
<cssproperty_name> = -webkit-mask-origin
<cssproperty_name> = -webkit-mask-position
<cssproperty_name> = -webkit-mask-repeat
<cssproperty_name> = -webkit-mask-repeat-y
<cssproperty_name> = -webkit-mask-size
<cssproperty_name> = -webkit-min-logical-height
<cssproperty_name> = -webkit-nbsp-mode
<cssproperty_name> = -webkit-opacity
<cssproperty_name> = -webkit-overflow-scrolling
<cssproperty_name> = -webkit-padding-after
<cssproperty_name> = -webkit-padding-before
<cssproperty_name> = -webkit-padding-end
<cssproperty_name> = -webkit-padding-start
<cssproperty_name> = -webkit-perspective
<cssproperty_name> = -webkit-perspective-origin
<cssproperty_name> = -webkit-perspective-origin-x
<cssproperty_name> = -webkit-perspective-origin-y
<cssproperty_name> = -webkit-print-color-adjust
<cssproperty_name> = -webkit-rtl-ordering
<cssproperty_name> = -webkit-ruby-position
<cssproperty_name> = -webkit-shape-margin
<cssproperty_name> = -webkit-shape-outside
<cssproperty_name> = -webkit-tap-highlight-color
<cssproperty_name> = -webkit-text-combine
<cssproperty_name> = -webkit-text-decorations-in-effect
<cssproperty_name> = -webkit-text-emphasis
<cssproperty_name> = -webkit-text-emphasis-color
<cssproperty_name> = -webkit-text-emphasis-position
<cssproperty_name> = -webkit-text-emphasis-style
<cssproperty_name> = -webkit-text-fill-color
<cssproperty_name> = -webkit-text-orientation
<cssproperty_name> = -webkit-text-security
<cssproperty_name> = -webkit-text-stroke
<cssproperty_name> = -webkit-text-stroke-color
<cssproperty_name> = -webkit-text-stroke-width
<cssproperty_name> = -webkit-transform
<cssproperty_name> = -webkit-transform-origin
<cssproperty_name> = -webkit-transform-style
<cssproperty_name> = -webkit-transition
<cssproperty_name> = -webkit-transition-delay
<cssproperty_name> = -webkit-transition-duration
<cssproperty_name> = -webkit-transition-property
<cssproperty_name> = -webkit-transition-timing-function
<cssproperty_name> = -webkit-user-drag
<cssproperty_name> = -webkit-user-modify
<cssproperty_name> = -webkit-user-select
<cssproperty_name> = -webkit-wrap-flow
<cssproperty_name> = -webkit-writing-mode
<cssproperty_name> = align-content
<cssproperty_name> = align-items
<cssproperty_name> = align-self
<cssproperty_name> = alignx
<cssproperty_name> = animation
<cssproperty_name> = animation-delay
<cssproperty_name> = animation-direction
<cssproperty_name> = animation-duration
<cssproperty_name> = animation-fill-mode
<cssproperty_name> = animation-iteration-count
<cssproperty_name> = animation-name
<cssproperty_name> = animation-play-state
<cssproperty_name> = animation-timing-function
<cssproperty_name> = backdrop-filter
<cssproperty_name> = backface-visibility
<cssproperty_name> = background
<cssproperty_name> = background-attachment
<cssproperty_name> = background-blend-mode
<cssproperty_name> = background-clip
<cssproperty_name> = background-color
<cssproperty_name> = background-image
<cssproperty_name> = background-origin
<cssproperty_name> = background-position
<cssproperty_name> = background-position-x
<cssproperty_name> = background-repeat
<cssproperty_name> = background-repeat-x
<cssproperty_name> = background-repeat-y
<cssproperty_name> = background-size
<cssproperty_name> = baseline-shift
<cssproperty_name> = border
<cssproperty_name> = border-bottom
<cssproperty_name> = border-bottom-color
<cssproperty_name> = border-bottom-left-radius
<cssproperty_name> = border-bottom-right-radius
<cssproperty_name> = border-bottom-style
<cssproperty_name> = border-bottom-width
<cssproperty_name> = border-collapse
<cssproperty_name> = border-color
<cssproperty_name> = border-image
<cssproperty_name> = border-image-outset
<cssproperty_name> = border-image-repeat
<cssproperty_name> = border-image-slice
<cssproperty_name> = border-image-source
<cssproperty_name> = border-image-width
<cssproperty_name> = border-left
<cssproperty_name> = border-left-color
<cssproperty_name> = border-left-style
<cssproperty_name> = border-left-width
<cssproperty_name> = border-radius
<cssproperty_name> = border-right
<cssproperty_name> = border-right-color
<cssproperty_name> = border-right-style
<cssproperty_name> = border-right-width
<cssproperty_name> = border-size
<cssproperty_name> = border-spacing
<cssproperty_name> = border-style
<cssproperty_name> = border-top
<cssproperty_name> = border-top-color
<cssproperty_name> = border-top-left-radius
<cssproperty_name> = border-top-right-radius
<cssproperty_name> = border-top-style
<cssproperty_name> = border-top-width
<cssproperty_name> = border-width
<cssproperty_name> = bottom
<cssproperty_name> = box-align
<cssproperty_name> = box-decoration-break
<cssproperty_name> = box-direction
<cssproperty_name> = box-flex
<cssproperty_name> = box-flex-group
<cssproperty_name> = box-ordinal-group
<cssproperty_name> = box-orient
<cssproperty_name> = box-pack
<cssproperty_name> = box-reflect
<cssproperty_name> = box-shadow
<cssproperty_name> = box-sizing
<cssproperty_name> = break-after
<cssproperty_name> = break-before
<cssproperty_name> = break-inside
<cssproperty_name> = caption-side
<cssproperty_name> = cellpadding
<cssproperty_name> = cellspacing
<cssproperty_name> = clear
<cssproperty_name> = clip
<cssproperty_name> = clip-path
<cssproperty_name> = color
<cssproperty_name> = color-interpolation-filters
<cssproperty_name> = color-profile
<cssproperty_name> = column-break-after
<cssproperty_name> = column-break-before
<cssproperty_name> = column-count
<cssproperty_name> = column-fill
<cssproperty_name> = column-gap
<cssproperty_name> = column-rule
<cssproperty_name> = column-rule-style
<cssproperty_name> = column-span
<cssproperty_name> = column-width
<cssproperty_name> = columns
<cssproperty_name> = contain
<cssproperty_name> = content
<cssproperty_name> = counter-increment
<cssproperty_name> = counter-reset
<cssproperty_name> = css-float
<cssproperty_name> = cursor
<cssproperty_name> = cx
<cssproperty_name> = cy
<cssproperty_name> = direction
<cssproperty_name> = display
<cssproperty_name> = dominant-baseline
<cssproperty_name> = empty-cells
<cssproperty_name> = fill
<cssproperty_name> = fill-opacity
<cssproperty_name> = fill-rule
<cssproperty_name> = filter
<cssproperty_name> = flex
<cssproperty_name> = flex-basis
<cssproperty_name> = flex-direction
<cssproperty_name> = flex-flow
<cssproperty_name> = flex-grow
<cssproperty_name> = flex-shrink
<cssproperty_name> = flex-wrap
<cssproperty_name> = float
<cssproperty_name> = flood-color
<cssproperty_name> = flood-opacity
<cssproperty_name> = font
<cssproperty_name> = font-face
<cssproperty_name> = font-family
<cssproperty_name> = font-feature-settings
<cssproperty_name> = font-kerning
<cssproperty_name> = font-size
<cssproperty_name> = font-size-adjust
<cssproperty_name> = font-stretch
<cssproperty_name> = font-style
<cssproperty_name> = font-variant
<cssproperty_name> = font-variant-caps
<cssproperty_name> = font-variant-ligatures
<cssproperty_name> = font-vendor
<cssproperty_name> = font-weight
<cssproperty_name> = gap
<cssproperty_name> = grid
<cssproperty_name> = grid-area
<cssproperty_name> = grid-auto-columns
<cssproperty_name> = grid-auto-flow
<cssproperty_name> = grid-auto-rows
<cssproperty_name> = grid-column
<cssproperty_name> = grid-column-end
<cssproperty_name> = grid-column-gap
<cssproperty_name> = grid-column-start
<cssproperty_name> = grid-gap
<cssproperty_name> = grid-row
<cssproperty_name> = grid-row-end
<cssproperty_name> = grid-row-gap
<cssproperty_name> = grid-row-start
<cssproperty_name> = grid-template
<cssproperty_name> = grid-template-areas
<cssproperty_name> = grid-template-columns
<cssproperty_name> = grid-template-rows
<cssproperty_name> = height
<cssproperty_name> = hyphens
<cssproperty_name> = image-orientation
<cssproperty_name> = image-rendering
<cssproperty_name> = isolation
<cssproperty_name> = justify-content
<cssproperty_name> = justify-items
<cssproperty_name> = justify-self
<cssproperty_name> = kerning
<cssproperty_name> = left
<cssproperty_name> = letter-spacing
<cssproperty_name> = lighting-color
<cssproperty_name> = line-break
<cssproperty_name> = line-height
<cssproperty_name> = list-style
<cssproperty_name> = list-style-image
<cssproperty_name> = list-style-position
<cssproperty_name> = list-style-type
<cssproperty_name> = margin
<cssproperty_name> = margin-bottom
<cssproperty_name> = margin-left
<cssproperty_name> = margin-right
<cssproperty_name> = margin-top
<cssproperty_name> = marker
<cssproperty_name> = marker-mid
<cssproperty_name> = mask-source-type
<cssproperty_name> = max-height
<cssproperty_name> = max-width
<cssproperty_name> = max-zoom
<cssproperty_name> = min-height
<cssproperty_name> = min-width
<cssproperty_name> = min-zoom
<cssproperty_name> = mix-blend-mode
<cssproperty_name> = motion
<cssproperty_name> = motion-offset
<cssproperty_name> = motion-path
<cssproperty_name> = motion-rotation
<cssproperty_name> = mso-background-source
<cssproperty_name> = mso-bidi-font-size
<cssproperty_name> = mso-border-alt
<cssproperty_name> = mso-border-left-alt
<cssproperty_name> = mso-border-top-alt
<cssproperty_name> = mso-data-placement
<cssproperty_name> = mso-displayed-decimal-separator
<cssproperty_name> = mso-displayed-thousand-separator
<cssproperty_name> = mso-fareast-font-family
<cssproperty_name> = mso-font-charset
<cssproperty_name> = mso-font-kerning
<cssproperty_name> = mso-generic-font-family
<cssproperty_name> = mso-height-source
<cssproperty_name> = mso-ignore
<cssproperty_name> = mso-number-format
<cssproperty_name> = mso-outline-level
<cssproperty_name> = mso-padding-alt
<cssproperty_name> = mso-pagination
<cssproperty_name> = mso-pattern
<cssproperty_name> = mso-protection
<cssproperty_name> = mso-rotate
<cssproperty_name> = mso-style-id
<cssproperty_name> = mso-style-name
<cssproperty_name> = mso-style-next
<cssproperty_name> = mso-style-parent
<cssproperty_name> = mso-width-alt
<cssproperty_name> = mso-width-source
<cssproperty_name> = object-fit
<cssproperty_name> = object-position
<cssproperty_name> = offset
<cssproperty_name> = offset-anchor
<cssproperty_name> = offset-distance
<cssproperty_name> = offset-path
<cssproperty_name> = offset-position
<cssproperty_name> = offset-rotation
<cssproperty_name> = opacity
<cssproperty_name> = order
<cssproperty_name> = orientation
<cssproperty_name> = orphans
<cssproperty_name> = outline
<cssproperty_name> = outline-bottom
<cssproperty_name> = outline-color
<cssproperty_name> = outline-offset
<cssproperty_name> = outline-style
<cssproperty_name> = outline-width
<cssproperty_name> = overflow
<cssproperty_name> = overflow-anchor
<cssproperty_name> = overflow-wrap
<cssproperty_name> = overflow-x
<cssproperty_name> = overflow-y
<cssproperty_name> = padding
<cssproperty_name> = padding-bottom
<cssproperty_name> = padding-left
<cssproperty_name> = padding-right
<cssproperty_name> = padding-top
<cssproperty_name> = page
<cssproperty_name> = page-break-after
<cssproperty_name> = page-break-before
<cssproperty_name> = page-break-inside
<cssproperty_name> = perspective
<cssproperty_name> = perspective-origin
<cssproperty_name> = pointer-events
<cssproperty_name> = position
<cssproperty_name> = prince-hyphens
<cssproperty_name> = quotes
<cssproperty_name> = resize
<cssproperty_name> = right
<cssproperty_name> = rotate
<cssproperty_name> = rotation
<cssproperty_name> = rotation-code
<cssproperty_name> = rx
<cssproperty_name> = ry
<cssproperty_name> = scale
<cssproperty_name> = scroll-behavior
<cssproperty_name> = scroll-snap-coordinate
<cssproperty_name> = scroll-snap-destination
<cssproperty_name> = scroll-snap-points-x
<cssproperty_name> = scroll-snap-points-y
<cssproperty_name> = scroll-snap-type
<cssproperty_name> = shape-image-threshold
<cssproperty_name> = shape-inside
<cssproperty_name> = shape-margin
<cssproperty_name> = shape-outside
<cssproperty_name> = snap-height
<cssproperty_name> = src
<cssproperty_name> = stop-color
<cssproperty_name> = stop-opacity
<cssproperty_name> = stroke
<cssproperty_name> = stroke-dasharray
<cssproperty_name> = stroke-dashoffset
<cssproperty_name> = stroke-linecap
<cssproperty_name> = stroke-linejoin
<cssproperty_name> = stroke-miterlimit
<cssproperty_name> = stroke-opacity
<cssproperty_name> = stroke-width
<cssproperty_name> = tab-size
<cssproperty_name> = table-layout
<cssproperty_name> = text-align
<cssproperty_name> = text-align-last
<cssproperty_name> = text-anchor
<cssproperty_name> = text-combine-upright
<cssproperty_name> = text-decoration
<cssproperty_name> = text-decoration-color
<cssproperty_name> = text-decoration-line
<cssproperty_name> = text-decoration-style
<cssproperty_name> = text-decoration-upright
<cssproperty_name> = text-indent
<cssproperty_name> = text-justify
<cssproperty_name> = text-orientation
<cssproperty_name> = text-overflow
<cssproperty_name> = text-rendering
<cssproperty_name> = text-shadow
<cssproperty_name> = text-transform
<cssproperty_name> = text-underline
<cssproperty_name> = text-underline-position
<cssproperty_name> = top
<cssproperty_name> = touch-action
<cssproperty_name> = transform
<cssproperty_name> = transform-origin
<cssproperty_name> = transform-style
<cssproperty_name> = transition
<cssproperty_name> = transition-delay
<cssproperty_name> = transition-duration
<cssproperty_name> = transition-properties
<cssproperty_name> = transition-property
<cssproperty_name> = transition-timing-function
<cssproperty_name> = translate
<cssproperty_name> = unicode-bidi
<cssproperty_name> = user-select
<cssproperty_name> = user-zoom
<cssproperty_name> = vector-effect
<cssproperty_name> = vertical-align
<cssproperty_name> = visibility
<cssproperty_name> = weight
<cssproperty_name> = white
<cssproperty_name> = white-space
<cssproperty_name> = whitespace
<cssproperty_name> = widows
<cssproperty_name> = width
<cssproperty_name> = will-change
<cssproperty_name> = word-break
<cssproperty_name> = word-space
<cssproperty_name> = word-spacing
<cssproperty_name> = word-wrap
<cssproperty_name> = writing-mode
<cssproperty_name> = z-index
<cssproperty_name> = zoom

<cssproperty_value> = <cssproperty_-ms-flex-align>
<cssproperty_value> = <cssproperty_-ms-font-feature-settings>
<cssproperty_value> = <cssproperty_-ms-text-combine-horizontal>
<cssproperty_value> = <cssproperty_-ms-user-select>
<cssproperty_value> = <cssproperty_-webkit-align-content>
<cssproperty_value> = <cssproperty_-webkit-align-items>
<cssproperty_value> = <cssproperty_-webkit-align-self>
<cssproperty_value> = <cssproperty_-webkit-animation>
<cssproperty_value> = <cssproperty_-webkit-animation-delay>
<cssproperty_value> = <cssproperty_-webkit-animation-direction>
<cssproperty_value> = <cssproperty_-webkit-animation-duration>
<cssproperty_value> = <cssproperty_-webkit-animation-fill-mode>
<cssproperty_value> = <cssproperty_-webkit-animation-iteration-count>
<cssproperty_value> = <cssproperty_-webkit-animation-name>
<cssproperty_value> = <cssproperty_-webkit-animation-play-state>
<cssproperty_value> = <cssproperty_-webkit-animation-timing-function>
<cssproperty_value> = <cssproperty_-webkit-app-region>
<cssproperty_value> = <cssproperty_-webkit-appearance>
<cssproperty_value> = <cssproperty_-webkit-backface-visibility>
<cssproperty_value> = <cssproperty_-webkit-background-clip>
<cssproperty_value> = <cssproperty_-webkit-background-origin>
<cssproperty_value> = <cssproperty_-webkit-background-size>
<cssproperty_value> = <cssproperty_-webkit-border-after>
<cssproperty_value> = <cssproperty_-webkit-border-after-color>
<cssproperty_value> = <cssproperty_-webkit-border-after-width>
<cssproperty_value> = <cssproperty_-webkit-border-before>
<cssproperty_value> = <cssproperty_-webkit-border-before-color>
<cssproperty_value> = <cssproperty_-webkit-border-before-style>
<cssproperty_value> = <cssproperty_-webkit-border-before-width>
<cssproperty_value> = <cssproperty_-webkit-border-bottom-left-radius>
<cssproperty_value> = <cssproperty_-webkit-border-bottom-right-radius>
<cssproperty_value> = <cssproperty_-webkit-border-end>
<cssproperty_value> = <cssproperty_-webkit-border-end-color>
<cssproperty_value> = <cssproperty_-webkit-border-end-width>
<cssproperty_value> = <cssproperty_-webkit-border-image>
<cssproperty_value> = <cssproperty_-webkit-border-radius>
<cssproperty_value> = <cssproperty_-webkit-border-start>
<cssproperty_value> = <cssproperty_-webkit-border-start-color>
<cssproperty_value> = <cssproperty_-webkit-border-start-width>
<cssproperty_value> = <cssproperty_-webkit-border-top-left-radius>
<cssproperty_value> = <cssproperty_-webkit-border-top-right-radius>
<cssproperty_value> = <cssproperty_-webkit-border-vertical-spacing>
<cssproperty_value> = <cssproperty_-webkit-box-align>
<cssproperty_value> = <cssproperty_-webkit-box-decoration-break>
<cssproperty_value> = <cssproperty_-webkit-box-direction>
<cssproperty_value> = <cssproperty_-webkit-box-flex>
<cssproperty_value> = <cssproperty_-webkit-box-flex-group>
<cssproperty_value> = <cssproperty_-webkit-box-lines>
<cssproperty_value> = <cssproperty_-webkit-box-ordinal-group>
<cssproperty_value> = <cssproperty_-webkit-box-orient>
<cssproperty_value> = <cssproperty_-webkit-box-pack>
<cssproperty_value> = <cssproperty_-webkit-box-reflect>
<cssproperty_value> = <cssproperty_-webkit-box-shadow>
<cssproperty_value> = <cssproperty_-webkit-box-sizing>
<cssproperty_value> = <cssproperty_-webkit-clip-path>
<cssproperty_value> = <cssproperty_-webkit-color-correction>
<cssproperty_value> = <cssproperty_-webkit-column-break-after>
<cssproperty_value> = <cssproperty_-webkit-column-break-before>
<cssproperty_value> = <cssproperty_-webkit-column-break-inside>
<cssproperty_value> = <cssproperty_-webkit-column-count>
<cssproperty_value> = <cssproperty_-webkit-column-fill>
<cssproperty_value> = <cssproperty_-webkit-column-gap>
<cssproperty_value> = <cssproperty_-webkit-column-rule>
<cssproperty_value> = <cssproperty_-webkit-column-rule-color>
<cssproperty_value> = <cssproperty_-webkit-column-rule-style>
<cssproperty_value> = <cssproperty_-webkit-column-rule-width>
<cssproperty_value> = <cssproperty_-webkit-column-span>
<cssproperty_value> = <cssproperty_-webkit-column-width>
<cssproperty_value> = <cssproperty_-webkit-columns>
<cssproperty_value> = <cssproperty_-webkit-direction>
<cssproperty_value> = <cssproperty_-webkit-filter>
<cssproperty_value> = <cssproperty_-webkit-flex>
<cssproperty_value> = <cssproperty_-webkit-flex-direction>
<cssproperty_value> = <cssproperty_-webkit-flex-wrap>
<cssproperty_value> = <cssproperty_-webkit-flow-from>
<cssproperty_value> = <cssproperty_-webkit-flow-into>
<cssproperty_value> = <cssproperty_-webkit-font-feature-settings>
<cssproperty_value> = <cssproperty_-webkit-font-smoothing>
<cssproperty_value> = <cssproperty_-webkit-highlight>
<cssproperty_value> = <cssproperty_-webkit-hyphenate-character>
<cssproperty_value> = <cssproperty_-webkit-hyphens>
<cssproperty_value> = <cssproperty_-webkit-justify-content>
<cssproperty_value> = <cssproperty_-webkit-line-break>
<cssproperty_value> = <cssproperty_-webkit-line-clamp>
<cssproperty_value> = <cssproperty_-webkit-locale>
<cssproperty_value> = <cssproperty_-webkit-logical-height>
<cssproperty_value> = <cssproperty_-webkit-logical-width>
<cssproperty_value> = <cssproperty_-webkit-margin-after>
<cssproperty_value> = <cssproperty_-webkit-margin-after-collapse>
<cssproperty_value> = <cssproperty_-webkit-margin-before>
<cssproperty_value> = <cssproperty_-webkit-margin-before-collapse>
<cssproperty_value> = <cssproperty_-webkit-margin-bottom-collapse>
<cssproperty_value> = <cssproperty_-webkit-margin-collapse>
<cssproperty_value> = <cssproperty_-webkit-margin-end>
<cssproperty_value> = <cssproperty_-webkit-margin-start>
<cssproperty_value> = <cssproperty_-webkit-margin-top-collapse>
<cssproperty_value> = <cssproperty_-webkit-marquee-speed>
<cssproperty_value> = <cssproperty_-webkit-mask>
<cssproperty_value> = <cssproperty_-webkit-mask-box-image>
<cssproperty_value> = <cssproperty_-webkit-mask-box-image-outset>
<cssproperty_value> = <cssproperty_-webkit-mask-box-image-repeat>
<cssproperty_value> = <cssproperty_-webkit-mask-box-image-slice>
<cssproperty_value> = <cssproperty_-webkit-mask-box-image-source>
<cssproperty_value> = <cssproperty_-webkit-mask-box-image-width>
<cssproperty_value> = <cssproperty_-webkit-mask-clip>
<cssproperty_value> = <cssproperty_-webkit-mask-composite>
<cssproperty_value> = <cssproperty_-webkit-mask-image>
<cssproperty_value> = <cssproperty_-webkit-mask-origin>
<cssproperty_value> = <cssproperty_-webkit-mask-position>
<cssproperty_value> = <cssproperty_-webkit-mask-repeat>
<cssproperty_value> = <cssproperty_-webkit-mask-repeat-y>
<cssproperty_value> = <cssproperty_-webkit-mask-size>
<cssproperty_value> = <cssproperty_-webkit-min-logical-height>
<cssproperty_value> = <cssproperty_-webkit-nbsp-mode>
<cssproperty_value> = <cssproperty_-webkit-opacity>
<cssproperty_value> = <cssproperty_-webkit-overflow-scrolling>
<cssproperty_value> = <cssproperty_-webkit-padding-after>
<cssproperty_value> = <cssproperty_-webkit-padding-before>
<cssproperty_value> = <cssproperty_-webkit-padding-end>
<cssproperty_value> = <cssproperty_-webkit-padding-start>
<cssproperty_value> = <cssproperty_-webkit-perspective>
<cssproperty_value> = <cssproperty_-webkit-perspective-origin>
<cssproperty_value> = <cssproperty_-webkit-perspective-origin-x>
<cssproperty_value> = <cssproperty_-webkit-perspective-origin-y>
<cssproperty_value> = <cssproperty_-webkit-print-color-adjust>
<cssproperty_value> = <cssproperty_-webkit-rtl-ordering>
<cssproperty_value> = <cssproperty_-webkit-ruby-position>
<cssproperty_value> = <cssproperty_-webkit-shape-margin>
<cssproperty_value> = <cssproperty_-webkit-shape-outside>
<cssproperty_value> = <cssproperty_-webkit-tap-highlight-color>
<cssproperty_value> = <cssproperty_-webkit-text-combine>
<cssproperty_value> = <cssproperty_-webkit-text-decorations-in-effect>
<cssproperty_value> = <cssproperty_-webkit-text-emphasis>
<cssproperty_value> = <cssproperty_-webkit-text-emphasis-color>
<cssproperty_value> = <cssproperty_-webkit-text-emphasis-position>
<cssproperty_value> = <cssproperty_-webkit-text-emphasis-style>
<cssproperty_value> = <cssproperty_-webkit-text-fill-color>
<cssproperty_value> = <cssproperty_-webkit-text-orientation>
<cssproperty_value> = <cssproperty_-webkit-text-security>
<cssproperty_value> = <cssproperty_-webkit-text-stroke>
<cssproperty_value> = <cssproperty_-webkit-text-stroke-color>
<cssproperty_value> = <cssproperty_-webkit-text-stroke-width>
<cssproperty_value> = <cssproperty_-webkit-transform>
<cssproperty_value> = <cssproperty_-webkit-transform-origin>
<cssproperty_value> = <cssproperty_-webkit-transform-style>
<cssproperty_value> = <cssproperty_-webkit-transition>
<cssproperty_value> = <cssproperty_-webkit-transition-delay>
<cssproperty_value> = <cssproperty_-webkit-transition-duration>
<cssproperty_value> = <cssproperty_-webkit-transition-property>
<cssproperty_value> = <cssproperty_-webkit-transition-timing-function>
<cssproperty_value> = <cssproperty_-webkit-user-drag>
<cssproperty_value> = <cssproperty_-webkit-user-modify>
<cssproperty_value> = <cssproperty_-webkit-user-select>
<cssproperty_value> = <cssproperty_-webkit-wrap-flow>
<cssproperty_value> = <cssproperty_-webkit-writing-mode>
<cssproperty_value> = <cssproperty_align-content>
<cssproperty_value> = <cssproperty_align-items>
<cssproperty_value> = <cssproperty_align-self>
<cssproperty_value> = <cssproperty_alignx>
<cssproperty_value> = <cssproperty_animation>
<cssproperty_value> = <cssproperty_animation-delay>
<cssproperty_value> = <cssproperty_animation-direction>
<cssproperty_value> = <cssproperty_animation-duration>
<cssproperty_value> = <cssproperty_animation-fill-mode>
<cssproperty_value> = <cssproperty_animation-iteration-count>
<cssproperty_value> = <cssproperty_animation-name>
<cssproperty_value> = <cssproperty_animation-play-state>
<cssproperty_value> = <cssproperty_animation-timing-function>
<cssproperty_value> = <cssproperty_backdrop-filter>
<cssproperty_value> = <cssproperty_backface-visibility>
<cssproperty_value> = <cssproperty_background>
<cssproperty_value> = <cssproperty_background-attachment>
<cssproperty_value> = <cssproperty_background-blend-mode>
<cssproperty_value> = <cssproperty_background-clip>
<cssproperty_value> = <cssproperty_background-color>
<cssproperty_value> = <cssproperty_background-image>
<cssproperty_value> = <cssproperty_background-origin>
<cssproperty_value> = <cssproperty_background-position>
<cssproperty_value> = <cssproperty_background-position-x>
<cssproperty_value> = <cssproperty_background-repeat>
<cssproperty_value> = <cssproperty_background-repeat-x>
<cssproperty_value> = <cssproperty_background-repeat-y>
<cssproperty_value> = <cssproperty_background-size>
<cssproperty_value> = <cssproperty_baseline-shift>
<cssproperty_value> = <cssproperty_border>
<cssproperty_value> = <cssproperty_border-bottom>
<cssproperty_value> = <cssproperty_border-bottom-color>
<cssproperty_value> = <cssproperty_border-bottom-left-radius>
<cssproperty_value> = <cssproperty_border-bottom-right-radius>
<cssproperty_value> = <cssproperty_border-bottom-style>
<cssproperty_value> = <cssproperty_border-bottom-width>
<cssproperty_value> = <cssproperty_border-collapse>
<cssproperty_value> = <cssproperty_border-color>
<cssproperty_value> = <cssproperty_border-image>
<cssproperty_value> = <cssproperty_border-image-outset>
<cssproperty_value> = <cssproperty_border-image-repeat>
<cssproperty_value> = <cssproperty_border-image-slice>
<cssproperty_value> = <cssproperty_border-image-source>
<cssproperty_value> = <cssproperty_border-image-width>
<cssproperty_value> = <cssproperty_border-left>
<cssproperty_value> = <cssproperty_border-left-color>
<cssproperty_value> = <cssproperty_border-left-style>
<cssproperty_value> = <cssproperty_border-left-width>
<cssproperty_value> = <cssproperty_border-radius>
<cssproperty_value> = <cssproperty_border-right>
<cssproperty_value> = <cssproperty_border-right-color>
<cssproperty_value> = <cssproperty_border-right-style>
<cssproperty_value> = <cssproperty_border-right-width>
<cssproperty_value> = <cssproperty_border-size>
<cssproperty_value> = <cssproperty_border-spacing>
<cssproperty_value> = <cssproperty_border-style>
<cssproperty_value> = <cssproperty_border-top>
<cssproperty_value> = <cssproperty_border-top-color>
<cssproperty_value> = <cssproperty_border-top-left-radius>
<cssproperty_value> = <cssproperty_border-top-right-radius>
<cssproperty_value> = <cssproperty_border-top-style>
<cssproperty_value> = <cssproperty_border-top-width>
<cssproperty_value> = <cssproperty_border-width>
<cssproperty_value> = <cssproperty_bottom>
<cssproperty_value> = <cssproperty_box-align>
<cssproperty_value> = <cssproperty_box-decoration-break>
<cssproperty_value> = <cssproperty_box-direction>
<cssproperty_value> = <cssproperty_box-flex>
<cssproperty_value> = <cssproperty_box-flex-group>
<cssproperty_value> = <cssproperty_box-ordinal-group>
<cssproperty_value> = <cssproperty_box-orient>
<cssproperty_value> = <cssproperty_box-pack>
<cssproperty_value> = <cssproperty_box-reflect>
<cssproperty_value> = <cssproperty_box-shadow>
<cssproperty_value> = <cssproperty_box-sizing>
<cssproperty_value> = <cssproperty_break-after>
<cssproperty_value> = <cssproperty_break-before>
<cssproperty_value> = <cssproperty_break-inside>
<cssproperty_value> = <cssproperty_caption-side>
<cssproperty_value> = <cssproperty_cellpadding>
<cssproperty_value> = <cssproperty_cellspacing>
<cssproperty_value> = <cssproperty_clear>
<cssproperty_value> = <cssproperty_clip>
<cssproperty_value> = <cssproperty_clip-path>
<cssproperty_value> = <cssproperty_color>
<cssproperty_value> = <cssproperty_color-interpolation-filters>
<cssproperty_value> = <cssproperty_color-profile>
<cssproperty_value> = <cssproperty_column-break-after>
<cssproperty_value> = <cssproperty_column-break-before>
<cssproperty_value> = <cssproperty_column-count>
<cssproperty_value> = <cssproperty_column-fill>
<cssproperty_value> = <cssproperty_column-gap>
<cssproperty_value> = <cssproperty_column-rule>
<cssproperty_value> = <cssproperty_column-rule-style>
<cssproperty_value> = <cssproperty_column-span>
<cssproperty_value> = <cssproperty_column-width>
<cssproperty_value> = <cssproperty_columns>
<cssproperty_value> = <cssproperty_contain>
<cssproperty_value> = <cssproperty_content>
<cssproperty_value> = <cssproperty_counter-increment>
<cssproperty_value> = <cssproperty_counter-reset>
<cssproperty_value> = <cssproperty_css-float>
<cssproperty_value> = <cssproperty_cursor>
<cssproperty_value> = <cssproperty_cx>
<cssproperty_value> = <cssproperty_cy>
<cssproperty_value> = <cssproperty_direction>
<cssproperty_value> = <cssproperty_display>
<cssproperty_value> = <cssproperty_dominant-baseline>
<cssproperty_value> = <cssproperty_empty-cells>
<cssproperty_value> = <cssproperty_fill>
<cssproperty_value> = <cssproperty_fill-opacity>
<cssproperty_value> = <cssproperty_fill-rule>
<cssproperty_value> = <cssproperty_filter>
<cssproperty_value> = <cssproperty_flex>
<cssproperty_value> = <cssproperty_flex-basis>
<cssproperty_value> = <cssproperty_flex-direction>
<cssproperty_value> = <cssproperty_flex-flow>
<cssproperty_value> = <cssproperty_flex-grow>
<cssproperty_value> = <cssproperty_flex-shrink>
<cssproperty_value> = <cssproperty_flex-wrap>
<cssproperty_value> = <cssproperty_float>
<cssproperty_value> = <cssproperty_flood-color>
<cssproperty_value> = <cssproperty_flood-opacity>
<cssproperty_value> = <cssproperty_font>
<cssproperty_value> = <cssproperty_font-face>
<cssproperty_value> = <cssproperty_font-family>
<cssproperty_value> = <cssproperty_font-feature-settings>
<cssproperty_value> = <cssproperty_font-kerning>
<cssproperty_value> = <cssproperty_font-size>
<cssproperty_value> = <cssproperty_font-size-adjust>
<cssproperty_value> = <cssproperty_font-stretch>
<cssproperty_value> = <cssproperty_font-style>
<cssproperty_value> = <cssproperty_font-variant>
<cssproperty_value> = <cssproperty_font-variant-caps>
<cssproperty_value> = <cssproperty_font-variant-ligatures>
<cssproperty_value> = <cssproperty_font-vendor>
<cssproperty_value> = <cssproperty_font-weight>
<cssproperty_value> = <cssproperty_gap>
<cssproperty_value> = <cssproperty_grid>
<cssproperty_value> = <cssproperty_grid-area>
<cssproperty_value> = <cssproperty_grid-auto-columns>
<cssproperty_value> = <cssproperty_grid-auto-flow>
<cssproperty_value> = <cssproperty_grid-auto-rows>
<cssproperty_value> = <cssproperty_grid-column>
<cssproperty_value> = <cssproperty_grid-column-end>
<cssproperty_value> = <cssproperty_grid-column-gap>
<cssproperty_value> = <cssproperty_grid-column-start>
<cssproperty_value> = <cssproperty_grid-gap>
<cssproperty_value> = <cssproperty_grid-row>
<cssproperty_value> = <cssproperty_grid-row-end>
<cssproperty_value> = <cssproperty_grid-row-gap>
<cssproperty_value> = <cssproperty_grid-row-start>
<cssproperty_value> = <cssproperty_grid-template>
<cssproperty_value> = <cssproperty_grid-template-areas>
<cssproperty_value> = <cssproperty_grid-template-columns>
<cssproperty_value> = <cssproperty_grid-template-rows>
<cssproperty_value> = <cssproperty_height>
<cssproperty_value> = <cssproperty_hyphens>
<cssproperty_value> = <cssproperty_image>
<cssproperty_value> = <cssproperty_image-orientation>
<cssproperty_value> = <cssproperty_image-rendering>
<cssproperty_value> = <cssproperty_isolation>
<cssproperty_value> = <cssproperty_justify-content>
<cssproperty_value> = <cssproperty_justify-items>
<cssproperty_value> = <cssproperty_justify-self>
<cssproperty_value> = <cssproperty_kerning>
<cssproperty_value> = <cssproperty_left>
<cssproperty_value> = <cssproperty_letter-spacing>
<cssproperty_value> = <cssproperty_lighting-color>
<cssproperty_value> = <cssproperty_line-break>
<cssproperty_value> = <cssproperty_line-height>
<cssproperty_value> = <cssproperty_list-style>
<cssproperty_value> = <cssproperty_list-style-image>
<cssproperty_value> = <cssproperty_list-style-position>
<cssproperty_value> = <cssproperty_list-style-type>
<cssproperty_value> = <cssproperty_margin>
<cssproperty_value> = <cssproperty_margin-bottom>
<cssproperty_value> = <cssproperty_margin-left>
<cssproperty_value> = <cssproperty_margin-right>
<cssproperty_value> = <cssproperty_margin-top>
<cssproperty_value> = <cssproperty_marker>
<cssproperty_value> = <cssproperty_marker-mid>
<cssproperty_value> = <cssproperty_mask-source-type>
<cssproperty_value> = <cssproperty_max-height>
<cssproperty_value> = <cssproperty_max-width>
<cssproperty_value> = <cssproperty_max-zoom>
<cssproperty_value> = <cssproperty_min-height>
<cssproperty_value> = <cssproperty_min-width>
<cssproperty_value> = <cssproperty_min-zoom>
<cssproperty_value> = <cssproperty_mix-blend-mode>
<cssproperty_value> = <cssproperty_motion>
<cssproperty_value> = <cssproperty_motion-offset>
<cssproperty_value> = <cssproperty_motion-path>
<cssproperty_value> = <cssproperty_motion-rotation>
<cssproperty_value> = <cssproperty_mso-background-source>
<cssproperty_value> = <cssproperty_mso-bidi-font-size>
<cssproperty_value> = <cssproperty_mso-border-alt>
<cssproperty_value> = <cssproperty_mso-border-left-alt>
<cssproperty_value> = <cssproperty_mso-border-top-alt>
<cssproperty_value> = <cssproperty_mso-data-placement>
<cssproperty_value> = <cssproperty_mso-displayed-decimal-separator>
<cssproperty_value> = <cssproperty_mso-displayed-thousand-separator>
<cssproperty_value> = <cssproperty_mso-fareast-font-family>
<cssproperty_value> = <cssproperty_mso-font-charset>
<cssproperty_value> = <cssproperty_mso-font-kerning>
<cssproperty_value> = <cssproperty_mso-generic-font-family>
<cssproperty_value> = <cssproperty_mso-height-source>
<cssproperty_value> = <cssproperty_mso-ignore>
<cssproperty_value> = <cssproperty_mso-number-format>
<cssproperty_value> = <cssproperty_mso-outline-level>
<cssproperty_value> = <cssproperty_mso-padding-alt>
<cssproperty_value> = <cssproperty_mso-pagination>
<cssproperty_value> = <cssproperty_mso-pattern>
<cssproperty_value> = <cssproperty_mso-protection>
<cssproperty_value> = <cssproperty_mso-rotate>
<cssproperty_value> = <cssproperty_mso-style-id>
<cssproperty_value> = <cssproperty_mso-style-name>
<cssproperty_value> = <cssproperty_mso-style-next>
<cssproperty_value> = <cssproperty_mso-style-parent>
<cssproperty_value> = <cssproperty_mso-width-alt>
<cssproperty_value> = <cssproperty_mso-width-source>
<cssproperty_value> = <cssproperty_object-fit>
<cssproperty_value> = <cssproperty_object-position>
<cssproperty_value> = <cssproperty_offset>
<cssproperty_value> = <cssproperty_offset-anchor>
<cssproperty_value> = <cssproperty_offset-distance>
<cssproperty_value> = <cssproperty_offset-path>
<cssproperty_value> = <cssproperty_offset-position>
<cssproperty_value> = <cssproperty_offset-rotation>
<cssproperty_value> = <cssproperty_opacity>
<cssproperty_value> = <cssproperty_order>
<cssproperty_value> = <cssproperty_orientation>
<cssproperty_value> = <cssproperty_orphans>
<cssproperty_value> = <cssproperty_outline>
<cssproperty_value> = <cssproperty_outline-bottom>
<cssproperty_value> = <cssproperty_outline-color>
<cssproperty_value> = <cssproperty_outline-offset>
<cssproperty_value> = <cssproperty_outline-style>
<cssproperty_value> = <cssproperty_outline-width>
<cssproperty_value> = <cssproperty_overflow>
<cssproperty_value> = <cssproperty_overflow-anchor>
<cssproperty_value> = <cssproperty_overflow-wrap>
<cssproperty_value> = <cssproperty_overflow-x>
<cssproperty_value> = <cssproperty_overflow-y>
<cssproperty_value> = <cssproperty_padding>
<cssproperty_value> = <cssproperty_padding-bottom>
<cssproperty_value> = <cssproperty_padding-left>
<cssproperty_value> = <cssproperty_padding-right>
<cssproperty_value> = <cssproperty_padding-top>
<cssproperty_value> = <cssproperty_page>
<cssproperty_value> = <cssproperty_page-break-after>
<cssproperty_value> = <cssproperty_page-break-before>
<cssproperty_value> = <cssproperty_page-break-inside>
<cssproperty_value> = <cssproperty_perspective>
<cssproperty_value> = <cssproperty_perspective-origin>
<cssproperty_value> = <cssproperty_pointer-events>
<cssproperty_value> = <cssproperty_position>
<cssproperty_value> = <cssproperty_prince-hyphens>
<cssproperty_value> = <cssproperty_quotes>
<cssproperty_value> = <cssproperty_resize>
<cssproperty_value> = <cssproperty_right>
<cssproperty_value> = <cssproperty_rotate>
<cssproperty_value> = <cssproperty_rotation>
<cssproperty_value> = <cssproperty_rotation-code>
<cssproperty_value> = <cssproperty_rx>
<cssproperty_value> = <cssproperty_ry>
<cssproperty_value> = <cssproperty_scale>
<cssproperty_value> = <cssproperty_scroll-behavior>
<cssproperty_value> = <cssproperty_scroll-snap-coordinate>
<cssproperty_value> = <cssproperty_scroll-snap-destination>
<cssproperty_value> = <cssproperty_scroll-snap-points-x>
<cssproperty_value> = <cssproperty_scroll-snap-points-y>
<cssproperty_value> = <cssproperty_scroll-snap-type>
<cssproperty_value> = <cssproperty_shape-image-threshold>
<cssproperty_value> = <cssproperty_shape-inside>
<cssproperty_value> = <cssproperty_shape-margin>
<cssproperty_value> = <cssproperty_shape-outside>
<cssproperty_value> = <cssproperty_snap-height>
<cssproperty_value> = <cssproperty_src>
<cssproperty_value> = <cssproperty_stop-color>
<cssproperty_value> = <cssproperty_stop-opacity>
<cssproperty_value> = <cssproperty_stroke>
<cssproperty_value> = <cssproperty_stroke-dasharray>
<cssproperty_value> = <cssproperty_stroke-dashoffset>
<cssproperty_value> = <cssproperty_stroke-linecap>
<cssproperty_value> = <cssproperty_stroke-linejoin>
<cssproperty_value> = <cssproperty_stroke-miterlimit>
<cssproperty_value> = <cssproperty_stroke-opacity>
<cssproperty_value> = <cssproperty_stroke-width>
<cssproperty_value> = <cssproperty_tab-size>
<cssproperty_value> = <cssproperty_table-layout>
<cssproperty_value> = <cssproperty_text-align>
<cssproperty_value> = <cssproperty_text-align-last>
<cssproperty_value> = <cssproperty_text-anchor>
<cssproperty_value> = <cssproperty_text-combine-upright>
<cssproperty_value> = <cssproperty_text-decoration>
<cssproperty_value> = <cssproperty_text-decoration-color>
<cssproperty_value> = <cssproperty_text-decoration-line>
<cssproperty_value> = <cssproperty_text-decoration-style>
<cssproperty_value> = <cssproperty_text-decoration-upright>
<cssproperty_value> = <cssproperty_text-indent>
<cssproperty_value> = <cssproperty_text-justify>
<cssproperty_value> = <cssproperty_text-orientation>
<cssproperty_value> = <cssproperty_text-overflow>
<cssproperty_value> = <cssproperty_text-rendering>
<cssproperty_value> = <cssproperty_text-shadow>
<cssproperty_value> = <cssproperty_text-transform>
<cssproperty_value> = <cssproperty_text-underline>
<cssproperty_value> = <cssproperty_text-underline-position>
<cssproperty_value> = <cssproperty_top>
<cssproperty_value> = <cssproperty_touch-action>
<cssproperty_value> = <cssproperty_transform>
<cssproperty_value> = <cssproperty_transform-origin>
<cssproperty_value> = <cssproperty_transform-style>
<cssproperty_value> = <cssproperty_transition>
<cssproperty_value> = <cssproperty_transition-delay>
<cssproperty_value> = <cssproperty_transition-duration>
<cssproperty_value> = <cssproperty_transition-properties>
<cssproperty_value> = <cssproperty_transition-property>
<cssproperty_value> = <cssproperty_transition-timing-function>
<cssproperty_value> = <cssproperty_translate>
<cssproperty_value> = <cssproperty_unicode-bidi>
<cssproperty_value> = <cssproperty_user-select>
<cssproperty_value> = <cssproperty_user-zoom>
<cssproperty_value> = <cssproperty_vector-effect>
<cssproperty_value> = <cssproperty_vertical-align>
<cssproperty_value> = <cssproperty_visibility>
<cssproperty_value> = <cssproperty_weight>
<cssproperty_value> = <cssproperty_white>
<cssproperty_value> = <cssproperty_white-space>
<cssproperty_value> = <cssproperty_whitespace>
<cssproperty_value> = <cssproperty_widows>
<cssproperty_value> = <cssproperty_width>
<cssproperty_value> = <cssproperty_will-change>
<cssproperty_value> = <cssproperty_word-break>
<cssproperty_value> = <cssproperty_word-space>
<cssproperty_value> = <cssproperty_word-spacing>
<cssproperty_value> = <cssproperty_word-wrap>
<cssproperty_value> = <cssproperty_writing-mode>
<cssproperty_value> = <cssproperty_z-index>
<cssproperty_value> = <cssproperty_zoom>

<cssproperty> = -ms-flex-align: <cssproperty_-ms-flex-align>
<cssproperty> = -ms-font-feature-settings: <cssproperty_-ms-font-feature-settings>
<cssproperty> = -ms-text-combine-horizontal: <cssproperty_-ms-text-combine-horizontal>
<cssproperty> = -ms-user-select: <cssproperty_-ms-user-select>
<cssproperty> = -webkit-align-content: <cssproperty_-webkit-align-content>
<cssproperty> = -webkit-align-items: <cssproperty_-webkit-align-items>
<cssproperty> = -webkit-align-self: <cssproperty_-webkit-align-self>
<cssproperty> = -webkit-animation: <cssproperty_-webkit-animation>
<cssproperty> = -webkit-animation-delay: <cssproperty_-webkit-animation-delay>
<cssproperty> = -webkit-animation-direction: <cssproperty_-webkit-animation-direction>
<cssproperty> = -webkit-animation-duration: <cssproperty_-webkit-animation-duration>
<cssproperty> = -webkit-animation-fill-mode: <cssproperty_-webkit-animation-fill-mode>
<cssproperty> = -webkit-animation-iteration-count: <cssproperty_-webkit-animation-iteration-count>
<cssproperty> = -webkit-animation-name: <cssproperty_-webkit-animation-name>
<cssproperty> = -webkit-animation-play-state: <cssproperty_-webkit-animation-play-state>
<cssproperty> = -webkit-animation-timing-function: <cssproperty_-webkit-animation-timing-function>
<cssproperty> = -webkit-app-region: <cssproperty_-webkit-app-region>
<cssproperty> = -webkit-appearance: <cssproperty_-webkit-appearance>
<cssproperty> = -webkit-backface-visibility: <cssproperty_-webkit-backface-visibility>
<cssproperty> = -webkit-background-clip: <cssproperty_-webkit-background-clip>
<cssproperty> = -webkit-background-origin: <cssproperty_-webkit-background-origin>
<cssproperty> = -webkit-background-size: <cssproperty_-webkit-background-size>
<cssproperty> = -webkit-border-after: <cssproperty_-webkit-border-after>
<cssproperty> = -webkit-border-after-color: <cssproperty_-webkit-border-after-color>
<cssproperty> = -webkit-border-after-width: <cssproperty_-webkit-border-after-width>
<cssproperty> = -webkit-border-before: <cssproperty_-webkit-border-before>
<cssproperty> = -webkit-border-before-color: <cssproperty_-webkit-border-before-color>
<cssproperty> = -webkit-border-before-style: <cssproperty_-webkit-border-before-style>
<cssproperty> = -webkit-border-before-width: <cssproperty_-webkit-border-before-width>
<cssproperty> = -webkit-border-bottom-left-radius: <cssproperty_-webkit-border-bottom-left-radius>
<cssproperty> = -webkit-border-bottom-right-radius: <cssproperty_-webkit-border-bottom-right-radius>
<cssproperty> = -webkit-border-end: <cssproperty_-webkit-border-end>
<cssproperty> = -webkit-border-end-color: <cssproperty_-webkit-border-end-color>
<cssproperty> = -webkit-border-end-width: <cssproperty_-webkit-border-end-width>
<cssproperty> = -webkit-border-image: <cssproperty_-webkit-border-image>
<cssproperty> = -webkit-border-radius: <cssproperty_-webkit-border-radius>
<cssproperty> = -webkit-border-start: <cssproperty_-webkit-border-start>
<cssproperty> = -webkit-border-start-color: <cssproperty_-webkit-border-start-color>
<cssproperty> = -webkit-border-start-width: <cssproperty_-webkit-border-start-width>
<cssproperty> = -webkit-border-top-left-radius: <cssproperty_-webkit-border-top-left-radius>
<cssproperty> = -webkit-border-top-right-radius: <cssproperty_-webkit-border-top-right-radius>
<cssproperty> = -webkit-border-vertical-spacing: <cssproperty_-webkit-border-vertical-spacing>
<cssproperty> = -webkit-box-align: <cssproperty_-webkit-box-align>
<cssproperty> = -webkit-box-decoration-break: <cssproperty_-webkit-box-decoration-break>
<cssproperty> = -webkit-box-direction: <cssproperty_-webkit-box-direction>
<cssproperty> = -webkit-box-flex: <cssproperty_-webkit-box-flex>
<cssproperty> = -webkit-box-flex-group: <cssproperty_-webkit-box-flex-group>
<cssproperty> = -webkit-box-lines: <cssproperty_-webkit-box-lines>
<cssproperty> = -webkit-box-ordinal-group: <cssproperty_-webkit-box-ordinal-group>
<cssproperty> = -webkit-box-orient: <cssproperty_-webkit-box-orient>
<cssproperty> = -webkit-box-pack: <cssproperty_-webkit-box-pack>
<cssproperty> = -webkit-box-reflect: <cssproperty_-webkit-box-reflect>
<cssproperty> = -webkit-box-shadow: <cssproperty_-webkit-box-shadow>
<cssproperty> = -webkit-box-sizing: <cssproperty_-webkit-box-sizing>
<cssproperty> = -webkit-clip-path: <cssproperty_-webkit-clip-path>
<cssproperty> = -webkit-color-correction: <cssproperty_-webkit-color-correction>
<cssproperty> = -webkit-column-break-after: <cssproperty_-webkit-column-break-after>
<cssproperty> = -webkit-column-break-before: <cssproperty_-webkit-column-break-before>
<cssproperty> = -webkit-column-break-inside: <cssproperty_-webkit-column-break-inside>
<cssproperty> = -webkit-column-count: <cssproperty_-webkit-column-count>
<cssproperty> = -webkit-column-fill: <cssproperty_-webkit-column-fill>
<cssproperty> = -webkit-column-gap: <cssproperty_-webkit-column-gap>
<cssproperty> = -webkit-column-rule: <cssproperty_-webkit-column-rule>
<cssproperty> = -webkit-column-rule-color: <cssproperty_-webkit-column-rule-color>
<cssproperty> = -webkit-column-rule-style: <cssproperty_-webkit-column-rule-style>
<cssproperty> = -webkit-column-rule-width: <cssproperty_-webkit-column-rule-width>
<cssproperty> = -webkit-column-span: <cssproperty_-webkit-column-span>
<cssproperty> = -webkit-column-width: <cssproperty_-webkit-column-width>
<cssproperty> = -webkit-columns: <cssproperty_-webkit-columns>
<cssproperty> = -webkit-direction: <cssproperty_-webkit-direction>
<cssproperty> = -webkit-filter: <cssproperty_-webkit-filter>
<cssproperty> = -webkit-flex: <cssproperty_-webkit-flex>
<cssproperty> = -webkit-flex-direction: <cssproperty_-webkit-flex-direction>
<cssproperty> = -webkit-flex-wrap: <cssproperty_-webkit-flex-wrap>
<cssproperty> = -webkit-flow-from: <cssproperty_-webkit-flow-from>
<cssproperty> = -webkit-flow-into: <cssproperty_-webkit-flow-into>
<cssproperty> = -webkit-font-feature-settings: <cssproperty_-webkit-font-feature-settings>
<cssproperty> = -webkit-font-smoothing: <cssproperty_-webkit-font-smoothing>
<cssproperty> = -webkit-highlight: <cssproperty_-webkit-highlight>
<cssproperty> = -webkit-hyphenate-character: <cssproperty_-webkit-hyphenate-character>
<cssproperty> = -webkit-hyphens: <cssproperty_-webkit-hyphens>
<cssproperty> = -webkit-justify-content: <cssproperty_-webkit-justify-content>
<cssproperty> = -webkit-line-break: <cssproperty_-webkit-line-break>
<cssproperty> = -webkit-line-clamp: <cssproperty_-webkit-line-clamp>
<cssproperty> = -webkit-locale: <cssproperty_-webkit-locale>
<cssproperty> = -webkit-logical-height: <cssproperty_-webkit-logical-height>
<cssproperty> = -webkit-logical-width: <cssproperty_-webkit-logical-width>
<cssproperty> = -webkit-margin-after: <cssproperty_-webkit-margin-after>
<cssproperty> = -webkit-margin-after-collapse: <cssproperty_-webkit-margin-after-collapse>
<cssproperty> = -webkit-margin-before: <cssproperty_-webkit-margin-before>
<cssproperty> = -webkit-margin-before-collapse: <cssproperty_-webkit-margin-before-collapse>
<cssproperty> = -webkit-margin-bottom-collapse: <cssproperty_-webkit-margin-bottom-collapse>
<cssproperty> = -webkit-margin-collapse: <cssproperty_-webkit-margin-collapse>
<cssproperty> = -webkit-margin-end: <cssproperty_-webkit-margin-end>
<cssproperty> = -webkit-margin-start: <cssproperty_-webkit-margin-start>
<cssproperty> = -webkit-margin-top-collapse: <cssproperty_-webkit-margin-top-collapse>
<cssproperty> = -webkit-marquee-speed: <cssproperty_-webkit-marquee-speed>
<cssproperty> = -webkit-mask: <cssproperty_-webkit-mask>
<cssproperty> = -webkit-mask-box-image: <cssproperty_-webkit-mask-box-image>
<cssproperty> = -webkit-mask-box-image-outset: <cssproperty_-webkit-mask-box-image-outset>
<cssproperty> = -webkit-mask-box-image-repeat: <cssproperty_-webkit-mask-box-image-repeat>
<cssproperty> = -webkit-mask-box-image-slice: <cssproperty_-webkit-mask-box-image-slice>
<cssproperty> = -webkit-mask-box-image-source: <cssproperty_-webkit-mask-box-image-source>
<cssproperty> = -webkit-mask-box-image-width: <cssproperty_-webkit-mask-box-image-width>
<cssproperty> = -webkit-mask-clip: <cssproperty_-webkit-mask-clip>
<cssproperty> = -webkit-mask-composite: <cssproperty_-webkit-mask-composite>
<cssproperty> = -webkit-mask-image: <cssproperty_-webkit-mask-image>
<cssproperty> = -webkit-mask-origin: <cssproperty_-webkit-mask-origin>
<cssproperty> = -webkit-mask-position: <cssproperty_-webkit-mask-position>
<cssproperty> = -webkit-mask-repeat: <cssproperty_-webkit-mask-repeat>
<cssproperty> = -webkit-mask-repeat-y: <cssproperty_-webkit-mask-repeat-y>
<cssproperty> = -webkit-mask-size: <cssproperty_-webkit-mask-size>
<cssproperty> = -webkit-min-logical-height: <cssproperty_-webkit-min-logical-height>
<cssproperty> = -webkit-nbsp-mode: <cssproperty_-webkit-nbsp-mode>
<cssproperty> = -webkit-opacity: <cssproperty_-webkit-opacity>
<cssproperty> = -webkit-overflow-scrolling: <cssproperty_-webkit-overflow-scrolling>
<cssproperty> = -webkit-padding-after: <cssproperty_-webkit-padding-after>
<cssproperty> = -webkit-padding-before: <cssproperty_-webkit-padding-before>
<cssproperty> = -webkit-padding-end: <cssproperty_-webkit-padding-end>
<cssproperty> = -webkit-padding-start: <cssproperty_-webkit-padding-start>
<cssproperty> = -webkit-perspective: <cssproperty_-webkit-perspective>
<cssproperty> = -webkit-perspective-origin: <cssproperty_-webkit-perspective-origin>
<cssproperty> = -webkit-perspective-origin-x: <cssproperty_-webkit-perspective-origin-x>
<cssproperty> = -webkit-perspective-origin-y: <cssproperty_-webkit-perspective-origin-y>
<cssproperty> = -webkit-print-color-adjust: <cssproperty_-webkit-print-color-adjust>
<cssproperty> = -webkit-rtl-ordering: <cssproperty_-webkit-rtl-ordering>
<cssproperty> = -webkit-ruby-position: <cssproperty_-webkit-ruby-position>
<cssproperty> = -webkit-shape-margin: <cssproperty_-webkit-shape-margin>
<cssproperty> = -webkit-shape-outside: <cssproperty_-webkit-shape-outside>
<cssproperty> = -webkit-tap-highlight-color: <cssproperty_-webkit-tap-highlight-color>
<cssproperty> = -webkit-text-combine: <cssproperty_-webkit-text-combine>
<cssproperty> = -webkit-text-decorations-in-effect: <cssproperty_-webkit-text-decorations-in-effect>
<cssproperty> = -webkit-text-emphasis: <cssproperty_-webkit-text-emphasis>
<cssproperty> = -webkit-text-emphasis-color: <cssproperty_-webkit-text-emphasis-color>
<cssproperty> = -webkit-text-emphasis-position: <cssproperty_-webkit-text-emphasis-position>
<cssproperty> = -webkit-text-emphasis-style: <cssproperty_-webkit-text-emphasis-style>
<cssproperty> = -webkit-text-fill-color: <cssproperty_-webkit-text-fill-color>
<cssproperty> = -webkit-text-orientation: <cssproperty_-webkit-text-orientation>
<cssproperty> = -webkit-text-security: <cssproperty_-webkit-text-security>
<cssproperty> = -webkit-text-stroke: <cssproperty_-webkit-text-stroke>
<cssproperty> = -webkit-text-stroke-color: <cssproperty_-webkit-text-stroke-color>
<cssproperty> = -webkit-text-stroke-width: <cssproperty_-webkit-text-stroke-width>
<cssproperty> = -webkit-transform: <cssproperty_-webkit-transform>
<cssproperty> = -webkit-transform-origin: <cssproperty_-webkit-transform-origin>
<cssproperty> = -webkit-transform-style: <cssproperty_-webkit-transform-style>
<cssproperty> = -webkit-transition: <cssproperty_-webkit-transition>
<cssproperty> = -webkit-transition-delay: <cssproperty_-webkit-transition-delay>
<cssproperty> = -webkit-transition-duration: <cssproperty_-webkit-transition-duration>
<cssproperty> = -webkit-transition-property: <cssproperty_-webkit-transition-property>
<cssproperty> = -webkit-transition-timing-function: <cssproperty_-webkit-transition-timing-function>
<cssproperty> = -webkit-user-drag: <cssproperty_-webkit-user-drag>
<cssproperty> = -webkit-user-modify: <cssproperty_-webkit-user-modify>
<cssproperty> = -webkit-user-select: <cssproperty_-webkit-user-select>
<cssproperty> = -webkit-wrap-flow: <cssproperty_-webkit-wrap-flow>
<cssproperty> = -webkit-writing-mode: <cssproperty_-webkit-writing-mode>
<cssproperty> = align-content: <cssproperty_align-content>
<cssproperty> = align-items: <cssproperty_align-items>
<cssproperty> = align-self: <cssproperty_align-self>
<cssproperty> = alignx: <cssproperty_alignx>
<cssproperty> = animation: <cssproperty_animation>
<cssproperty> = animation-delay: <cssproperty_animation-delay>
<cssproperty> = animation-direction: <cssproperty_animation-direction>
<cssproperty> = animation-duration: <cssproperty_animation-duration>
<cssproperty> = animation-fill-mode: <cssproperty_animation-fill-mode>
<cssproperty> = animation-iteration-count: <cssproperty_animation-iteration-count>
<cssproperty> = animation-name: <cssproperty_animation-name>
<cssproperty> = animation-play-state: <cssproperty_animation-play-state>
<cssproperty> = animation-timing-function: <cssproperty_animation-timing-function>
<cssproperty> = backdrop-filter: <cssproperty_backdrop-filter>
<cssproperty> = backface-visibility: <cssproperty_backface-visibility>
<cssproperty> = background: <cssproperty_background>
<cssproperty> = background-attachment: <cssproperty_background-attachment>
<cssproperty> = background-blend-mode: <cssproperty_background-blend-mode>
<cssproperty> = background-clip: <cssproperty_background-clip>
<cssproperty> = background-color: <cssproperty_background-color>
<cssproperty> = background-image: <cssproperty_background-image>
<cssproperty> = background-origin: <cssproperty_background-origin>
<cssproperty> = background-position: <cssproperty_background-position>
<cssproperty> = background-position-x: <cssproperty_background-position-x>
<cssproperty> = background-repeat: <cssproperty_background-repeat>
<cssproperty> = background-repeat-x: <cssproperty_background-repeat-x>
<cssproperty> = background-repeat-y: <cssproperty_background-repeat-y>
<cssproperty> = background-size: <cssproperty_background-size>
<cssproperty> = baseline-shift: <cssproperty_baseline-shift>
<cssproperty> = border: <cssproperty_border>
<cssproperty> = border-bottom: <cssproperty_border-bottom>
<cssproperty> = border-bottom-color: <cssproperty_border-bottom-color>
<cssproperty> = border-bottom-left-radius: <cssproperty_border-bottom-left-radius>
<cssproperty> = border-bottom-right-radius: <cssproperty_border-bottom-right-radius>
<cssproperty> = border-bottom-style: <cssproperty_border-bottom-style>
<cssproperty> = border-bottom-width: <cssproperty_border-bottom-width>
<cssproperty> = border-collapse: <cssproperty_border-collapse>
<cssproperty> = border-color: <cssproperty_border-color>
<cssproperty> = border-image: <cssproperty_border-image>
<cssproperty> = border-image-outset: <cssproperty_border-image-outset>
<cssproperty> = border-image-repeat: <cssproperty_border-image-repeat>
<cssproperty> = border-image-slice: <cssproperty_border-image-slice>
<cssproperty> = border-image-source: <cssproperty_border-image-source>
<cssproperty> = border-image-width: <cssproperty_border-image-width>
<cssproperty> = border-left: <cssproperty_border-left>
<cssproperty> = border-left-color: <cssproperty_border-left-color>
<cssproperty> = border-left-style: <cssproperty_border-left-style>
<cssproperty> = border-left-width: <cssproperty_border-left-width>
<cssproperty> = border-radius: <cssproperty_border-radius>
<cssproperty> = border-right: <cssproperty_border-right>
<cssproperty> = border-right-color: <cssproperty_border-right-color>
<cssproperty> = border-right-style: <cssproperty_border-right-style>
<cssproperty> = border-right-width: <cssproperty_border-right-width>
<cssproperty> = border-size: <cssproperty_border-size>
<cssproperty> = border-spacing: <cssproperty_border-spacing>
<cssproperty> = border-style: <cssproperty_border-style>
<cssproperty> = border-top: <cssproperty_border-top>
<cssproperty> = border-top-color: <cssproperty_border-top-color>
<cssproperty> = border-top-left-radius: <cssproperty_border-top-left-radius>
<cssproperty> = border-top-right-radius: <cssproperty_border-top-right-radius>
<cssproperty> = border-top-style: <cssproperty_border-top-style>
<cssproperty> = border-top-width: <cssproperty_border-top-width>
<cssproperty> = border-width: <cssproperty_border-width>
<cssproperty> = bottom: <cssproperty_bottom>
<cssproperty> = box-align: <cssproperty_box-align>
<cssproperty> = box-decoration-break: <cssproperty_box-decoration-break>
<cssproperty> = box-direction: <cssproperty_box-direction>
<cssproperty> = box-flex: <cssproperty_box-flex>
<cssproperty> = box-flex-group: <cssproperty_box-flex-group>
<cssproperty> = box-ordinal-group: <cssproperty_box-ordinal-group>
<cssproperty> = box-orient: <cssproperty_box-orient>
<cssproperty> = box-pack: <cssproperty_box-pack>
<cssproperty> = box-reflect: <cssproperty_box-reflect>
<cssproperty> = box-shadow: <cssproperty_box-shadow>
<cssproperty> = box-sizing: <cssproperty_box-sizing>
<cssproperty> = break-after: <cssproperty_break-after>
<cssproperty> = break-before: <cssproperty_break-before>
<cssproperty> = break-inside: <cssproperty_break-inside>
<cssproperty> = caption-side: <cssproperty_caption-side>
<cssproperty> = cellpadding: <cssproperty_cellpadding>
<cssproperty> = cellspacing: <cssproperty_cellspacing>
<cssproperty> = clear: <cssproperty_clear>
<cssproperty> = clip: <cssproperty_clip>
<cssproperty> = clip-path: <cssproperty_clip-path>
<cssproperty> = color: <cssproperty_color>
<cssproperty> = color-interpolation-filters: <cssproperty_color-interpolation-filters>
<cssproperty> = color-profile: <cssproperty_color-profile>
<cssproperty> = column-break-after: <cssproperty_column-break-after>
<cssproperty> = column-break-before: <cssproperty_column-break-before>
<cssproperty> = column-count: <cssproperty_column-count>
<cssproperty> = column-fill: <cssproperty_column-fill>
<cssproperty> = column-gap: <cssproperty_column-gap>
<cssproperty> = column-rule: <cssproperty_column-rule>
<cssproperty> = column-rule-style: <cssproperty_column-rule-style>
<cssproperty> = column-span: <cssproperty_column-span>
<cssproperty> = column-width: <cssproperty_column-width>
<cssproperty> = columns: <cssproperty_columns>
<cssproperty> = contain: <cssproperty_contain>
<cssproperty> = content: <cssproperty_content>
<cssproperty> = counter-increment: <cssproperty_counter-increment>
<cssproperty> = counter-reset: <cssproperty_counter-reset>
<cssproperty> = css-float: <cssproperty_css-float>
<cssproperty> = cursor: <cssproperty_cursor>
<cssproperty> = cx: <cssproperty_cx>
<cssproperty> = cy: <cssproperty_cy>
<cssproperty> = direction: <cssproperty_direction>
<cssproperty> = display: <cssproperty_display>
<cssproperty> = dominant-baseline: <cssproperty_dominant-baseline>
<cssproperty> = empty-cells: <cssproperty_empty-cells>
<cssproperty> = fill: <cssproperty_fill>
<cssproperty> = fill-opacity: <cssproperty_fill-opacity>
<cssproperty> = fill-rule: <cssproperty_fill-rule>
<cssproperty> = filter: <cssproperty_filter>
<cssproperty> = flex: <cssproperty_flex>
<cssproperty> = flex-basis: <cssproperty_flex-basis>
<cssproperty> = flex-direction: <cssproperty_flex-direction>
<cssproperty> = flex-flow: <cssproperty_flex-flow>
<cssproperty> = flex-grow: <cssproperty_flex-grow>
<cssproperty> = flex-shrink: <cssproperty_flex-shrink>
<cssproperty> = flex-wrap: <cssproperty_flex-wrap>
<cssproperty> = float: <cssproperty_float>
<cssproperty> = flood-color: <cssproperty_flood-color>
<cssproperty> = flood-opacity: <cssproperty_flood-opacity>
<cssproperty> = font: <cssproperty_font>
<cssproperty> = font-face: <cssproperty_font-face>
<cssproperty> = font-family: <cssproperty_font-family>
<cssproperty> = font-feature-settings: <cssproperty_font-feature-settings>
<cssproperty> = font-kerning: <cssproperty_font-kerning>
<cssproperty> = font-size: <cssproperty_font-size>
<cssproperty> = font-size-adjust: <cssproperty_font-size-adjust>
<cssproperty> = font-stretch: <cssproperty_font-stretch>
<cssproperty> = font-style: <cssproperty_font-style>
<cssproperty> = font-variant: <cssproperty_font-variant>
<cssproperty> = font-variant-caps: <cssproperty_font-variant-caps>
<cssproperty> = font-variant-ligatures: <cssproperty_font-variant-ligatures>
<cssproperty> = font-vendor: <cssproperty_font-vendor>
<cssproperty> = font-weight: <cssproperty_font-weight>
<cssproperty> = gap: <cssproperty_gap>
<cssproperty> = grid: <cssproperty_grid>
<cssproperty> = grid-area: <cssproperty_grid-area>
<cssproperty> = grid-auto-columns: <cssproperty_grid-auto-columns>
<cssproperty> = grid-auto-flow: <cssproperty_grid-auto-flow>
<cssproperty> = grid-auto-rows: <cssproperty_grid-auto-rows>
<cssproperty> = grid-column: <cssproperty_grid-column>
<cssproperty> = grid-column-end: <cssproperty_grid-column-end>
<cssproperty> = grid-column-gap: <cssproperty_grid-column-gap>
<cssproperty> = grid-column-start: <cssproperty_grid-column-start>
<cssproperty> = grid-gap: <cssproperty_grid-gap>
<cssproperty> = grid-row: <cssproperty_grid-row>
<cssproperty> = grid-row-end: <cssproperty_grid-row-end>
<cssproperty> = grid-row-gap: <cssproperty_grid-row-gap>
<cssproperty> = grid-row-start: <cssproperty_grid-row-start>
<cssproperty> = grid-template: <cssproperty_grid-template>
<cssproperty> = grid-template-areas: <cssproperty_grid-template-areas>
<cssproperty> = grid-template-columns: <cssproperty_grid-template-columns>
<cssproperty> = grid-template-rows: <cssproperty_grid-template-rows>
<cssproperty> = height: <cssproperty_height>
<cssproperty> = hyphens: <cssproperty_hyphens>
<cssproperty> = image-orientation: <cssproperty_image-orientation>
<cssproperty> = image-rendering: <cssproperty_image-rendering>
<cssproperty> = isolation: <cssproperty_isolation>
<cssproperty> = justify-content: <cssproperty_justify-content>
<cssproperty> = justify-items: <cssproperty_justify-items>
<cssproperty> = justify-self: <cssproperty_justify-self>
<cssproperty> = kerning: <cssproperty_kerning>
<cssproperty> = left: <cssproperty_left>
<cssproperty> = letter-spacing: <cssproperty_letter-spacing>
<cssproperty> = lighting-color: <cssproperty_lighting-color>
<cssproperty> = line-break: <cssproperty_line-break>
<cssproperty> = line-height: <cssproperty_line-height>
<cssproperty> = list-style: <cssproperty_list-style>
<cssproperty> = list-style-image: <cssproperty_list-style-image>
<cssproperty> = list-style-position: <cssproperty_list-style-position>
<cssproperty> = list-style-type: <cssproperty_list-style-type>
<cssproperty> = margin: <cssproperty_margin>
<cssproperty> = margin-bottom: <cssproperty_margin-bottom>
<cssproperty> = margin-left: <cssproperty_margin-left>
<cssproperty> = margin-right: <cssproperty_margin-right>
<cssproperty> = margin-top: <cssproperty_margin-top>
<cssproperty> = marker: <cssproperty_marker>
<cssproperty> = marker-mid: <cssproperty_marker-mid>
<cssproperty> = mask-source-type: <cssproperty_mask-source-type>
<cssproperty> = max-height: <cssproperty_max-height>
<cssproperty> = max-width: <cssproperty_max-width>
<cssproperty> = max-zoom: <cssproperty_max-zoom>
<cssproperty> = min-height: <cssproperty_min-height>
<cssproperty> = min-width: <cssproperty_min-width>
<cssproperty> = min-zoom: <cssproperty_min-zoom>
<cssproperty> = mix-blend-mode: <cssproperty_mix-blend-mode>
<cssproperty> = motion: <cssproperty_motion>
<cssproperty> = motion-offset: <cssproperty_motion-offset>
<cssproperty> = motion-path: <cssproperty_motion-path>
<cssproperty> = motion-rotation: <cssproperty_motion-rotation>
<cssproperty> = mso-background-source: <cssproperty_mso-background-source>
<cssproperty> = mso-bidi-font-size: <cssproperty_mso-bidi-font-size>
<cssproperty> = mso-border-alt: <cssproperty_mso-border-alt>
<cssproperty> = mso-border-left-alt: <cssproperty_mso-border-left-alt>
<cssproperty> = mso-border-top-alt: <cssproperty_mso-border-top-alt>
<cssproperty> = mso-data-placement: <cssproperty_mso-data-placement>
<cssproperty> = mso-displayed-decimal-separator: <cssproperty_mso-displayed-decimal-separator>
<cssproperty> = mso-displayed-thousand-separator: <cssproperty_mso-displayed-thousand-separator>
<cssproperty> = mso-fareast-font-family: <cssproperty_mso-fareast-font-family>
<cssproperty> = mso-font-charset: <cssproperty_mso-font-charset>
<cssproperty> = mso-font-kerning: <cssproperty_mso-font-kerning>
<cssproperty> = mso-generic-font-family: <cssproperty_mso-generic-font-family>
<cssproperty> = mso-height-source: <cssproperty_mso-height-source>
<cssproperty> = mso-ignore: <cssproperty_mso-ignore>
<cssproperty> = mso-number-format: <cssproperty_mso-number-format>
<cssproperty> = mso-outline-level: <cssproperty_mso-outline-level>
<cssproperty> = mso-padding-alt: <cssproperty_mso-padding-alt>
<cssproperty> = mso-pagination: <cssproperty_mso-pagination>
<cssproperty> = mso-pattern: <cssproperty_mso-pattern>
<cssproperty> = mso-protection: <cssproperty_mso-protection>
<cssproperty> = mso-rotate: <cssproperty_mso-rotate>
<cssproperty> = mso-style-id: <cssproperty_mso-style-id>
<cssproperty> = mso-style-name: <cssproperty_mso-style-name>
<cssproperty> = mso-style-next: <cssproperty_mso-style-next>
<cssproperty> = mso-style-parent: <cssproperty_mso-style-parent>
<cssproperty> = mso-width-alt: <cssproperty_mso-width-alt>
<cssproperty> = mso-width-source: <cssproperty_mso-width-source>
<cssproperty> = object-fit: <cssproperty_object-fit>
<cssproperty> = object-position: <cssproperty_object-position>
<cssproperty> = offset: <cssproperty_offset>
<cssproperty> = offset-anchor: <cssproperty_offset-anchor>
<cssproperty> = offset-distance: <cssproperty_offset-distance>
<cssproperty> = offset-path: <cssproperty_offset-path>
<cssproperty> = offset-position: <cssproperty_offset-position>
<cssproperty> = offset-rotation: <cssproperty_offset-rotation>
<cssproperty> = opacity: <cssproperty_opacity>
<cssproperty> = order: <cssproperty_order>
<cssproperty> = orientation: <cssproperty_orientation>
<cssproperty> = orphans: <cssproperty_orphans>
<cssproperty> = outline: <cssproperty_outline>
<cssproperty> = outline-bottom: <cssproperty_outline-bottom>
<cssproperty> = outline-color: <cssproperty_outline-color>
<cssproperty> = outline-offset: <cssproperty_outline-offset>
<cssproperty> = outline-style: <cssproperty_outline-style>
<cssproperty> = outline-width: <cssproperty_outline-width>
<cssproperty> = overflow: <cssproperty_overflow>
<cssproperty> = overflow-anchor: <cssproperty_overflow-anchor>
<cssproperty> = overflow-wrap: <cssproperty_overflow-wrap>
<cssproperty> = overflow-x: <cssproperty_overflow-x>
<cssproperty> = overflow-y: <cssproperty_overflow-y>
<cssproperty> = padding: <cssproperty_padding>
<cssproperty> = padding-bottom: <cssproperty_padding-bottom>
<cssproperty> = padding-left: <cssproperty_padding-left>
<cssproperty> = padding-right: <cssproperty_padding-right>
<cssproperty> = padding-top: <cssproperty_padding-top>
<cssproperty> = page: <cssproperty_page>
<cssproperty> = page-break-after: <cssproperty_page-break-after>
<cssproperty> = page-break-before: <cssproperty_page-break-before>
<cssproperty> = page-break-inside: <cssproperty_page-break-inside>
<cssproperty> = perspective: <cssproperty_perspective>
<cssproperty> = perspective-origin: <cssproperty_perspective-origin>
<cssproperty> = pointer-events: <cssproperty_pointer-events>
<cssproperty> = position: <cssproperty_position>
<cssproperty> = prince-hyphens: <cssproperty_prince-hyphens>
<cssproperty> = quotes: <cssproperty_quotes>
<cssproperty> = resize: <cssproperty_resize>
<cssproperty> = right: <cssproperty_right>
<cssproperty> = rotate: <cssproperty_rotate>
<cssproperty> = rotation: <cssproperty_rotation>
<cssproperty> = rotation-code: <cssproperty_rotation-code>
<cssproperty> = rx: <cssproperty_rx>
<cssproperty> = ry: <cssproperty_ry>
<cssproperty> = scale: <cssproperty_scale>
<cssproperty> = scroll-behavior: <cssproperty_scroll-behavior>
<cssproperty> = scroll-snap-coordinate: <cssproperty_scroll-snap-coordinate>
<cssproperty> = scroll-snap-destination: <cssproperty_scroll-snap-destination>
<cssproperty> = scroll-snap-points-x: <cssproperty_scroll-snap-points-x>
<cssproperty> = scroll-snap-points-y: <cssproperty_scroll-snap-points-y>
<cssproperty> = scroll-snap-type: <cssproperty_scroll-snap-type>
<cssproperty> = shape-image-threshold: <cssproperty_shape-image-threshold>
<cssproperty> = shape-inside: <cssproperty_shape-inside>
<cssproperty> = shape-margin: <cssproperty_shape-margin>
<cssproperty> = shape-outside: <cssproperty_shape-outside>
<cssproperty> = snap-height: <cssproperty_snap-height>
<cssproperty> = src: <cssproperty_src>
<cssproperty> = stop-color: <cssproperty_stop-color>
<cssproperty> = stop-opacity: <cssproperty_stop-opacity>
<cssproperty> = stroke: <cssproperty_stroke>
<cssproperty> = stroke-dasharray: <cssproperty_stroke-dasharray>
<cssproperty> = stroke-dashoffset: <cssproperty_stroke-dashoffset>
<cssproperty> = stroke-linecap: <cssproperty_stroke-linecap>
<cssproperty> = stroke-linejoin: <cssproperty_stroke-linejoin>
<cssproperty> = stroke-miterlimit: <cssproperty_stroke-miterlimit>
<cssproperty> = stroke-opacity: <cssproperty_stroke-opacity>
<cssproperty> = stroke-width: <cssproperty_stroke-width>
<cssproperty> = tab-size: <cssproperty_tab-size>
<cssproperty> = table-layout: <cssproperty_table-layout>
<cssproperty> = text-align: <cssproperty_text-align>
<cssproperty> = text-align-last: <cssproperty_text-align-last>
<cssproperty> = text-anchor: <cssproperty_text-anchor>
<cssproperty> = text-combine-upright: <cssproperty_text-combine-upright>
<cssproperty> = text-decoration: <cssproperty_text-decoration>
<cssproperty> = text-decoration-color: <cssproperty_text-decoration-color>
<cssproperty> = text-decoration-line: <cssproperty_text-decoration-line>
<cssproperty> = text-decoration-style: <cssproperty_text-decoration-style>
<cssproperty> = text-decoration-upright: <cssproperty_text-decoration-upright>
<cssproperty> = text-indent: <cssproperty_text-indent>
<cssproperty> = text-justify: <cssproperty_text-justify>
<cssproperty> = text-orientation: <cssproperty_text-orientation>
<cssproperty> = text-overflow: <cssproperty_text-overflow>
<cssproperty> = text-rendering: <cssproperty_text-rendering>
<cssproperty> = text-shadow: <cssproperty_text-shadow>
<cssproperty> = text-transform: <cssproperty_text-transform>
<cssproperty> = text-underline: <cssproperty_text-underline>
<cssproperty> = text-underline-position: <cssproperty_text-underline-position>
<cssproperty> = top: <cssproperty_top>
<cssproperty> = touch-action: <cssproperty_touch-action>
<cssproperty> = transform: <cssproperty_transform>
<cssproperty> = transform-origin: <cssproperty_transform-origin>
<cssproperty> = transform-style: <cssproperty_transform-style>
<cssproperty> = transition: <cssproperty_transition>
<cssproperty> = transition-delay: <cssproperty_transition-delay>
<cssproperty> = transition-duration: <cssproperty_transition-duration>
<cssproperty> = transition-properties: <cssproperty_transition-properties>
<cssproperty> = transition-property: <cssproperty_transition-property>
<cssproperty> = transition-timing-function: <cssproperty_transition-timing-function>
<cssproperty> = translate: <cssproperty_translate>
<cssproperty> = unicode-bidi: <cssproperty_unicode-bidi>
<cssproperty> = user-select: <cssproperty_user-select>
<cssproperty> = user-zoom: <cssproperty_user-zoom>
<cssproperty> = vector-effect: <cssproperty_vector-effect>
<cssproperty> = vertical-align: <cssproperty_vertical-align>
<cssproperty> = visibility: <cssproperty_visibility>
<cssproperty> = weight: <cssproperty_weight>
<cssproperty> = white: <cssproperty_white>
<cssproperty> = white-space: <cssproperty_white-space>
<cssproperty> = whitespace: <cssproperty_whitespace>
<cssproperty> = widows: <cssproperty_widows>
<cssproperty> = width: <cssproperty_width>
<cssproperty> = will-change: <cssproperty_will-change>
<cssproperty> = word-break: <cssproperty_word-break>
<cssproperty> = word-space: <cssproperty_word-space>
<cssproperty> = word-spacing: <cssproperty_word-spacing>
<cssproperty> = word-wrap: <cssproperty_word-wrap>
<cssproperty> = writing-mode: <cssproperty_writing-mode>
<cssproperty> = z-index: <cssproperty_z-index>
<cssproperty> = zoom: <cssproperty_zoom>


!include cssproperties.txt
