Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: tools/dom/scripts/cssProperties.CSS21.txt

Issue 966803004: Generate fast-path CssStyleDeclaration properties from browser info (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add fast path batch setter for known path Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/scripts/cssProperties.html ('k') | tools/dom/scripts/cssProperties.chrome40.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/cssProperties.CSS21.txt
diff --git a/tools/dom/scripts/cssProperties.CSS21.txt b/tools/dom/scripts/cssProperties.CSS21.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8c715c5a4a3ff4722453a0a0a814d79a599660f8
--- /dev/null
+++ b/tools/dom/scripts/cssProperties.CSS21.txt
@@ -0,0 +1,102 @@
+// Universally supported properties.
+//
+// This list was constructed by filtering CSS2.1 properties against
+// CSSPropertyNames.in
+//
+// TODO(sra): Remove this file once we have samples from all supported browsers.
+
+backgroundAttachment
+backgroundColor
+backgroundImage
+backgroundPosition
+backgroundRepeat
+background
+borderCollapse
+borderColor
+borderSpacing
+borderStyle
+borderTop
+borderRight
+borderBottom
+borderLeft
+borderTopColor
+borderRightColor
+borderBottomColor
+borderLeftColor
+borderTopStyle
+borderRightStyle
+borderBottomStyle
+borderLeftStyle
+borderTopWidth
+borderRightWidth
+borderBottomWidth
+borderLeftWidth
+borderWidth
+border
+bottom
+captionSide
+clear
+clip
+color
+content
+counterIncrement
+counterReset
+cursor
+direction
+display
+emptyCells
+float
+fontFamily
+fontSize
+fontStyle
+fontVariant
+fontWeight
+font
+height
+left
+letterSpacing
+lineHeight
+listStyleImage
+listStylePosition
+listStyleType
+listStyle
+marginRight
+marginLeft
+marginTop
+marginBottom
+margin
+maxHeight
+maxWidth
+minHeight
+minWidth
+orphans
+outlineColor
+outlineStyle
+outlineWidth
+outline
+overflow
+paddingTop
+paddingRight
+paddingBottom
+paddingLeft
+padding
+pageBreakAfter
+pageBreakBefore
+pageBreakInside
+position
+quotes
+right
+tableLayout
+textAlign
+textDecoration
+textIndent
+textTransform
+top
+unicodeBidi
+verticalAlign
+visibility
+whiteSpace
+widows
+width
+wordSpacing
+zIndex
« no previous file with comments | « tools/dom/scripts/cssProperties.html ('k') | tools/dom/scripts/cssProperties.chrome40.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698