mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
Meta: Disallow links to single-page HTML spec
This commit is contained in:
@@ -47,7 +47,7 @@ void Task::execute()
|
||||
m_steps->function()();
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/#concept-task-runnable
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#concept-task-runnable
|
||||
bool Task::is_runnable() const
|
||||
{
|
||||
// A task is runnable if its document is either null or fully active.
|
||||
|
||||
Reference in New Issue
Block a user