You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My initial draft has scrollLeft and scrollTop as writable but pageScale as read-only. On reflection, a writable scroll offset seems pointless without a writable pageScale. We should either make them all read-only or all writable.
The text was updated successfully, but these errors were encountered:
I am not sure if writable scrollTop/scrollLeft is entirely pointless since a site may want to adjust things based on a changed page scale (by the user).
In any case, I agree that making pageScale writable can be useful.
My initial draft has scrollLeft and scrollTop as writable but pageScale as read-only. On reflection, a writable scroll offset seems pointless without a writable pageScale. We should either make them all read-only or all writable.
The text was updated successfully, but these errors were encountered: