mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Implement the size
presentational hint for <hr>
elements (#37211)
This presentational hint either sets the width values of all borders, removes the bottom border or sets the height of the element, depending on the context. This change also implements the corresponding idl attribute (and the `noshade` attribute, which does nothing in html5) Testing: Adds new web platform tests --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
b4035cc88e
commit
8937542fe3
10 changed files with 204 additions and 251 deletions
34
tests/wpt/meta/MANIFEST.json
vendored
34
tests/wpt/meta/MANIFEST.json
vendored
|
@ -351937,6 +351937,32 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"size-with-color-or-noshade.html": [
|
||||
"db1d583934e6df482cde846eda757e010e7d0310",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/html/rendering/non-replaced-elements/the-hr-element-0/size-with-color-or-noshade-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"size.html": [
|
||||
"2162131b853ed77917ab373f4fb2c70c536e453c",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/html/rendering/non-replaced-elements/the-hr-element-0/size-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"width.html": [
|
||||
"a436d2ae25a6b03f320bda066f32c374b84e0d92",
|
||||
[
|
||||
|
@ -480431,6 +480457,14 @@
|
|||
"5cd35c83ada3470ad7a16d14a5028b01596bb60c",
|
||||
[]
|
||||
],
|
||||
"size-ref.html": [
|
||||
"03a21eb45737ef46247d8bdd61fe5ea0dcefef3e",
|
||||
[]
|
||||
],
|
||||
"size-with-color-or-noshade-ref.html": [
|
||||
"d6300e250d97d113e9ef358daa300de4bd593850",
|
||||
[]
|
||||
],
|
||||
"width-ref.html": [
|
||||
"71e7651c1ab6927f1be436ef8ff749f920924562",
|
||||
[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue