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
The current spec is a bit hand-wavy about how to initialize the orientation values. For good reason, it says that the UA can wait until they are first accessed. However, this is an optimization.
What would be nice is if there was some means to hook into HTML's document creation process (I imagine there is such a thing) and make the spec hook into that. A UA can do something different, but in spec land, it would be nice to assume that initialization of these orientation and angle is happening when the document is created.
The text was updated successfully, but these errors were encountered:
The current spec is a bit hand-wavy about how to initialize the orientation values. For good reason, it says that the UA can wait until they are first accessed. However, this is an optimization.
What would be nice is if there was some means to hook into HTML's document creation process (I imagine there is such a thing) and make the spec hook into that. A UA can do something different, but in spec land, it would be nice to assume that initialization of these orientation and angle is happening when the document is created.
The text was updated successfully, but these errors were encountered: