css user-select

✔️ user-select CSS Style Property

המאפיין user-select מגדיר אם ניתן לבחור את הטקסט של אלמנט על ידי לחיצה כפולה על האלמנט ואם ניצן לבחור חלק מהטקסט או רק את כל הטקס

דוגמא: נסה לבחור את הטקס במצבים השונים

Demo Panel:
דוגמא

cssguide and to this is CSSGuide cssguide and to this is CSSGuide cssguide and to this is CSSGuide cssguide and to this is CSSGuide cssguide and to this is CSSGuide cssguide and to this is CSSGuide

CSS: 111
HTML: 222
Syntax:

user-select: auto | none | text | all;

Valid values:
  • auto, none, text, all, contain

Js Syntax: element.style.userSelect

תאימות דפדפנים

user-select
הערך שנבדקChromeFirefoxEdgeCOpera
text✔️✔️✔️✔️
auto✔️✔️✔️✔️
none✔️✔️✔️✔️
all✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️