-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fix #245 - Addressing new popover values #247
base: main
Are you sure you want to change the base?
Fix #245 - Addressing new popover values #247
Conversation
Since the popover attribute got a new value, it's "find topmost popover ancestor" algorithm changed, and this PR attempts to address this in the Fullscreen API specification. After discussing with Luke Warlow we came to the conclusion that this is probably the intended change for the Fullscreen API spec.
@@ -11,6 +11,11 @@ Markup Shorthands: css no | |||
</pre> | |||
|
|||
<pre class=link-defaults> | |||
spec:html | |||
type:dfn; text:allowed to use |
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.
FYI Reviewers: This is to fix the build as it's currently broken (see #246 for a standalone PR to fix that if that's preferable)
spec:html | ||
type:dfn; text:allowed to use | ||
type:dfn; text:showing hint popover list | ||
type:dfn; text:showing auto popover list |
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.
These aren't currently exported so are manually added here. PR to export them: whatwg/html#11140
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.
Probably just remove these from this PR then, right?
Nvm :P
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.
Once that gets merged yeah you should be able to remove these, useful to keep them for now so the preview works
Since the popover attribute got a new value, it's
"find topmost popover ancestor" algorithm changed, and this PR attempts to address this in the Fullscreen API specification.
After discussing with @lukewarlow we came to the conclusion that this is probably the intended change for the Fullscreen API spec.
This addresses #245
(See WHATWG Working Mode: Changes for more details.)
Preview | Diff