KEMBAR78
Privacy check: Remove ordered list between worker and window by arskama · Pull Request #191 · w3c/compute-pressure · GitHub
Skip to content

Conversation

arskama
Copy link
Contributor

@arskama arskama commented Mar 14, 2023

Fixes #190


Preview | Diff

@arskama arskama requested a review from kenchris March 14, 2023 09:57
@arskama
Copy link
Contributor Author

arskama commented Mar 14, 2023

PTAL, Thanks
@beaufortfrancois

@kenchris
Copy link
Contributor

image

Getting the relevantGlobalObject is order dependent... has to happen before it can be accessed

index.html Outdated
<ol>
<li>
If |relevantGlobal|'s relevant worker is not a <a href="https://html.spec.whatwg.org/multipage/workers.html#active-needed-worker">
active needed worker</a>, return false.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we add this line after as well?

              <li>
                Otherwise, return true.
              </li>

arskama added 2 commits March 14, 2023 13:44
Fix comments for workers test.
Fix <ul> in <ol> issue.

Fixes w3c#190
@kenchris kenchris merged commit e069de4 into w3c:main Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

privacy check: workers and window privacy check should be decoupled in the execution order.

3 participants