W3C and WHATWG to work together to advance the open Web platform | W3C Blog

It’s Armistice Day in the world of HTML:

WHATWG maintains the HTML and DOM Living Standards.

W3C stops independent publishing of a designated list of specifications related to HTML and DOM and instead will work to take WHATWG Review Drafts to W3C Recommendations.

It feels like the loop is finally being closed on what I wrote about in the opening chapter of HTML5 For Web Designers back in 2010.

W3C and WHATWG to work together to advance the open Web platform | W3C Blog

Tagged with

Responses

Jeena

The question is why do we need it if there is only one browser engine left (the Google one). Isn’t whatever they implement automatically the standard? Why do we need to waste so much time and energy on some 3rd party coming up with standards?

# Posted by Jeena on Saturday, June 1st, 2019 at 7:37am

2 Likes

# Liked by Chris McLeod on Tuesday, May 28th, 2019 at 3:14pm

# Liked by Jacky Alciné on Wednesday, May 29th, 2019 at 4:12am

Related links

Hitler reacts to the HTML5 URL normative reference controversy

This is hilarious …for about two dozen people.

For everyone else, it’s as opaque as the rest of the standardisation process.

Tagged with

Shallow Thoughts » srcset vs. picture

A well thought-out evaluation on responsive images from Bridget.

Tagged with

[whatwg] The blockquote element spec vs common quoting practices

I’m getting behind Oli’s proposal to allow non-quoted footers within blockquotes in HTML. Here’s where I quote the design principles to support his case.

Tagged with

Tagged with

The Great CSS Expansion | Butler’s Log

Web development follows a familiar cycle. First we glue together a solution with whatever we have — JavaScript, image hacks, Flash, anything. Then the platform matures, and CSS or HTML eventually makes that same workaround native. Rounded corners, custom fonts, smooth scrolling, sticky positioning: all of these started as JavaScript-heavy hacks before CSS turned them into a single declaration.

We are in another one of those transition moments. A new wave of long-requested CSS features is finally landing, and many of them are explicitly designed to replace patterns that used to require JavaScript. Not as approximations — as first-class platform primitives that handle the edge cases, run in the right thread, and need zero dependencies.

Tagged with

Related posts

Testing HTML5

A dConstruct workshop reveals some issues with the HTML5 spec.

HTML5 and me

My petitions to the makers of markup.

The HTML5 Equilibrium

Inside the troubled mind of HTML5.

Testing browser support for `focusgroup`

A bit of feature detection for a proposed new HTML attibute.

Installing web apps

Here’s an HTML web component you can use if you’re participating in the origin trial for the Web Install API.