Andreas Kling
|
1f008c95b6
LibWeb: Move CSS classes into the Web::CSS namespace
|
il y a 5 ans |
Andreas Kling
|
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
|
il y a 5 ans |
Andreas Kling
|
71556e39a4
LibWeb: Switch to using AK::is and AK::downcast
|
il y a 5 ans |
Andreas Kling
|
3cb50a4714
LibWeb: Rename Element::tag_name() => local_name()
|
il y a 5 ans |
Andreas Kling
|
5975a425bd
LibWeb: Turn floated display:inline elements into block-level elements
|
il y a 5 ans |
Andreas Kling
|
244fe1089c
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
|
il y a 5 ans |
Andreas Kling
|
92d831c25b
LibWeb: Implement fragment parsing and use it for Element.innerHTML
|
il y a 5 ans |
Andreas Kling
|
440b4ece22
LibWeb: Move border width and color into LayoutStyle
|
il y a 5 ans |
Andreas Kling
|
bc178ee743
LibWeb: Add CSS::Display enum and StyleProperties::display()
|
il y a 5 ans |
Andreas Kling
|
5e83a97fa2
LibWeb: Rename LayoutNode::style() => specified_style()
|
il y a 5 ans |
Andreas Kling
|
d883607e8f
LibWeb: Force a full relayout if an element's CSS display changes
|
il y a 5 ans |
Andreas Kling
|
28dcef4757
LibWeb: Add LayoutTableRowGroup to implement display: table-row-group
|
il y a 5 ans |
Andreas Kling
|
83cda9e79e
LibWeb: Don't assign style to LayoutWidgets
|
il y a 5 ans |
Andreas Kling
|
762617a028
LibWeb: Don't create a layout node for <noscript> when scripting enabled
|
il y a 5 ans |
Andreas Kling
|
0e777c0ac6
LibWeb: Fall back to block layout for unimplemented CSS display values
|
il y a 5 ans |
Andreas Kling
|
5069d380a8
LibWeb: Let Element cache its list of classes
|
il y a 5 ans |
Andreas Kling
|
e73ad78ba6
LibWeb: Add support for "display: inline-block"
|
il y a 5 ans |
Andreas Kling
|
493cbb7956
LibWeb: Fall back to LayoutInline for any unrecognized CSS display
|
il y a 5 ans |
Andreas Kling
|
68b04d5c78
LibWeb: Implement getting and setting element.innerHTML
|
il y a 5 ans |
Andreas Kling
|
7309642ca8
LibWeb: Use FlyString for Element tag names
|
il y a 5 ans |
Andreas Kling
|
7f83f77377
LibWeb: Use FlyString for element attribute names
|
il y a 5 ans |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
il y a 5 ans |