Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Import Jobs

Steve Orvell edited this page Jun 13, 2013 · 4 revisions

HTML Imports

  • Loading
    • window.document
      • linked imports
        • load
        • fixup paths
        • pass back to loader
      • linked stylesheets inside <element> (or <element><template>)
        • load
        • fixup paths
        • cache
    • import documents
      • linked imports
        • load
        • fixup paths
        • pass back to loader
      • linked stylesheets inside <element> (or <element><template>)
        • load
        • fixup paths
        • cache
      • external scripts
        • load
        • cache
  • Parsing
    • window.document
      • linked imports
        • pass back to parser
    • import documents
      • linked imports
        • pass back to parser
      • external and inline scripts (outside of <element>)
        • evaluate
      • external and inline stylesheets (outside of <element>)
        • inject into window.document.head
Clone this wiki locally