plugins/org.w3c.css/bin/org/w3c/css/properties/CSS3Properties.properties
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 # CSS3 Properties
       
     2 font-style:                             org.w3c.css.properties.css1.CssFontStyle
       
     3 font-variant:                           org.w3c.css.properties.css1.CssFontVariant
       
     4 font-weight:                            org.w3c.css.properties.css1.CssFontWeight
       
     5 font-size:                              org.w3c.css.properties.css1.CssFontSize
       
     6 font-family:                            org.w3c.css.properties.css1.CssFontFamily
       
     7 font-stretch:                           org.w3c.css.properties.css1.CssFontStretch
       
     8 font-size-adjust:                       org.w3c.css.properties.css1.CssFontSizeAdjust
       
     9 font:                                   org.w3c.css.properties.css1.CssFont
       
    10 color:                                  org.w3c.css.properties.css1.CssColor
       
    11 background-color:                       org.w3c.css.properties.css1.CssBackgroundColor
       
    12 background-image:                       org.w3c.css.properties.css1.CssBackgroundImageCSS2
       
    13 background-repeat:                      org.w3c.css.properties.css1.CssBackgroundRepeatCSS2
       
    14 background-attachment:                  org.w3c.css.properties.css1.CssBackgroundAttachmentCSS2
       
    15 background-position:                    org.w3c.css.properties.css21.CssBackgroundPositionCSS21
       
    16 background:                             org.w3c.css.properties.css3.CssBackgroundCSS3
       
    17 word-spacing:                           org.w3c.css.properties.css3.CssWordSpacingCSS3
       
    18 letter-spacing:                         org.w3c.css.properties.css1.CssLetterSpacing
       
    19 text-decoration:                        org.w3c.css.properties.css3.CssTextDecorationCSS3
       
    20 text-shadow:                            org.w3c.css.properties.css1.CssTextShadow
       
    21 vertical-align:                         org.w3c.css.properties.css1.CssVerticalAlign
       
    22 text-transform:                         org.w3c.css.properties.css1.CssTextTransform
       
    23 text-align:                             org.w3c.css.properties.css1.CssTextAlign
       
    24 text-indent:                            org.w3c.css.properties.css3.CssTextIndentCSS3
       
    25 line-height:                            org.w3c.css.properties.css1.CssLineHeight
       
    26 margin-top:                             org.w3c.css.properties.css1.CssMarginTop
       
    27 margin-bottom:                          org.w3c.css.properties.css1.CssMarginBottom
       
    28 margin-left:                            org.w3c.css.properties.css1.CssMarginLeft
       
    29 margin-right:                           org.w3c.css.properties.css1.CssMarginRight
       
    30 margin:                                 org.w3c.css.properties.css1.CssMargin
       
    31 padding-top:                            org.w3c.css.properties.css3.CssPaddingTopCSS3
       
    32 padding-bottom:                         org.w3c.css.properties.css3.CssPaddingBottomCSS3
       
    33 padding-left:                           org.w3c.css.properties.css3.CssPaddingLeftCSS3
       
    34 padding-right:                          org.w3c.css.properties.css3.CssPaddingRightCSS3
       
    35 padding:                                org.w3c.css.properties.css3.CssPaddingCSS3
       
    36 border-top-width:                       org.w3c.css.properties.css1.CssBorderTopWidth
       
    37 border-right-width:                     org.w3c.css.properties.css1.CssBorderRightWidth
       
    38 border-left-width:                      org.w3c.css.properties.css1.CssBorderLeftWidth
       
    39 border-bottom-width:                    org.w3c.css.properties.css1.CssBorderBottomWidth
       
    40 border-top-color:                       org.w3c.css.properties.css1.CssBorderTopColor
       
    41 border-right-color:                     org.w3c.css.properties.css1.CssBorderRightColor
       
    42 border-left-color:                      org.w3c.css.properties.css1.CssBorderLeftColor
       
    43 border-bottom-color:                    org.w3c.css.properties.css1.CssBorderBottomColor
       
    44 border-top-style:                       org.w3c.css.properties.css1.CssBorderTopStyle
       
    45 border-right-style:                     org.w3c.css.properties.css1.CssBorderRightStyle
       
    46 border-left-style:                      org.w3c.css.properties.css1.CssBorderLeftStyle
       
    47 border-bottom-style:                    org.w3c.css.properties.css1.CssBorderBottomStyle
       
    48 border-width:                           org.w3c.css.properties.css1.CssBorderWidth
       
    49 border-color:                           org.w3c.css.properties.css1.CssBorderColor
       
    50 border-style:                           org.w3c.css.properties.css1.CssBorderStyle
       
    51 border-top:                             org.w3c.css.properties.css1.CssBorderTop
       
    52 border-right:                           org.w3c.css.properties.css1.CssBorderRight
       
    53 border-left:                            org.w3c.css.properties.css1.CssBorderLeft
       
    54 border-bottom:                          org.w3c.css.properties.css1.CssBorderBottom
       
    55 border:                                 org.w3c.css.properties.css1.CssBorder
       
    56 width:                                  org.w3c.css.properties.css3.CssWidthCSS3
       
    57 min-width:                              org.w3c.css.properties.css3.CssMinWidthCSS3
       
    58 max-width:                              org.w3c.css.properties.css3.CssMaxWidthCSS3
       
    59 min-height:                             org.w3c.css.properties.css3.CssMinHeightCSS3
       
    60 max-height:                             org.w3c.css.properties.css3.CssMaxHeightCSS3
       
    61 height:                                 org.w3c.css.properties.css3.CssHeightCSS3
       
    62 float:                                  org.w3c.css.properties.css3.CssFloatCSS3
       
    63 clear:                                  org.w3c.css.properties.css3.CssClearCSS3
       
    64 display:                                org.w3c.css.properties.css1.CssDisplay
       
    65 position:                               org.w3c.css.properties.css1.CssPosition
       
    66 z-index:                                org.w3c.css.properties.css1.CssZIndex
       
    67 direction:                              org.w3c.css.properties.css1.CssDirection
       
    68 unicode-bidi:                           org.w3c.css.properties.css1.CssUnicodeBidi
       
    69 top:                                    org.w3c.css.properties.css1.CssTop
       
    70 right:                                  org.w3c.css.properties.css1.CssRight
       
    71 left:                                   org.w3c.css.properties.css1.CssLeft
       
    72 bottom:                                 org.w3c.css.properties.css1.CssBottom
       
    73 white-space:                            org.w3c.css.properties.css3.CssWhiteSpaceCSS3
       
    74 list-style-type:                        org.w3c.css.properties.css1.CssListStyleType
       
    75 list-style-image:                       org.w3c.css.properties.css1.CssListStyleImage
       
    76 list-style-position:                    org.w3c.css.properties.css1.CssListStylePosition
       
    77 list-style:                             org.w3c.css.properties.css1.CssListStyle
       
    78 overflow:                               org.w3c.css.properties.css3.CssOverflowCSS3
       
    79 clip:                                   org.w3c.css.properties.css1.CssClip
       
    80 visibility:                             org.w3c.css.properties.css3.CssVisibilityCSS3
       
    81 content:                                org.w3c.css.properties.css1.CssContent
       
    82 quotes:                                 org.w3c.css.properties.css1.CssQuotes
       
    83 counter-reset:                          org.w3c.css.properties.css1.CssCounterReset
       
    84 counter-increment:                      org.w3c.css.properties.css1.CssCounterIncrement
       
    85 marker-offset:                          org.w3c.css.properties.css1.CssMarkerOffset
       
    86 # Aural Properties
       
    87 volume:                                 org.w3c.css.properties.aural.ACssVolume
       
    88 pause-before:                           org.w3c.css.properties.aural.ACssPauseBefore
       
    89 pause-after:                            org.w3c.css.properties.aural.ACssPauseAfter
       
    90 pause:                                  org.w3c.css.properties.aural.ACssPause
       
    91 cue-before:                             org.w3c.css.properties.aural.ACssCueBefore
       
    92 cue-after:                              org.w3c.css.properties.aural.ACssCueAfter
       
    93 cue:                                    org.w3c.css.properties.aural.ACssCue
       
    94 play-during:                            org.w3c.css.properties.aural.ACssPlayDuring
       
    95 voice-family:                           org.w3c.css.properties.aural.ACssVoiceFamilyCSS3
       
    96 elevation:                              org.w3c.css.properties.aural.ACssElevation
       
    97 speech-rate:                            org.w3c.css.properties.aural.ACssSpeechRate
       
    98 pitch:                                  org.w3c.css.properties.aural.ACssPitch
       
    99 pitch-range:                            org.w3c.css.properties.aural.ACssPitchRange
       
   100 stress:                                 org.w3c.css.properties.aural.ACssStress
       
   101 richness:                               org.w3c.css.properties.aural.ACssRichness
       
   102 speak-punctuation:                      org.w3c.css.properties.aural.ACssSpeakPunctuation
       
   103 speak-date:                             org.w3c.css.properties.aural.ACssSpeakDate
       
   104 speak-numeral:                          org.w3c.css.properties.aural.ACssSpeakNumeral
       
   105 speak-time:                             org.w3c.css.properties.aural.ACssSpeakTime
       
   106 speak:                                  org.w3c.css.properties.aural.ACssSpeakCSS3
       
   107 azimuth:                                org.w3c.css.properties.aural.ACssAzimuth
       
   108 voice-volume:                           org.w3c.css.properties.aural.ACssVoiceVolume
       
   109 voice-balance:                          org.w3c.css.properties.aural.ACssVoiceBalance
       
   110 voice-rate:                             org.w3c.css.properties.aural.ACssVoiceRate
       
   111 voice-pitch:                            org.w3c.css.properties.aural.ACssPitch
       
   112 voice-pitch-range:                      org.w3c.css.properties.aural.ACssVoicePitchRange
       
   113 voice-duration:                         org.w3c.css.properties.aural.ACssVoiceDuration
       
   114 phonemes:                               org.w3c.css.properties.aural.ACssPhonemes
       
   115 interpret-as:                           org.w3c.css.properties.aural.ACssInterpretAs
       
   116 row-span:                               org.w3c.css.properties.css2.table.RowSpan
       
   117 table-layout:                           org.w3c.css.properties.css2.table.TableLayout
       
   118 caption-side:                           org.w3c.css.properties.css2.table.CaptionSide
       
   119 border-collapse:                        org.w3c.css.properties.css2.table.BorderCollapse
       
   120 border-spacing:                         org.w3c.css.properties.css2.table.BorderSpacing
       
   121 empty-cells:                            org.w3c.css.properties.css2.table.EmptyCells
       
   122 speak-header:                           org.w3c.css.properties.css2.table.SpeakHeader
       
   123 cursor:                                 org.w3c.css.properties.css2.user.Cursor
       
   124 outline:                                org.w3c.css.properties.css2.user.Outline
       
   125 outline-width:                          org.w3c.css.properties.css2.user.OutlineWidth
       
   126 outline-style:                          org.w3c.css.properties.css2.user.OutlineStyle
       
   127 outline-color:                          org.w3c.css.properties.css2.user.OutlineColor
       
   128 page-break-before:                      org.w3c.css.properties.paged.PageBreakBefore
       
   129 page-break-after:                       org.w3c.css.properties.paged.PageBreakAfter
       
   130 page-break-inside:                      org.w3c.css.properties.paged.PageBreakInside
       
   131 page:                                   org.w3c.css.properties.paged.Page
       
   132 orphans:                                org.w3c.css.properties.paged.Orphans
       
   133 widows:                                 org.w3c.css.properties.paged.Widows
       
   134 opacity:                                org.w3c.css.properties.css3.CssOpacity
       
   135 color-profile:                          org.w3c.css.properties.css3.CssColorProfile
       
   136 rendering-intent:                       org.w3c.css.properties.css3.CssRenderIntent
       
   137 font-effect:                            org.w3c.css.properties.css3.CssFontEffect
       
   138 font-smooth:                            org.w3c.css.properties.css3.CssFontSmooth
       
   139 font-emphasize-style:                   org.w3c.css.properties.css3.CssFontEmphasizeStyle
       
   140 font-emphasize-position:                org.w3c.css.properties.css3.CssFontEmphasizePos
       
   141 font-emphasize:                         org.w3c.css.properties.css3.CssFontEmphasize
       
   142 ruby-position:                          org.w3c.css.properties.css3.CssRubyPosition
       
   143 ruby-align:                             org.w3c.css.properties.css3.CssRubyAlign
       
   144 ruby-overhang:                          org.w3c.css.properties.css3.CssRubyOverhang
       
   145 box-sizing:                             org.w3c.css.properties.css3.CssBoxSizing
       
   146 resize:                                 org.w3c.css.properties.css3.CssResizer
       
   147 key-equivalent:                         org.w3c.css.properties.css3.CssKeyEq
       
   148 tab-index:                              org.w3c.css.properties.css3.CssTabIndex
       
   149 user-input:                             org.w3c.css.properties.css3.CssUserInput
       
   150 user-modify:                            org.w3c.css.properties.css3.CssUserModify
       
   151 user-select:                            org.w3c.css.properties.css3.CssUserSelect
       
   152 user-focus:                             org.w3c.css.properties.css3.CssUserFocus
       
   153 user-focus-key:                         org.w3c.css.properties.css3.CssUserFocusKey
       
   154 user-focus-pointer:                     org.w3c.css.properties.css3.CssUserFocusPointer
       
   155 toggle-group:                           org.w3c.css.properties.css3.CssToggleGroup
       
   156 group-reset:                            org.w3c.css.properties.css3.CssGroupReset
       
   157 writing-mode:                           org.w3c.css.properties.css3.CssWritingMode
       
   158 glyph-orientation-vertical:             org.w3c.css.properties.css3.CssGlyphOrVert
       
   159 glyph-orientation-horizontal:           org.w3c.css.properties.css3.CssGlyphHor
       
   160 text-justify:                           org.w3c.css.properties.css3.CssTextJustify
       
   161 text-align-last:                        org.w3c.css.properties.css3.CssTextAlignLast
       
   162 min-font-size:                          org.w3c.css.properties.css3.CssMinFontSize
       
   163 max-font-size:                          org.w3c.css.properties.css3.CssMaxFontSize
       
   164 text-justify-trim:                      org.w3c.css.properties.css3.CssTextJustifyTrim
       
   165 text-kashida-space:                     org.w3c.css.properties.css3.CssTextKashidaSpace
       
   166 dominant-baseline:                      org.w3c.css.properties.css3.CssDominantBaseLine
       
   167 alignment-baseline:                     org.w3c.css.properties.css3.CssAlignmentBaseLine
       
   168 alignment-adjust:                       org.w3c.css.properties.css3.CssAlignmentAdjust
       
   169 baseline-shift:                         org.w3c.css.properties.css3.CssBaselineShift
       
   170 line-break:                             org.w3c.css.properties.css3.CssLineBreak
       
   171 word-break-cjk:                         org.w3c.css.properties.css3.CssWordBreakCJK
       
   172 word-break-inside:                      org.w3c.css.properties.css3.CssWordBreakInside
       
   173 word-break:                             org.w3c.css.properties.css3.CssWordBreak
       
   174 text-space:                             org.w3c.css.properties.css3.CssTextSpace
       
   175 text-end-overflow:                      org.w3c.css.properties.css3.CssTextEndOverflowCSS3
       
   176 text-after-overflow:                    org.w3c.css.properties.css3.CssTextAfterOverflowCSS3
       
   177 punctuation-trim:                       org.w3c.css.properties.css3.CssPunctuationTrim
       
   178 text-autospace:                         org.w3c.css.properties.css3.CssTextAutoSpace
       
   179 kerning-mode:                           org.w3c.css.properties.css3.CssKerningMode
       
   180 kerning-pair-treshold:                  org.w3c.css.properties.css3.CssKerningPairTreshold
       
   181 text-underline-style:                   org.w3c.css.properties.css3.CssTextUlStyle
       
   182 text-underline-color:                   org.w3c.css.properties.css3.CssTextUlColor
       
   183 text-underline-mode:                    org.w3c.css.properties.css3.CssTextUlMode
       
   184 text-underline-position:                org.w3c.css.properties.css3.CssTextUlPos
       
   185 text-underline:                         org.w3c.css.properties.css3.CssTextUnderLine
       
   186 text-line-through-style:                org.w3c.css.properties.css3.CssTextLTStyle
       
   187 text-line-through-color:                org.w3c.css.properties.css3.CssTextLTColor
       
   188 text-line-through-mode:                 org.w3c.css.properties.css3.CssTextLTMode
       
   189 text-line-through:                      org.w3c.css.properties.css3.CssTextLineThrough
       
   190 text-overline-style:                    org.w3c.css.properties.css3.CssTextOLStyle
       
   191 text-overline-color:                    org.w3c.css.properties.css3.CssTextOLColor
       
   192 text-overline-mode:                     org.w3c.css.properties.css3.CssTextOLMode
       
   193 text-overline:                          org.w3c.css.properties.css3.CssTextOverLine
       
   194 text-combine:                           org.w3c.css.properties.css3.CssTextCombine
       
   195 display-model:                          org.w3c.css.properties.css3.CssDisplayModel
       
   196 display-role:                           org.w3c.css.properties.css3.CssDisplayRole
       
   197 margin-inside:                          org.w3c.css.properties.css1.CssMarginInside
       
   198 margin-outside:                         org.w3c.css.properties.css1.CssMarginOutside
       
   199 box-width:                              org.w3c.css.properties.css3.CssBoxWidth
       
   200 box-height:                             org.w3c.css.properties.css3.CssBoxHeight
       
   201 fit:                                    org.w3c.css.properties.css3.CssFit
       
   202 link:                                   org.w3c.css.properties.css3.CssLink
       
   203 background-clip:                        org.w3c.css.properties.css3.CssBackgroundClip
       
   204 handheld.background-clip:               org.w3c.css.properties.css3.CssBackgroundClip
       
   205 background-size:                        org.w3c.css.properties.css3.CssBackgroundSize
       
   206 background-quantity:                    org.w3c.css.properties.css3.CssBackgroundQuantity
       
   207 background-spacing:                     org.w3c.css.properties.css3.CssBackgroundSpacing
       
   208 background-origin:                      org.w3c.css.properties.css3.CssBackgroundOrigin
       
   209 all-space-treatment:                    org.w3c.css.properties.css3.CssAllSpaceTreatment
       
   210 hanging-punctuation:                    org.w3c.css.properties.css3.CssHangingPunctuation
       
   211 line-grid:                              org.w3c.css.properties.css3.CssLineGrid
       
   212 line-grid-mode:                         org.w3c.css.properties.css3.CssLineGridMode
       
   213 line-grid-progression:                  org.w3c.css.properties.css3.CssLineGridProgression
       
   214 linefeed-treatment:                     org.w3c.css.properties.css3.CssLinefeedTreatment
       
   215 text-script:                            org.w3c.css.properties.css3.CssScript
       
   216 text-overflow:                          org.w3c.css.properties.css3.CssTextOverflowCSS3
       
   217 text-overflow-ellipsis:                 org.w3c.css.properties.css3.CssTextOverflowEllipsis
       
   218 text-overflow-mode:                     org.w3c.css.properties.css3.CssTextOverflowMode
       
   219 white-space-treatment:                  org.w3c.css.properties.css3.CssWhiteSpaceTreatment
       
   220 wrap-option:                            org.w3c.css.properties.css3.CssWrapOption
       
   221 column-count:                           org.w3c.css.properties.css3.CssColumnCount
       
   222 column-width:                           org.w3c.css.properties.css3.CssColumnWidth
       
   223 column-gap:                             org.w3c.css.properties.css3.CssColumnGap
       
   224 column-rule:                            org.w3c.css.properties.css3.CssColumnRule
       
   225 column-rule-color:                      org.w3c.css.properties.css3.CssColumnRuleColor
       
   226 column-rule-style:                      org.w3c.css.properties.css3.CssColumnRuleStyle
       
   227 column-rule-width:                      org.w3c.css.properties.css3.CssColumnRuleWidth
       
   228 drop-initial-after-adjust:              org.w3c.css.properties.css3.CssDropInitialAfterAdjust
       
   229 drop-initial-before-adjust:             org.w3c.css.properties.css3.CssDropInitialBeforeAdjust
       
   230 drop-initial-size:                      org.w3c.css.properties.css3.CssDropInitialSize
       
   231 inline-box-align:                       org.w3c.css.properties.css3.CssInlineBoxAlign
       
   232 line-stacking-ruby:                     org.w3c.css.properties.css3.CssLineStackingRuby
       
   233 line-stacking-strategy:                 org.w3c.css.properties.css3.CssLineStackingStrategy
       
   234 icon:                                   org.w3c.css.properties.css3.CssIcon
       
   235 nav-up:                                 org.w3c.css.properties.css3.CssNavUp
       
   236 nav-right:                              org.w3c.css.properties.css3.CssNavRight
       
   237 nav-down:                               org.w3c.css.properties.css3.CssNavDown
       
   238 nav-left:                               org.w3c.css.properties.css3.CssNavLeft
       
   239 outline-offset:                         org.w3c.css.properties.css3.CssOutlineOffset
       
   240 overflow-x:                             org.w3c.css.properties.css3.CssOverflowX
       
   241 overflow-y:                             org.w3c.css.properties.css3.CssOverflowY
       
   242 ruby-span:                              org.w3c.css.properties.css3.CssRubySpan
       
   243 text-blink:                             org.w3c.css.properties.css3.CssTextBlink
       
   244 clear-after:                            org.w3c.css.properties.css3.CssClearAfter
       
   245 crop:                                   org.w3c.css.properties.css3.CssCrop
       
   246 fit-position:                           org.w3c.css.properties.css3.CssFitPosition
       
   247 float-displace:                         org.w3c.css.properties.css3.CssFloatDisplace
       
   248 indent-edge-reset:                      org.w3c.css.properties.css3.CssIndentEdgeReset
       
   249 marquee:                                org.w3c.css.properties.css3.CssMarquee
       
   250 marquee-direction:                      org.w3c.css.properties.css3.CssMarqueeDirection
       
   251 marquee-repetition:                     org.w3c.css.properties.css3.CssMarqueeRepetition
       
   252 marquee-speed:                          org.w3c.css.properties.css3.CssMarqueeSpeed
       
   253 marquee-style:                          org.w3c.css.properties.css3.CssMarqueeStyle
       
   254 overflow-clip:                          org.w3c.css.properties.css3.CssOverflowClip
       
   255 border-top-right-radius:                org.w3c.css.properties.css3.CssBorderTopRightRadius
       
   256 border-bottom-right-radius:             org.w3c.css.properties.css3.CssBorderBottomRightRadius
       
   257 border-bottom-left-radius:              org.w3c.css.properties.css3.CssBorderBottomLeftRadius
       
   258 border-top-left-radius:                 org.w3c.css.properties.css3.CssBorderTopLeftRadius
       
   259 border-radius:                          org.w3c.css.properties.css3.CssBorderRadius
       
   260 border-top-image:                       org.w3c.css.properties.css3.CssBorderTopImage
       
   261 border-right-image:                     org.w3c.css.properties.css3.CssBorderRightImage
       
   262 border-bottom-image:                    org.w3c.css.properties.css3.CssBorderBottomImage
       
   263 border-left-image:                      org.w3c.css.properties.css3.CssBorderLeftImage
       
   264 border-image:                           org.w3c.css.properties.css3.CssBorderImage
       
   265 border-top-left-image:                  org.w3c.css.properties.css3.CssBorderTopLeftImage
       
   266 border-top-right-image:                 org.w3c.css.properties.css3.CssBorderTopRightImage
       
   267 border-bottom-right-image:              org.w3c.css.properties.css3.CssBorderBottomRightImage
       
   268 border-bottom-left-image:               org.w3c.css.properties.css3.CssBorderBottomLeftImage
       
   269 border-corner-image:                    org.w3c.css.properties.css3.CssBorderCornerImage
       
   270 border-top-fit-length:                  org.w3c.css.properties.css3.CssBorderTopFitLength
       
   271 border-right-fit-length:                org.w3c.css.properties.css3.CssBorderRightFitLength
       
   272 border-bottom-fit-length:               org.w3c.css.properties.css3.CssBorderBottomFitLength
       
   273 border-left-fit-length:                 org.w3c.css.properties.css3.CssBorderLeftFitLength
       
   274 border-top-fit-width:                   org.w3c.css.properties.css3.CssBorderTopFitWidth
       
   275 border-right-fit-width:                 org.w3c.css.properties.css3.CssBorderRightFitWidth
       
   276 border-bottom-fit-width:                org.w3c.css.properties.css3.CssBorderBottomFitWidth
       
   277 border-left-fit-width:                  org.w3c.css.properties.css3.CssBorderLeftFitWidth
       
   278 border-fit-length:                      org.w3c.css.properties.css3.CssBorderFitLength
       
   279 border-fit-width:                       org.w3c.css.properties.css3.CssBorderFitWidth
       
   280 border-fit:                             org.w3c.css.properties.css3.CssBorderFit
       
   281 border-top-left-fit-length:             org.w3c.css.properties.css3.CssBorderTopLeftFitLength
       
   282 border-top-right-fit-length:            org.w3c.css.properties.css3.CssBorderTopRightFitLength
       
   283 border-bottom-right-fit-length:         org.w3c.css.properties.css3.CssBorderBottomRightFitLength
       
   284 border-bottom-left-fit-length:          org.w3c.css.properties.css3.CssBorderBottomLeftFitLength
       
   285 border-top-left-fit-width:              org.w3c.css.properties.css3.CssBorderTopLeftFitWidth
       
   286 border-top-right-fit-width:             org.w3c.css.properties.css3.CssBorderTopRightFitWidth
       
   287 border-bottom-right-fit-width:          org.w3c.css.properties.css3.CssBorderBottomRightFitWidth
       
   288 border-bottom-left-fit-width:           org.w3c.css.properties.css3.CssBorderBottomLeftFitWidth
       
   289 border-corner-fit:                      org.w3c.css.properties.css3.CssBorderCornerFit
       
   290 border-image-transform:                 org.w3c.css.properties.css3.CssBorderImageTransform
       
   291 border-break:                           org.w3c.css.properties.css3.CssBorderBreak
       
   292 box-shadow:                             org.w3c.css.properties.css3.CssBoxShadow
       
   293 block-progression:                      org.w3c.css.properties.css3.CssBlockProgression
       
   294 word-break-wrap:                        org.w3c.css.properties.css3.CssTextWrap
       
   295 text-decoration:                        org.w3c.css.properties.css3.CssTextDecorationCSS3
       
   296 text-shadow:                            org.w3c.css.properties.css1.CssTextShadow
       
   297 width:                                  org.w3c.css.properties.css3.CssWidthCSS3
       
   298 round-clip:                             org.w3c.css.properties.css3.CssBackgroundClip
       
   299 row-span:                               org.w3c.css.properties.css2.table.RowSpan
       
   300 tty.link:                               org.w3c.css.properties.css3.CssLink
       
   301 collapse:                               org.w3c.css.properties.css3.CssCollapse
       
   302 hanging-punctuation:                    org.w3c.css.properties.css3.CssHangingPunctuation
       
   303                                         
       
   304 @page.padding-left:                     org.w3c.css.properties.css3.CssPaddingLeftCSS3
       
   305 @page.padding-right:                    org.w3c.css.properties.css3.CssPaddingRightCSS3
       
   306 @page.padding:                          org.w3c.css.properties.css3.CssPaddingCSS3
       
   307 @page.border-top-width:                 org.w3c.css.properties.css1.CssBorderTopWidth
       
   308 @page.border-right-width:               org.w3c.css.properties.css1.CssBorderRightWidth
       
   309 @page.border-left-width:                org.w3c.css.properties.css1.CssBorderLeftWidth
       
   310 @page.border-bottom-width:              org.w3c.css.properties.css1.CssBorderBottomWidth
       
   311 @page.border-top-color:                 org.w3c.css.properties.css1.CssBorderTopColor
       
   312 @page.border-right-color:               org.w3c.css.properties.css1.CssBorderRightColor
       
   313 @page.border-left-color:                org.w3c.css.properties.css1.CssBorderLeftColor
       
   314 @page.border-bottom-color:              org.w3c.css.properties.css1.CssBorderBottomColor
       
   315 @page.border-top-style:                 org.w3c.css.properties.css1.CssBorderTopStyle
       
   316 @page.border-right-style:               org.w3c.css.properties.css1.CssBorderRightStyle
       
   317 @page.border-left-style:                org.w3c.css.properties.css1.CssBorderLeftStyle
       
   318 @page.border-bottom-style:              org.w3c.css.properties.css1.CssBorderBottomStyle
       
   319 @page.border-width:                     org.w3c.css.properties.css1.CssBorderWidth
       
   320 @page.border-color:                     org.w3c.css.properties.css1.CssBorderColor
       
   321 @page.border-style:                     org.w3c.css.properties.css1.CssBorderStyle
       
   322 @page.border-top:                       org.w3c.css.properties.css1.CssBorderTop
       
   323 @page.border-right:                     org.w3c.css.properties.css1.CssBorderRight
       
   324 @page.border-left:                      org.w3c.css.properties.css1.CssBorderLeft
       
   325 @page.border-bottom:                    org.w3c.css.properties.css1.CssBorderBottom
       
   326 @page.border:                           org.w3c.css.properties.css1.CssBorder
       
   327 @page.float:                            org.w3c.css.properties.css3.CssFloatCSS3
       
   328 @page.clear:                            org.w3c.css.properties.css3.CssClear
       
   329 @page.display:                          org.w3c.css.properties.css1.CssDisplay
       
   330 @page.position:                         org.w3c.css.properties.css1.CssPosition
       
   331 @page.z-index:                          org.w3c.css.properties.css1.CssZIndex
       
   332 @page.direction:                        org.w3c.css.properties.css1.CssDirection
       
   333 @page.unicode-bidi:                     org.w3c.css.properties.css1.CssUnicodeBidi
       
   334 @page.top:                              org.w3c.css.properties.css1.CssTop
       
   335 @page.right:                            org.w3c.css.properties.css1.CssRight
       
   336 @page.left:                             org.w3c.css.properties.css1.CssLeft
       
   337 @page.bottom:                           org.w3c.css.properties.css1.CssBottom
       
   338 @page.size:                             org.w3c.css.properties.paged.Size
       
   339 @page.marks:                            org.w3c.css.properties.paged.Marks
       
   340 @page.page-break-before:                org.w3c.css.properties.paged.PageBreakBefore
       
   341 @page.page-break-after:                 org.w3c.css.properties.paged.PageBreakAfter
       
   342 @page.page-break-inside:                org.w3c.css.properties.paged.PageBreakInside
       
   343 @page.page:                             org.w3c.css.properties.paged.Page
       
   344 @page.orphans:                          org.w3c.css.properties.paged.Orphans
       
   345 @page.widows:                           org.w3c.css.properties.paged.Widows
       
   346 @page.padding-bottom:                   org.w3c.css.properties.css3.CssPaddingBottomCSS3
       
   347 @font-face.unicode-range:               org.w3c.css.properties.css2.font.UnicodeRange
       
   348 @font-face.units-per-em:                org.w3c.css.properties.css2.font.UnitsPerEm
       
   349 @font-face.src:                         org.w3c.css.properties.css2.font.Src
       
   350 @font-face.panose-1:                    org.w3c.css.properties.css2.font.Panose1
       
   351 @font-face.stemv:                       org.w3c.css.properties.css2.font.Stemv
       
   352 @font-face.stemh:                       org.w3c.css.properties.css2.font.Stemh
       
   353 @font-face.slope:                       org.w3c.css.properties.css2.font.Slope
       
   354 @font-face.cap-height:                  org.w3c.css.properties.css2.font.CapHeight
       
   355 @font-face.x-hegiht:                    org.w3c.css.properties.css2.font.XHeight
       
   356 @font-face.widths:                      org.w3c.css.properties.css2.font.Widths
       
   357 @font-face.ascent:                      org.w3c.css.properties.css2.font.Ascent
       
   358 @font-face.descent:                     org.w3c.css.properties.css2.font.Descent
       
   359 @font-face.bbox:                        org.w3c.css.properties.css2.font.Bbox
       
   360 @font-face.baseline:                    org.w3c.css.properties.css2.font.Baseline
       
   361 @font-face.centerline:                  org.w3c.css.properties.css2.font.Centerline
       
   362 @font-face.definition-src:              org.w3c.css.properties.css2.font.DefinitionSrc
       
   363 @font-face.mathline:                    org.w3c.css.properties.css2.font.Mathline
       
   364 @font-face.topline:                     org.w3c.css.properties.css2.font.Topline
       
   365 @preference.media:                      org.w3c.css.properties.css3.CssMedia
       
   366 @font-face.font-style:                  org.w3c.css.properties.css2.font.FontStyle
       
   367 @font-face.font-variant:                org.w3c.css.properties.css2.font.FontVariant
       
   368 @font-face.font-weight:                 org.w3c.css.properties.css2.font.FontWeight
       
   369 @font-face.font-size:                   org.w3c.css.properties.css2.font.FontSize
       
   370 @font-face.font-family:                 org.w3c.css.properties.css2.font.FontFamily
       
   371 @font-face.font-stretch:                org.w3c.css.properties.css2.font.FontStretch
       
   372 
       
   373 mediafeature.device-width:              org.w3c.css.properties.css3.MediaDeviceWidth
       
   374 mediafeature.min-device-width:          org.w3c.css.properties.css3.MediaMinDeviceWidth
       
   375 mediafeature.max-device-width:          org.w3c.css.properties.css3.MediaMaxDeviceWidth
       
   376 mediafeature.device-height:             org.w3c.css.properties.css3.MediaDeviceHeight
       
   377 mediafeature.min-device-height:         org.w3c.css.properties.css3.MediaMinDeviceHeight
       
   378 mediafeature.max-device-height:         org.w3c.css.properties.css3.MediaMaxDeviceHeight
       
   379 mediafeature.device-aspect-ratio:       org.w3c.css.properties.css3.MediaDeviceAspectRatio
       
   380 mediafeature.min-device-aspect-ratio:   org.w3c.css.properties.css3.MediaMinDeviceAspectRatio
       
   381 mediafeature.max-device-aspect-ratio:   org.w3c.css.properties.css3.MediaMaxDeviceAspectRatio
       
   382 mediafeature.min-color:                 org.w3c.css.properties.css3.MediaMinColor
       
   383 mediafeature.max-color:                 org.w3c.css.properties.css3.MediaMaxColor
       
   384 mediafeature.color-index:               org.w3c.css.properties.css3.MediaColorIndex
       
   385 mediafeature.min-color-index:           org.w3c.css.properties.css3.MediaMinColorIndex
       
   386 mediafeature.max-color-index:           org.w3c.css.properties.css3.MediaMaxColorIndex
       
   387 mediafeature.monochrome:                org.w3c.css.properties.css3.MediaMonochrome
       
   388 mediafeature.min-monochrome:            org.w3c.css.properties.css3.MediaMinMonochrome
       
   389 mediafeature.max-monochrome:            org.w3c.css.properties.css3.MediaMaxMonochrome
       
   390 mediafeature.resolution:                org.w3c.css.properties.css3.MediaResolution
       
   391 mediafeature.min-resolution:            org.w3c.css.properties.css3.MediaMinResolution
       
   392 mediafeature.max-resolution:            org.w3c.css.properties.css3.MediaMaxResolution
       
   393 mediafeature.scan:                      org.w3c.css.properties.css3.MediaScan
       
   394 mediafeature.grid:                      org.w3c.css.properties.css3.MediaGrid
       
   395 mediafeature.color:                     org.w3c.css.properties.css3.MediaColor
       
   396 mediafeature.width:                     org.w3c.css.properties.css3.MediaWidth
       
   397 mediafeature.min-width:                 org.w3c.css.properties.css3.MediaMinWidth
       
   398 mediafeature.max-width:                 org.w3c.css.properties.css3.MediaMaxWidth
       
   399 mediafeature.min-height:                org.w3c.css.properties.css3.MediaMinHeight
       
   400 mediafeature.height:                    org.w3c.css.properties.css3.MediaHeight
       
   401 mediafeature.max-height:                org.w3c.css.properties.css3.MediaMaxHeight