Earlier quoted context omitted.
Right, the symbols are SVG but not rest of the text.
They're using SVG because support for these non-standard punctuation varies across browsers and OS's, so its safest to use an image. Many sites presenting informational content about unicode content do the same, as they cannot presume the user will see the unicode symbols rendered natively in their browser.
A collection of non-standard punctuation marks
61–70 of 95 posts
Re: A collection of non-standard punctuation marks
#62On a congruent note, California flops on compulsory English[1], the expressive void of the interwebs yawns at over a thousand emoji code points[2], and people actually think it's a great idea to champion patented punctuation marks[3] in everyday grammar. Can this guy[4] even spell his name yet? [1] https://outline.com/Gea52v [2] https://en.wikipedia.org/wiki/Emoji [3] https://www.google.com/patents/USD608820 [4] http…
Re: A collection of non-standard punctuation marks
#63I occasionally use interrobang (?! - not sure if there is a unicode character), but the rest seem quite useless. Also, this site doesn't let you copy text...WTF developers?
Re: A collection of non-standard punctuation marks
#64On a congruent note, California flops on compulsory English[1], the expressive void of the interwebs yawns at over a thousand emoji code points[2], and people actually think it's a great idea to champion patented punctuation marks[3] in everyday grammar. Can this guy[4] even spell his name yet? [1] https://outline.com/Gea52v [2] https://en.wikipedia.org/wiki/Emoji [3] https://www.google.com/patents/USD608820 [4] http…
Re: A collection of non-standard punctuation marks
#65Re: A collection of non-standard punctuation marks
#66I've seen these "non-standard" ones in practice: ?! - Shock and confusion "Apple did what?!" /s - Sarcasm "wow, I'm happy /s" (?) - Doubt "I think Mark said we was done (?)"
(!) - Drawing extra attention, maybe belittling: "He wore sandals(!)"
Re: A collection of non-standard punctuation marks
#67Lojban, a constructed language, has a very interesting feature: attitudinals: https://en.wikibooks.org/wiki/Lojban/Attitudinals
An example from Wikipedia:
mlatu .ui (a cat! yay!)
English has also attitudinals however they belong to informal speech.
Re: A collection of non-standard punctuation marks
#68Re: A collection of non-standard punctuation marks
#69Re: A collection of non-standard punctuation marks
#70Earlier quoted context omitted.
There is ‽ - https://en.wikipedia.org/wiki/Interrobang > this site doesn't let you copy text Being generous here, presumably people still pull this kind of ridiculous crap to prevent uninformed users from "stealing" their IP. I guess they must be smart enough to know that if it's rendering as text, anyone can access and copy it.
They're using SVG
* {
user-select: none;
}
The user-select: none; is intended for places where interaction with an element (e.g., drag and drop, clicking, sliding) is required and text selection should not occur. You might use it discretely on a HTML button.Blanket banning of text selection is a habit I've seen with developers who live in a touchscreen-heavy bubble, and who feel that users have no reason to select text at all unless explicitly enabled by the developer.
> As citizens of the technology era, there is an undeniable need for optimal clarity in our writing.
There, I copied that quote from their website (by disabling the relevant CSS); one example of a totally valid reason for wanting to select text.