Skip to content

Commit

Permalink
Editorial: simplify initialization of type+angle
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Jul 22, 2019
1 parent 1a92f51 commit f9055c1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,11 +528,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

0 comments on commit f9055c1

Please sign in to comment.