File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -1674,9 +1674,14 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
16741674 following the [=capture rendering characteristics=] .
16751675
16761676 1. Return the portion of the canvas that includes |element|'s [=ink overflow rectangle=] as an image.
1677- The [=natural size=] of the image must be |element|'s [=border box=]' s [=/size=] ,
1678- and its origin corresponds to the |element|'s [=border box=]' s origin.
1679-
1677+ The [=natural dimensions=] of this image must be those of its [=principal box|principal=] [=border box=] ,
1678+ and its origin must correspond to that [=border box=] 's origin,
1679+ such that the image represents the contents of this [=border box=]
1680+ and any captured [=ink overflow=] is represented outside these bounds.
1681+
1682+ Note: When this image is rendered as a [=replaced element=] at its [=natural size=] ,
1683+ it will display with the size and contents of element’s [=principal box=] ,
1684+ with any captured [=ink overflow=] overflowing its [=content box=] .
16801685 </div>
16811686
16821687### [=Capture rendering characteristics=] ### {#capture-rendering-characteristics-algorithm}
You can’t perform that action at this time.
0 commit comments