Skip to content
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

HTML integration #219

Open
1 of 3 tasks
marcoscaceres opened this issue Oct 14, 2022 · 3 comments
Open
1 of 3 tasks

HTML integration #219

marcoscaceres opened this issue Oct 14, 2022 · 3 comments

Comments

@marcoscaceres
Copy link
Member

marcoscaceres commented Oct 14, 2022

Notes on where this specification needs better integration with HTML:

  • In the set the active document algorithm, the relevant's Screen's type and angle should be set. That would solve browsing context initialization (create a new browsing context) at the right point in time.
  • The "page visibility change steps" should be moved the HTML.
  • creating the browsing context must set the type and angle attributes
@annevk
Copy link
Member

annevk commented Oct 18, 2022

Presumably the actual orientation change needs integration with "update the rendering".

@marcoscaceres
Copy link
Member Author

Note to future self:

  • needs to test "resize" events or other related events that could happen when updating the rendering.
  • queue something that execute the change orientation and figure out which events fire in which order.

@annevk
Copy link
Member

annevk commented Sep 11, 2023

I think instead of queuing HTML might need to call in to run some kind of notification steps as per my earlier comment? (Perhaps that uses some kind of queue though.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants