Skip to main content

Search

Items tagged with: html


I've been having too much fun clipping things on YouTube to share with my colleagues. Here's a clip with @slightlyoff on questions you should ask yourself when considering React:

📽️ https://www.youtube.com/clip/UgkxpA_MMNjLtPCvuG1BJO3ShotN5AWiIlw4

#react #html


This is so f***** up!! O_O

Be aware when you receive HTML emails (who doesn't?)!

https://gruene.social/@weddige/112190338668045392

#HTML #HTMLmail #CSS
#Phishing #SCAM
#SocialEngineering
#Thunderbird #Outlook
#KoboldLetters


In “Techniques to Break Words” I quickly review:
`word-break`
`overflow-wrap`
`hyphens`
`<wbr>`
`­`
https://adrianroselli.com/2024/02/techniques-to-break-words.html

You can play around with the demo directly:
https://cdpn.io/aardrian/debug/eYoOdrX

#HTML #CSS

#html #css


👁‍🗨Screen Readers support for text level HTML semantics

"A long time ago (2008) I wrote an article: Screen Readers lack emphasis. At the time, 15 years ago..."

#a11y #webDev #HTML #screenReaders

https://www.tpgi.com/screen-readers-support-for-text-level-html-semantics/


I wrote an article about how to make hastags accessible. Did some #ScreenReader testing with #JAWS, #NVDA, #VoiceOver and #Narrator, which was fun!

Pretty long one though, contains a bunch of tables for comparison. Enjoy the ride!

https://stevefrenzel.dev/posts/easy-web-accessibility-wins-hashtags/

#accessibility #a11y #html #JavaScript #WebDev #frontend


You Don't Need ARIA For That [HTMHell 2022] https://www.htmhell.dev/adventcalendar/2022/2/ #a11y #aria #webdev #html #tips


This is an interesting #HTML proposal from @Seirdy

Should there be a `<spoiler>` element?

https://seirdy.one/posts/2023/11/12/spoiler-element/

My heart says yes. HTML should reflect what people are actually doing on the web. How they write. The features they invent.

But my head says it is a duplicate of `<details>` albeit non-block level.


I needed to test support for dynamic accessible descriptions recently, so I made a blog post reference in case it's helpful for others.

https://www.darins.page/articles/dynamic-accessible-descriptions-reference

#accessibility #a11y #html #webdev #ux #screenreader


"Most importantly, tooltips should only provide descriptive and non-essential text, giving slightly more detailed text for active elements such as links and form controls. Ultimately, they provide expendable text which is already on the web page."

https://www.htmhell.dev/adventcalendar/2023/20/

Great in-depth article about #tooltips by Jan Hellbusch. He knows what he's talking about, had the pleasure to be in one of his workshops and he's an absolute pro. 🤯

#HTML #CSS #JavaScript #accessibility #a11y #HTMHell


Reprise: "On the <dl>" by @ben https://benmyers.dev/blog/on-the-dl/ #webdev #html


Content warning: Seven questions on semantic & accessible HTML navigation lists


Web developers need to read this, and study it really well. "Foundations: HTML semantics" https://tetralogical.com/blog/2022/10/05/foundations-html-semantics/ #html #webdev #webdevelopment


Yup!!! "Web developers don't know HTML anymore" https://www.reidmore.online/post/accessibility-training-will-not-save-you #webdev #webdevelopment #fail #html


Accessible Chips demo — "modified to use the HTML datalist element instead of a custom autosuggest". Nice! https://kindhearted-meal.glitch.me/ By @mfairchild365 (and inspired by me 😁 ). This demo is actually 4 years old! Browser support (for datalist) is better. #webdev #html #a11y


Card Pattern — nice techniques here! https://codepen.io/Merri/full/QWVZMeo by @MerriNet (forked a couple times, original by Erik Kroes) #webdev #a11y #html #css


Content warning: Subtoot, a11y and conflicting needs.


Ensuring negative numbers are available for everyone. "The minus character (−) yields great support in most screen readers, and suffers less situational gotchas than the hyphen-minus character"

https://www.deque.com/blog/ensuring-negative-numbers-are-available-for-everyone/

Great article written by 2 of my favorite comrades.

#webdev #webdesign #a11y #html #tips #screenreaders


"Making a positive change: PDF to HTML
The Government Digital Service (GDS) states “Compared with HTML content, information published in a PDF is harder to find, use and maintain”."

Consider the needs of the people you are publishing the information for. Engage with them early to explore alternative options that may better meet their needs.

YES !

https://accessibility.blog.gov.uk/2023/06/12/making-a-positive-change-pdf-to-html/

#PDF #HTML #A11Y #UX

#a11y #html #UX #pdf


The abbreviation appreciation society
“the HTML <abbr> element is deceptively familiar and attractive, its been around forever (1999) and thus people assume that it does what it does and does it well. Nothing much changed over the iterations of the abbr element definition over the years. One notable exception is that the acronym element was obsoleted in HTML5 and abbr now is used for both acronyms and abbreviations.”

#HTML #accessibility #WebDev

https://www.tpgi.com/short-note-the-abbreviation-appreciation-society/

/cc @micmath


Using HTML landmark roles to improve accessibility https://developer.mozilla.org/en-US/blog/aria-accessibility-html-landmark-roles/ by Schalk Neethling via MDN #a11y #webdev #html


Today the <blink> element was officially removed from MDN.

https://github.com/mdn/content/pull/26904

It was an awful element, but, oh, so many memories.

#HTML

#html


Adding captions and subtitles to HTML video: https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_delivery/Adding_captions_and_subtitles_to_HTML5_video #captions #subtitles #a11y #video #webdev #html


Related, my HTMHell article "You Don't Need ARIA For That" https://www.htmhell.dev/adventcalendar/2022/2/ #aria #webdev #a11y #html


I think that this #ableist #eMail bs should be #illegal and does not satisfy the notification requirements.

Also even for #abled people this is just bad, since a lot of them - like myself - will be sometimes if permanently on #WWAN like #2G, #3G or #4G and thus not download attachments at all, but only the text.

And yes, I do also automatically mark all #HTML - #eMails as #Spam so they won't even show up in my #Inbox.


if you're using javascript:void(0) as the value of the href attribute, the element you're actually looking for is <button> https://www.matuzo.at/blog/its-very-likely-1/ Great series from @matuzo #webdev #html #a11y


Overlapping interactive areas [are bad in HTML] — please don't nest Anchors and Buttons! https://www.tempertemper.net/blog/overlapping-interactive-areas #webdev #webdesign #a11y #html