mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-04 18:23:39 +00:00
Until now, we've internally thought of the CSS "display" property as a single-value property. In practice, "display" is a much more complex property that comes in a number of configurations. The most interesting one is the two-part format that describes the outside and inside behavior of a box. Switching our own internal representation towards this model will allow for much cleaner abstractions around layout and the various formatting contexts. Note that we don't *parse* two-part "display" yet, this is only about changing the internal representation of the property. Spec: https://drafts.csswg.org/css-display |
||
---|---|---|
.. | ||
AttributeNames.cpp | ||
AttributeNames.h | ||
SVGContext.h | ||
SVGElement.cpp | ||
SVGElement.h | ||
SVGElement.idl | ||
SVGGElement.cpp | ||
SVGGElement.h | ||
SVGGeometryElement.cpp | ||
SVGGeometryElement.h | ||
SVGGeometryElement.idl | ||
SVGGraphicsElement.cpp | ||
SVGGraphicsElement.h | ||
SVGGraphicsElement.idl | ||
SVGPathElement.cpp | ||
SVGPathElement.h | ||
SVGPathElement.idl | ||
SVGSVGElement.cpp | ||
SVGSVGElement.h | ||
SVGSVGElement.idl | ||
TagNames.cpp | ||
TagNames.h | ||
ViewBox.cpp | ||
ViewBox.h |