mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Meta: Disallow links to single-page HTML spec
This commit is contained in:
@@ -23,7 +23,7 @@ FieldSetBox::~FieldSetBox() = default;
|
||||
|
||||
bool FieldSetBox::has_rendered_legend() const
|
||||
{
|
||||
// https://html.spec.whatwg.org/#rendered-legend
|
||||
// https://html.spec.whatwg.org/multipage/rendering.html#rendered-legend
|
||||
bool has_rendered_legend = false;
|
||||
if (has_children()) {
|
||||
for_each_child_of_type<Box>([&](Box const& child) {
|
||||
|
||||
Reference in New Issue
Block a user