Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
fix more typo
  • Loading branch information
xidachen committed Nov 16, 2017
commit 9413d54dcfd77e219ac80ffe3b991f33b0781b94
4 changes: 2 additions & 2 deletions css-paint-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,9 @@ Note: The user agent can optionally defer drawing images which are <a>paint-inva
The <a>draw a paint image</a> function is invoked by the user agent during the <a>object size
negotiation</a> algorithm which is responsible for rendering an <<image>>, with |snappedConcreteObjectSize|
defined as follows. Let |concreteObjectSize| be the <a>concrete object size</a> of the <a>box</a>.
The |snappedConcreateObjectSize| is usually the same as the |concreteObjectSize|. However, the
The |snappedConcreteObjectSize| is usually the same as the |concreteObjectSize|. However, the
user agent may adjust the size such that it paints to pixel boundaries. If it does, the user agent
should adjust the |snappedConcreateObjectSize| by the proportional change from its original size
should adjust the |snappedConcreteObjectSize| by the proportional change from its original size
such that the <<paint()>> function can adjust the drawing accordingly.

For the purposes of the <a>object size negotiation</a> algorithm, the paint image has no
Expand Down