File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,19 @@ and contains the root element. Initially, the viewport is anchored
7878with its top left corner at the canvas origin.
7979
8080<div algorithm>
81- To <dfn>paint a stacking context </dfn>
82- given a [= document=] , [=element=] , or [=box=] |root|,
81+ To <dfn>paint a document </dfn> ,
82+ given a document |root|
8383 and an infinite canvas |canvas|:
8484
85- 1. If |root| is a [=document=] ,
86- [=paint a stacking context=] given |root|'s root element
85+ 1. [=Paint a stacking context=] given |root|'s root element
8786 and |canvas|,
8887 then return |canvas|.
88+ </div>
89+
90+ <div algorithm>
91+ To <dfn>paint a stacking context</dfn>
92+ given an [=element=] or [=box=] |root|,
93+ and an infinite canvas |canvas|:
8994
9095 1. If |root| is an [=element=] ,
9196 [=paint a stacking context=] given |root|'s [=principal box=]
You can’t perform that action at this time.
0 commit comments