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
4 changes: 2 additions & 2 deletions css-paint-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ 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 |concreateObjectSize| be the <a>concrete object size</a> of the <a>box</a>.
The |snappedConcreateObjectSize| is usually the same as the |concreateObjectSize|. However, the
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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/snappedConcreateObjectSize/snappedConcreteObjectSize here and below

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

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
such that the <<paint()>> function can adjust the drawing accordingly.
Expand Down