13:12
<chargeitall>
My understanding was that the DOM does not include the content created by pseudo elements. How does Firefox manage to make it selectable?
13:15
<chargeitall>
I was unable to select the word "Note" in Firefox.☝️
14:21
<chargeitall>
https://drafts.csswg.org/css-ui-4/#propdef-user-select
16:15
<chargeitall>
none of these worked .note::before { background: green; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; }