servo/components/layout_2020/flexbox
Martin Robinson 44064b1439
layout: Add very basic support for showing text in input boxes (#32365)
This only paints text in input fields. Selection and cursor are still
not painted.

In addition to adding this feature, the change also updates the
user-agent.css with the latest from the HTML specification. Extra
padding and extraneous settings (such as a bogus line-height and
min-height) are also removed from servo.css. This leads to some new
passes.

There are some new passes, this introduces failures as inserting text
reveals issues that were hidden before. Notably:

- failures in `/html/editing/editing-0/spelling-and-grammar-checking/`:
  We do not support spell-checking.
- Most of the rest of the new failures are missing features of input
  boxes that are also missing in legacy layout.
2024-06-20 10:13:50 +00:00
..
construct.rs layout: Add very basic support for showing text in input boxes (#32365) 2024-06-20 10:13:50 +00:00
geom.rs layout: use Au in BoxFragment (#31794) 2024-03-22 04:30:39 +00:00
layout.rs layout2020 (flexbox): Implement start, end, and space-evenly content alignment (#31724) 2024-04-28 23:17:11 +00:00
mod.rs remove extern crate (#30311) 2023-09-08 12:11:31 +00:00