UI-related CSS properties control resizing, cursor feedback, selection behavior, and native appearance adjustments.
Common UI properties
resize,cursoruser-selectappearancecaret-color
Important interview questions and answers
- Q: Why can
user-select:nonebe harmful?
A: It may block useful copy behavior and reduce usability. - Q: When customize cursor?
A: To reinforce interaction affordance, not for decorative novelty. - Q: Risk of removing native appearance?
A: Increased styling burden and possible accessibility regressions.
Practice: Change one property in the playground and observe cascade + layout in DevTools.