Bug 245297. Add basic style system support for columns. r+sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@158023 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2004-06-17 11:57:37 +00:00
parent b6885e75e2
commit f8fdf5f9c2
31 changed files with 585 additions and 29 deletions

View File

@@ -1080,6 +1080,7 @@ const nsStyleStructID nsCSSProps::kSIDTable[eCSSProperty_COUNT_no_shorthands] =
#define CSS_PROP_SVG(name_, id_, method_, datastruct_, member_, type_, iscoord_, kwtable_) eStyleStruct_SVG,
#define CSS_PROP_SVGRESET(name_, id_, method_, datastruct_, member_, type_, iscoord_, kwtable_) eStyleStruct_SVGReset,
#endif /* defined(MOZ_SVG) */
#define CSS_PROP_COLUMN(name_, id_, method_, datastruct_, member_, type_, iscoord_, kwtable_) eStyleStruct_Column,
// This shouldn't matter, but we need something to go here.
#define CSS_PROP_BACKENDONLY(name_, id_, method_, datastruct_, member_, type_, iscoord_, kwtable_) nsStyleStructID(-1),
@@ -1109,6 +1110,7 @@ const nsStyleStructID nsCSSProps::kSIDTable[eCSSProperty_COUNT_no_shorthands] =
#undef CSS_PROP_SVG
#undef CSS_PROP_SVGRESET
#endif /* undefd(MOZ_SVG) */
#undef CSS_PROP_COLUMN
#undef CSS_PROP_BACKENDONLY
};