You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve all non-pointer browser test failures (32 → 13)
- Fix BEMHTML shim: only add i-bem class when js:true is explicit,
matching real BEMHTML behavior (fixes delegated event handler
ordering and block init issues)
- Fix entity storage pollution: use unique block names in spec files
(collection-block, obs-dom-block) to prevent cross-spec conflicts
when all specs run on one page
- Fix events.vanilla.js: use .call() instead of .apply(arguments)
to pass correct (e, data) args to event handlers
- Fix modules-shim: eager resolution, incremental re-resolve,
correct events__observable mapping
- Update MAX_ALLOWED_FAILURES to 13 (pointer polyfill tests only)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments