WordPress’ Trusted Authors Program: What It Is and How You Can Get Onboard
The post WordPress’ Trusted Authors Program: What It Is and How You Can Get Onboard appeared first on Torque.
Icon Design in 2018: The Key Trends
Aspect Ratio Media Elements and intrinsicsize
If you need an aspect-ratio sized <div>
(or any element that can have children), you can do it. Perhaps the cleanest way is a custom-property-sized pseudo-element that pushes the correct minimum height through padding-based-on-width.
But media elements like <img>
don’t have children. The <video>
tag isn’t self-closing, but when it is supported (almost always), the content of it is replaced with a shadow DOM you don’t control. Besides, these are the only two elements that “size to an external …
The post Aspect Ratio Media Elements and intrinsicsize appeared first on CSS-Tricks.
Gutenberg 3.8 Released, Adds Full Screen Mode
Gutenberg is Slowly Rolling Out to WordPress.com Users
Drupal Gutenberg Project Receives Enthusiastic Reception at Drupal Europe
5 Tricks to Write Eye-Catching Titles That Make Your WordPress Site Viral
The post 5 Tricks to Write Eye-Catching Titles That Make Your WordPress Site Viral appeared first on Torque.
Removing jQuery from GitHub.com frontend
Here’s how and why the team at GitHub has slowly been deprecating jQuery from their codebase:
We have recently completed a milestone where we were able to drop jQuery as a dependency of the frontend code for GitHub.com. This marks the end of a gradual, years-long transition of increasingly decoupling from jQuery until we were able to completely remove the library. In this post, we will explain a bit of history of how we started depending on jQuery in the …
The post Removing jQuery from GitHub.com frontend appeared first on CSS-Tricks.
HTML elements, unite! The Voltron-like powers of combining elements.
Guides, resources and discussions about Semantic HTML are often focused around specific elements, like a heading, or a sectioning element, or a list. It’s not often that we talk specifically about how we can combine HTML elements to increase their effectiveness.
Normally, when we introduce HTML, we talk about how it is used to apply meaning to content in a document, and we do this by using examples like:
- “Is it a paragraph?”
- “Is it a heading?”
- “Is it a
…
The post HTML elements, unite! The Voltron-like powers of combining elements. appeared first on CSS-Tricks.