MutationObserver misses mutations during fast DOM schema rollback
Goal Ensure that after applying a DOM schema change (such as adding or removing custom data‑attributes) and then rolling back those changes, every intermediate mutation is captured so the rollback can restore the exact original state without leaving stray nodes or attributes. Constraints and uncertainty Internet Explorer 10 provides the MutationObserver API,