Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion css-paint-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Note: The user agent may choose to <a>draw a paint image</a> for <<paint()>> fun
element.styleMap.set('--custom-prop-invalidates-paint', 42);
});
</pre>
And the <code>element</code> is inside the visual viewport, the user agent <em>msut</em> <a>draw
And the <code>element</code> is inside the visual viewport, the user agent <em>must</em> <a>draw
a paint image</a> and display the result on the current frame.
</div>

Expand Down