#Development #Techniques
Newlines in URLs work · Making long links more readable in HTML https://ilo.im/16b45d
_____
#Newline #Tabs #Readability #URLs #DataURLs #Specification #Browsers #WebDev #Frontend #HTML #SVG
#Development #Techniques
Newlines in URLs work · Making long links more readable in HTML https://ilo.im/16b45d
_____
#Newline #Tabs #Readability #URLs #DataURLs #Specification #Browsers #WebDev #Frontend #HTML #SVG
A Few Things About the Anchor Element’s “href” You Might Not Have Known, by @jimniels:
Page Speed: Avoid Large Base64 Data URLs in HTML and CSS, by @debugbear.com:
Revisiting CSS “border-image”, by @malarkey (@csstricks):

I’ve used border-image regularly. Yet, it remains one of the most underused CSS tools, and I can’t, for the life of me, figure out why. Is it possible that people steer clear of border-image because its syntax is awkward and unintuitive? Perhaps it’s because most explanations don’t solve the type of creative implementation problems that most people need to solve. Most likely, it’s both.
#til
in #angular, use veiwchildren to get QueryList and subscribe to the changes;
#DataURLs, URLs prefixed with the data: scheme, allow content creators to embed small files inline in documents.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs
@Sandra
Unfortunately, #DataURLs make content less accessible. As an example, @TorProject block them in #TorBrowser for privacy and security reasons.
OTHER TECHNICAL MATTERS:
You mentioned embedding images in CSS via #dataURLs yes? Will you consider testing this in Tor browser and FOSS browsers generally first?.
Maybe an #imageMap will work better (for all users). Then depending on the icon you want to use you offset the background image in a ':before' element?
There's a way to address this server-side and we think it would likely improve UX. If updating ticker, maybe think about going server-side?