Interactions
Last updated
Was this helpful?
Last updated
Was this helpful?
Sets the type of cursor, if any, to show when the mouse pointer is over an element.
string
Controls whether the user can select text. This doesn't have any effect on content loaded as , except in textboxes.
string
Hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is actually changed. These kinds of optimizations can increase the responsiveness of a page by doing potentially expensive work before they are actually required.
string
Sets how an element's region can be manipulated by a touchscreen user (for example, by zooming features built into the browser).
'auto' | 'inherit' | 'manipulation' | 'none' | 'pan-down' | 'pan-left' | 'pan-right' | 'pan-up' | 'pan-x' | 'pan-y' | 'pinch-zoom'