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

Editorial: simplify initialization of type+angle #182

Merged
merged 5 commits into from
Jun 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,13 @@ <h2>
</h2>
<p>
All <a>documents</a> have a <dfn>current orientation type</dfn> and a
<dfn>current orientation angle</dfn>. Both of them SHOULD be
initialized when the <a>document</a> is created, otherwise they MUST
be initialized the first time they are accessed and before their
value is read. The <a>user agent</a> MUST <a>update the orientation
information</a> of the <a>document</a> to initialize them.
<dfn>current orientation angle</dfn>.
</p>
<p>
When the <a>document</a> is created, the <a>user agent</a> MUST
<a>update the orientation information</a> of the <a>document</a>.
Doing so initializes the <a>current orientation type</a> and a the
<a>current orientation angle</a>
</p>
<p>
For a given <a>document</a>, the <a>current orientation type</a> and
Expand Down