mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Reserve stylesheet source positions when link elements are encountered instead of assigning them when asynchronous loading completes. Track the stylesheet and rule ordinals explicitly so deferred external styles retain their document order relative to later inline styles. Preserve this ordering when extracting marked stylesheet rules. Add an SS64 regression test covering heading and button styles after a deferred stylesheet finishes loading.