creating uBlock rules for ##blockQuote cleans up news articles so much.

On a magazine it appeared, so using it as basis:

Threads appear as articles in the page's source code. Microblog posts appear as blockquote.
So you should be able to hide them, at least with Ublock Origin, with domain_from_the_instance##blockquote, e.g. for mine, thebrainbin.org##blockquote.

Wait, how do you do a properly formatted #BlockQuote on #Mastodon? I’ve seen people do it and searching for it I did not find anything except that supposedly angle brackets should work. What did I miss?

✺ The blockquote element

by Heydon Pickering @heydonworks @heydon

#blockquote #html #accessibility

https://heydonworks.com/article/the-blockquote-element/

The blockquote element

An unofficial guide to the HTML blockquote element

HeydonWorks

📰 I’ve Been Doing Blockquotes Wrong

by Michelle Barker

@michelle

#blockquote #html #webdev

https://css-irl.info/ive-been-doing-blockquotes-wrong/

CSS { In Real Life } | I’ve Been Doing Blockquotes Wrong

A blog about CSS, front-end development, the web, and beyond.

CSS { In Real Life } | I’ve Been Doing Blockquotes Wrong

Bruker virkelig noen referansesystemet til Word i jobbsammenheng?

#blockquote #q #HTML #allheimen #norsktut #sitat #MicrosoftWord

Ah, noen hvisker meg på øret at tekstredigeringsverktøyet mange bruker, Microsoft Word, ikke akkurat oppmunterer til å bruke avsnittsmaler for sitat.

Og hvis en bruker avsnittsmalen med navnet «Sitat» (eller «Sterkt sitat» ) desktop-utgaven (lykke til med online-utgaven) av Word, tror du man at dette er definert som en del av `blockquote` hvis en eksporterer dette til HTML? Selvsagt ikke, morroklumper.

#blockquote #q #HTML #allheimen #norsktut #sitat #MicrosoftWord

Til info; i HTML kan en bruke elementene `blockquote` https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element og `q` https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-q-element i kombinasjon med attributtet (eller elementet) `cite` for å angi at man siterer noe og hvor sitatet kommer fra.

Vær obs på å sikre at tekstredigeringsverktøyet ditt produserer noe tilsvarende når du skriver en master e.l.

#blockquote #q #HTML #allheimen #norsktut #sitat

HTML Standard

#Development #Techniques
The ‘hanging-punctuation property’ in CSS · How to build a blockquote that starts with a curly-quote https://ilo.im/15x8qj

_____
#WebDev #Frontend #CSS #Typography #BlockQuote #Quote

The `hanging-punctuation` property in CSS

(I did a Twitter thread on this a while back, against my better judgment, and now moving to a proper blog.) The hanging-punctuation property in CSS is almost a no-brainer. The classic example is a …

Chris Coyier

🟡 Playing with a Blockquote using Modern CSS Features
by Chris Coyier @chriscoyier @chriscoyier
#blockquote #css #webdev

https://chriscoyier.net/2023/03/11/playing-with-a-blockquote-using-modern-css-features/

Playing with a Blockquote using Modern CSS Features - Chris Coyier

Features like: Demo:

Chris Coyier