Dennis Suitters

Results 212 comments of Dennis Suitters

I've recently transferred the StudioJunkyard repos over the DiemenDesign, so I'll fix those links and do a PR.

As I mentioned in the other issue you opened about this. Entities are your friend here, make it part of your sanitation, which you should be doing before storing data.

Hi @3nd, not as of yet, it is something I'm planning on doing, spending more time on updating all the plugins. Unfortunately, life and my wife's health issues have meant...

Been really busy on the Farm lately, I'm hoping once a few things are fixed with the main project are done that I can finally work on things. Stupid life...

Awesome, I'm waiting for an Engraver to arrive between the 5th - 14th next month. Can't wait to do some testing.

@Malvoz This is exactly what I'm doing for Tooltips in my CMS only, i'm also using `data-tooltip="top|right|bottom|left"` for directional tooltips, and if not present I can still use `aria-label=""` so...

@Pixelous Because it's a good thing for Visually Impaired people, so their Screen Readers can tell them what action, or information the Highlighted Element is for. BTW, some countries require...

The way I implement Tooltips as described above, means to disable it, just don't add the `data-tooltip=""` attribute, then the tooltip isn't displayed, but leaves the aria-label for screen readers.

Yes you can, you can use styling so it doesn't appear. Explore `pointer-events: none`, and remove the js logic that implements the tooltips.

*sigh* You are not understanding at all, it seems. You target the title attribute explicitly, and style it to not appear on the :after and :before, and use your own...