Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
87ef4cb
Add definition of the zoom css property
chrishtr Dec 12, 2023
60e6b37
Spell out the complete spec
chrishtr Dec 20, 2023
949b515
none
chrishtr Dec 20, 2023
44b4fdf
Avoid zero
chrishtr Dec 20, 2023
b150914
Further clarifications
chrishtr Dec 20, 2023
75dce70
Add zoom in more places
chrishtr Dec 21, 2023
120441e
Fixes to formatting
chrishtr Jan 4, 2024
aa8c478
Fixes to formatting
chrishtr Jan 4, 2024
abfba55
Replace 'or zoom' with 'unscaled'
chrishtr Jan 4, 2024
11ee897
Fix formatting and add alt text
chrishtr Jan 4, 2024
5c144b6
Shorten notes
chrishtr Jan 4, 2024
ec234ea
Shorten heading
chrishtr Jan 4, 2024
2fdbf35
Add background images
chrishtr Jan 4, 2024
56a6b7d
Omit fenced frames; clarify note about iframes
chrishtr Jan 4, 2024
bf27c4b
Fix spec reference type
chrishtr Jan 4, 2024
0ba0eed
Fix spaces and tabs
chrishtr Jan 4, 2024
78a456c
Fix some lint issues
chrishtr Jan 4, 2024
7b4e3d3
Remove stray character
chrishtr Jan 4, 2024
9471f9d
Remove more 'and zoom'
chrishtr Jan 4, 2024
665e588
fix unscaled
chrishtr Jan 4, 2024
742955c
Fix newlines
chrishtr Jan 4, 2024
a7612a6
Special-case 0 and 0%
chrishtr Jan 10, 2024
9fa4adf
HTMLImageElement.{x,y} should be scaled
chrishtr Jan 12, 2024
65cfc7d
Address code review feedback
chrishtr Jan 17, 2024
51a2dfc
Address code review comments
chrishtr Jan 17, 2024
75ba05b
Fix flat tree
chrishtr Jan 17, 2024
3729a02
Add notes about web compat
chrishtr Jan 17, 2024
8cce793
Fix references that should say 'scaled'
chrishtr Jan 17, 2024
652f315
Clarify effective zoom
chrishtr Jan 17, 2024
1f6d09a
Fix typo
chrishtr Jan 18, 2024
92d9734
Switch to used value instead of computed style
chrishtr Jan 23, 2024
e5a842f
Merge branch 'zoom' of https://github.com/chrishtr/csswg-drafts into …
chrishtr Jan 23, 2024
ce7628c
define used value instead of claiming it as a consequence
chrishtr Jan 23, 2024
993c701
Clarify flat tree ancestors
chrishtr Jan 30, 2024
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 cssom-view-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ aborting on the first step that returns a value:
1. Return the {{DOMRect}} object in <var>list</var> at index 0.
1. If <a>caret node</a> is a text entry widget that is a replaced element,
and that is in the document,
return n [=scaled=] {{DOMRect}} object for the caret in the widget
return a [=scaled=] {{DOMRect}} object for the caret in the widget
as represented by the <a>caret offset</a> value.
The <a>transforms</a> that apply to the element and its ancestors are applied.
1. Return null.
Expand Down