mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 04:45:06 +00:00

This means StyleComputer::resolve_unresolved_style_value() always returns a value, so we can change its return type. However, it does still return an UnresolvedStyleValue sometimes, so we can't remove those checks from the user code.
5 lines
101 B
HTML
5 lines
101 B
HTML
<!doctype html><style>
|
|
div {
|
|
color: black;
|
|
}
|
|
</style><div>This text should be black.
|