root/trunk/WebCore/css/CSSPropertyNames.in

Revision 43889, 4.3 KB (checked in by levin@chromium.org, 6 weeks ago)

2009-05-20 David Levin < levin@chromium.org>

Reviewed by NOBODY, layout tests fix.

 https://bugs.webkit.org/show_bug.cgi?id=23727
This reverts commit r43888.

Once that change was checked in many of the fast/flexbox0*.html
tests (and others) started failing.

  • WebCore.pro:
  • css/CSSParser.cpp: (WebCore::CSSParser::parseValue):
  • css/CSSPropertyNames.in:
  • css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty):
  • css/CSSValueKeywords.in:
  • rendering/RenderMarquee.cpp: (WebCore::RenderMarquee::updateMarqueePosition): (WebCore::RenderMarquee::timerFired):
  • Property svn:eol-style set to native
Line 
1#
2# CSS property names
3#
4# Some properties are used internally, but are not part of CSS. They are used to get
5# HTML4 compatibility in the rendering engine.
6#
7# Microsoft extensions are documented here:
8# http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
9#
10
11background
12background-attachment
13background-color
14background-image
15background-position
16background-position-x
17background-position-y
18background-repeat
19border
20border-bottom
21border-bottom-color
22border-bottom-style
23border-bottom-width
24border-collapse
25border-color
26border-left
27border-left-color
28border-left-style
29border-left-width
30border-right
31border-right-color
32border-right-style
33border-right-width
34border-spacing
35border-style
36border-top
37border-top-color
38border-top-style
39border-top-width
40border-width
41bottom
42caption-side
43clear
44clip
45color
46content
47counter-increment
48counter-reset
49cursor
50direction
51display
52empty-cells
53float
54font
55font-family
56font-size
57font-stretch
58font-style
59font-variant
60font-weight
61height
62left
63letter-spacing
64line-height
65list-style
66list-style-image
67list-style-position
68list-style-type
69margin
70margin-bottom
71margin-left
72margin-right
73margin-top
74max-height
75max-width
76min-height
77min-width
78opacity
79orphans
80outline
81outline-color
82outline-offset
83outline-style
84outline-width
85overflow
86overflow-x
87overflow-y
88padding
89padding-bottom
90padding-left
91padding-right
92padding-top
93page
94page-break-after
95page-break-before
96page-break-inside
97pointer-events
98position
99quotes
100resize
101right
102size
103src
104table-layout
105text-align
106text-decoration
107text-indent
108text-line-through
109text-line-through-color
110text-line-through-mode
111text-line-through-style
112text-line-through-width
113text-overflow
114text-overline
115text-overline-color
116text-overline-mode
117text-overline-style
118text-overline-width
119text-shadow
120text-transform
121text-underline
122text-underline-color
123text-underline-mode
124text-underline-style
125text-underline-width
126top
127unicode-bidi
128unicode-range
129vertical-align
130visibility
131white-space
132widows
133width
134word-break
135word-spacing
136word-wrap
137z-index
138zoom
139-webkit-animation
140-webkit-animation-delay
141-webkit-animation-direction
142-webkit-animation-duration
143-webkit-animation-iteration-count
144-webkit-animation-name
145-webkit-animation-timing-function
146-webkit-appearance
147-webkit-backface-visibility
148-webkit-background-clip
149-webkit-background-composite
150-webkit-background-origin
151-webkit-background-size
152-webkit-binding
153-webkit-border-bottom-left-radius
154-webkit-border-bottom-right-radius
155-webkit-border-fit
156-webkit-border-horizontal-spacing
157-webkit-border-image
158-webkit-border-radius
159-webkit-border-top-left-radius
160-webkit-border-top-right-radius
161-webkit-border-vertical-spacing
162-webkit-box-align
163-webkit-box-direction
164-webkit-box-flex
165-webkit-box-flex-group
166-webkit-box-lines
167-webkit-box-ordinal-group
168-webkit-box-orient
169-webkit-box-pack
170-webkit-box-reflect
171-webkit-box-shadow
172-webkit-box-sizing
173-webkit-column-break-after
174-webkit-column-break-before
175-webkit-column-break-inside
176-webkit-column-count
177-webkit-column-gap
178-webkit-column-rule
179-webkit-column-rule-color
180-webkit-column-rule-style
181-webkit-column-rule-width
182-webkit-column-width
183-webkit-columns
184-webkit-font-size-delta
185-webkit-highlight
186-webkit-line-break
187-webkit-line-clamp
188-webkit-margin-bottom-collapse
189-webkit-margin-collapse
190-webkit-margin-start
191-webkit-margin-top-collapse
192-webkit-marquee
193-webkit-marquee-direction
194-webkit-marquee-increment
195-webkit-marquee-repetition
196-webkit-marquee-speed
197-webkit-marquee-style
198-webkit-mask
199-webkit-mask-attachment
200-webkit-mask-box-image
201-webkit-mask-clip
202-webkit-mask-composite
203-webkit-mask-image
204-webkit-mask-origin
205-webkit-mask-position
206-webkit-mask-position-x
207-webkit-mask-position-y
208-webkit-mask-repeat
209-webkit-mask-size
210-webkit-match-nearest-mail-blockquote-color
211-webkit-nbsp-mode
212-webkit-padding-start
213-webkit-perspective
214-webkit-perspective-origin
215-webkit-perspective-origin-x
216-webkit-perspective-origin-y
217-webkit-rtl-ordering
218-webkit-text-decorations-in-effect
219-webkit-text-fill-color
220-webkit-text-security
221-webkit-text-size-adjust
222-webkit-text-stroke
223-webkit-text-stroke-color
224-webkit-text-stroke-width
225-webkit-transform
226-webkit-transform-origin
227-webkit-transform-origin-x
228-webkit-transform-origin-y
229-webkit-transform-origin-z
230-webkit-transform-style
231-webkit-transition
232-webkit-transition-delay
233-webkit-transition-duration
234-webkit-transition-property
235-webkit-transition-timing-function
236-webkit-user-drag
237-webkit-user-modify
238-webkit-user-select
239-webkit-variable-declaration-block
Note: See TracBrowser for help on using the browser.