3 posts tagged ‘HTML’
MarsEdit 5.1
Daniel Jalkut: The addition of Mastodon support is a natural extension of the new Micropost Panel which was introduced in MarsEdit 5. I’ve prioritized the feedback of many users and added the ability to resize, add images, view character count, and more. This is a welcome addition, although I haven’t settled on exactly how I […]
Mastering DOM Manipulation With Vanilla JavaScript
Phuoc Nguyen (via Hacker News): Web development moves at lightning speed. I still remember when I first started using libraries like jQuery, Prototype, script.aculo.us, Zepto, and many more. Even with modern tools like Angular, VueJS, React, Solid and Svelte, we still have to deal with the Document Object Model (DOM). While these frameworks encapsulate and […]
MDN’s rogue definitions of <b> and <i>
From 1993 through roughly 2008, the <b> and <i> tags in HTML meant “bold” and “italic,” respectively. Using those tags will still, in 2023, cause most (all?) browsers to render text with either a bold font weight or an italic font style, but the tags no longer “mean” that. It’s now more correct to consider […]