Skip to main content
CSS-Tricks
Since 2007
  • Articles
  • Guides
  • Almanac
  • Links
  • Picks
  • Newsletter
  • Search

Articles Tagged
standards

14 Articles
{
,

}
Image
Direct link to the article What’s Old is New
css fundamentals deployment standards

What’s Old is New

I collect a bunch of links in a bookmarks folder. These are things I fully intend to read, and I do — eventually. It’s a good thing bookmarks are digital, otherwise, I’d need a bigger coffee table to separate them …

Image
Geoff Graham on Sep 12, 2024
Image
Direct link to the article HTML Attribute to Allow/Disallow Handwriting Input
forms specifications standards

HTML Attribute to Allow/Disallow Handwriting Input

A new explainer for a new HTML attribute to handle handwritten inputs. Like this:

<input type="text" handwriting="true" ... <input type="text" handwriting="false" ... <textarea handwriting="" ... <!-- evaluates to "true" --<div contenteditable handwriting="true"...</div<!-- maybe? --

The primary use …

Image
Geoff Graham on Aug 12, 2024
Image
Direct link to the article Stay alert
standards

Stay alert

A few days ago, Chris wrote up his thoughts about how alert(), confirm(), and prompt() were being deprecated by Chrome and collected a bunch of thoughts from developers. If certain features can essentially be turned off by …

Image
Robin Rendle on Aug 12, 2021
Image
Direct link to the article Choice Words about the Upcoming Deprecation of JavaScript Dialogs
dialog JavaScript standards

Choice Words about the Upcoming Deprecation of JavaScript Dialogs

It might be the very first thing a lot of people learn in JavaScript:

alert("Hello, World");

One day at CodePen, we woke up to a ton of customer support tickets about their Pens being broken, which ultimately boiled down to …

Image
Chris Coyier on Aug 9, 2021
Image
Direct link to the article Web Features That May Not Work As You’d Expect
cross-platform semantics standards

Web Features That May Not Work As You’d Expect

As the web gets more and more capable, developers are able to make richer online experiences. There are times, however, where some new web capabilities may not work as you would expect in the interest of usability, security and privacy.…

Image
Farai Gandiya on Jul 23, 2021
Image
Direct link to the article Unprefixed `appearance `
appearance forms standards

Unprefixed `appearance `

It’s interesting how third-parties are sometimes super involved in pushing browser things forward. One big story there was how Bloomberg hired Igalia to implement CSS grid across the browsers.

Here’s another story of Bocoup doing that, this time for the …

Image
Chris Coyier on May 18, 2020
Image
Direct link to the article Blue Beanie Day 2019
standards

Blue Beanie Day 2019

November 30th, the official “Blue Beanie Day,” has come and gone. I’m not sure I ever grokked the exact spirit of it, but I’ve written about what it means to me. Last year:

Web standards, as an overall

…
Image
Chris Coyier on Dec 13, 2019
Image
Direct link to the article iOS 13 Broke the Classic Pure CSS Parallax Technique
ios standards

iOS 13 Broke the Classic Pure CSS Parallax Technique

I know. You hate parallax. You know what we should hate more? When things that used to work on the web stop working without any clear warning or idea why.

Way back in 2014, Keith Clark blogged an exceptionally clever …

Image
Chris Coyier on Nov 27, 2019
Image
Direct link to the article Some HTML is “Optional”
standards syntax

Some HTML is “Optional”

There is a variety of HTML that you can just leave out of the source HTML and it’s still valid markup.

Doesn’t this look weird?

<p>Paragraph one.
</p><p>Paragraph two.
</p><p>Paragraph three.</p>

It does to me, but the closing tags are …

Image
Chris Coyier on Sep 11, 2019
Image
Direct link to the article Why isn’t it <style src=””>?
standards

Why isn’t it <style src=””>?

The way JavaScript works is we can do scripts as an inline block:

<script>
  let foo = "bar";
</script>

Or, if the script should be fetched from the network…

<script src="/js/global.js"></script>

With CSS, we can do an inline block of …

Image
Chris Coyier on Dec 10, 2018
  • 1
  • 2
  • Older Image

CSS-Tricks is powered by DigitalOcean.

Get Curated Front-End Roundups Right in Your Inbox

Coming back really, really soon! See past issues →

This field is for validation purposes and should be left unchanged.

CSS-Tricks
  • About the site
  • Contact us
  • Write for CSS-Tricks!
  • Advertising
  • RSS Feeds
Social
  • Bluesky
  • Mastodon
  • CodePen
  • X / Twitter
  • LinkedIn
Legalese
  • CSS-Tricks License
  • AI Statement
Back to Top
Advertisement
Advertisement