Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60647, comment 5


Ignore:
Timestamp:
03/07/2024 11:05:56 AM (16 months ago)
Author:
jonsurrell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60647, comment 5

    initial v1  
    1111> the script is meant to be executed after the document has been parsed.
    1212
    13 If we put those together, we can see that scripts are executed before parsing continues, while modules are executed after the document has been parsed. This ordering means that modules can depend on scripts independently of where the ordering of script tags on the page.
     13If we put those together, we can see that scripts are executed before parsing continues, while modules are executed after the document has been parsed. This means that modules can depend on scripts independent of the ordering of script tags on the page, because scripts execute before modules.