Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta refresh waiting is broken #4003

Open
TimothyGu opened this issue Sep 5, 2018 · 0 comments
Open

meta refresh waiting is broken #4003

TimothyGu opened this issue Sep 5, 2018 · 0 comments

Comments

@TimothyGu
Copy link
Member

In the shared declarative refresh steps, there is a step that does

After the refresh has come due (as defined below), ... navigate document's browsing context to urlRecord, with ...

For the purposes of the previous paragraph, a refresh is said to have come due as soon as the later of the following two conditions occurs:

  • At least time seconds have elapsed since document has completely loaded, adjusted to take into account user or user agent preferences.
  • If meta is given, at least time seconds have elapsed since meta was inserted into the document document, adjusted to take into account user or user agent preferences.

We should define this more precisely, perhaps similar to how timer initialization steps. In particular, two things need to be clarified:

  • The waiting should be done in parallel.
  • The navigation should be queued in a task, even for content=0, in which case the task is queued immediately without being queued in parallel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant