This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28672 - "Some algorithms run in parallel; this means that the algorithm's subsequent steps are to be run, *o [...]
Summary: "Some algorithms run in parallel; this means that the algorithm's subsequent ...
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#termino...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-22 01:00 UTC by contributor
Modified: 2015-08-13 06:53 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2015-05-22 01:00:58 UTC
Specification: https://html.spec.whatwg.org/multipage/infrastructure.html
Multipage: https://html.spec.whatwg.org/multipage/#terminology
Complete: https://html.spec.whatwg.org/#terminology
Referrer: https://fetch.spec.whatwg.org/

Comment:
"Some algorithms run in parallel; this means that the algorithm's subsequent
steps are to be run, *one after another*, at the same time as other logic in
the specification" This doesn't mean "spawn a new thread for each and every
subsequent steps", correct? If so, then it isn't "in parallel".

Posted from: 129.97.131.0
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Comment 1 Anne 2015-08-13 06:53:02 UTC
It is in parallel with the surrounding steps.