-
Notifications
You must be signed in to change notification settings - Fork 3.6k
classifies "window" web feature #56171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
classifies "window" web feature #56171
Conversation
Feature: window Reference: https://github.com/web-platform-dx/web-features/blob/main/features/window.yml Note: The `window` global object represents a browser tab or iframe and its relationship to the document and other tabs. This feature includes Window object properties (name, length, closed, opener, parent, top, self), methods (open, close, focus, blur), BarProp objects, size properties, named/indexed access, and WindowProxy behavior. Results: - Total files found: 117 - Filtered: 97 files WEB_FEATURES.yml files created: ✅ html/browsers/the-window-object/WEB_FEATURES.yml - Window object root-level tests using '*' pattern ✅ html/browsers/the-window-object/accessing-other-browsing-contexts/WEB_FEATURES.yml - Tests for window.length and window[n] indexed access (11 files) using '**' pattern ✅ html/browsers/the-window-object/named-access-on-the-window-object/WEB_FEATURES.yml - Tests for window.namedElement access (16 files) using '**' pattern ✅ html/browsers/the-window-object/open-close/WEB_FEATURES.yml - Tests for window.open() and window.close() methods (37 files) using '**' pattern ✅ html/browsers/the-window-object/security-window/WEB_FEATURES.yml - Tests for cross-origin Window property access (1 file) using '**' pattern Excluded (20 files): ❌ html/browsers/the-window-object/garbage-collection-and-browsing-contexts/ - Tests browsing context garbage collection and lifecycle, not Window API (20 files)
|
Help |
|
Please resolve conflicts @ChrisC |
Head branch was pushed to by a user without write access
| - name: barprop | ||
| files: | ||
| - BarProp.window.js | ||
| - noopener-noreferrer-BarProp.window.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jcscottiii Resolved conflicts with some new exclusions to accommodate for barprop classification
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/window.yml
Note: The
windowglobal object represents a browser tab or iframe and its relationship to the document and other tabs. This feature includes Window object properties (name, length, closed, opener, parent, top, self), methods (open, close, focus, blur), BarProp objects, size properties, named/indexed access, and WindowProxy behavior.Results:
WEB_FEATURES.yml files created:
✅ html/browsers/the-window-object/WEB_FEATURES.yml - Window object root-level tests using '*' pattern
✅ html/browsers/the-window-object/accessing-other-browsing-contexts/WEB_FEATURES.yml - Tests for window.length and window[n] indexed access (11 files) using '' pattern
✅ html/browsers/the-window-object/named-access-on-the-window-object/WEB_FEATURES.yml - Tests for window.namedElement access (16 files) using '' pattern
✅ html/browsers/the-window-object/open-close/WEB_FEATURES.yml - Tests for window.open() and window.close() methods (37 files) using '' pattern
✅ html/browsers/the-window-object/security-window/WEB_FEATURES.yml - Tests for cross-origin Window property access (1 file) using '' pattern
Excluded (20 files):
❌ html/browsers/the-window-object/garbage-collection-and-browsing-contexts/ - Tests browsing context garbage collection and lifecycle, not Window API (20 files)
extracted from dc145d9