Search
Improbable-Backed Blockchain Project Somnia Unveils Technical Specifications
25.10.2024
The Virtual Society Foundation, an independent organization initiated by British startup Improbable, has released technical details for its…
CSSWG Minutes Telecon (2024-08-21)
30.8.2024
View Transitions are one of the most awesome features CSS has shipped in recent times. Its title is self-explanatory: transitions between views are possible with just CSS, even across pages of the same origin! What’s more interesting is its …
CSSWG Minutes Telecon (2024-08-21)...
HTML Attribute to Allow/Disallow Handwriting Input
12.8.2024
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...
It’s Time To Talk About “CSS5”
9.8.2024
Ever search for CSS info and run into some article — perhaps even one or a dozen on this site — that looks promising until you realize it was published when dinosaurs roamed the planet? The information is good, but …
It’s Time To Talk About “CSS5” originally published on CSS-Tricks, which...
Letter Spacing is Broken and There’s Nothing We Can Do About It… Maybe
29.7.2024
This post came up following a conversation I had with Emilio Cobos — a senior developer at Mozilla and member of the CSSWG — about the last CSSWG group meeting. I wanted to know what he thought were the …
Letter Spacing is Broken and There’s Nothing We Can Do About It… Maybe...
CSS Stuff I’m Excited After the Last CSSWG Meeting
19.7.2024
From June 11–13, the CSS Working Group (CSSWG) held its second face-to-face meeting of the year in Coruña, Spain, with a long agenda of new features and improvements coming to language. If 2023 brought us incredible advances like …
CSS Stuff I’m Excited After the Last CSSWG...
Tau Net Paves The Way To Decentralized AGI with its Executable Specifications
5.12.2023
Tau Net, a gamechanger in blockchain & AI innovation since its 2015 inception, is redefining the landscape with its Software as Sentences™ advanced formal methods approach. This project, long admired for its dedication within the community, aims to steer the world towards a transparent...
The UI fund
15.12.2021
Google is handing out bucks for CSS-related projects, so you might as well know about it! Nicole Sullivan:
All of us who work on the web regularly benefit from the work of people who create specifications, tools, demos, tutorials, and …
Building a Decentralized and Uncensorable Internet — The Nexus Protocol
18.1.2021
PRESS RELEASE. On December 21st, 2020, the Nexus Protocol white paper was released. The new internet will be driven by a blockchain-based operating system (LX-OS) and communications protocol (Nexus Protocol), that will be connected by a distributed satellite-based mesh network. The white paper...
ETH 2.0 Scheduled for December, Vitalik Deposits $1.4M Worth of Ether Into Phase 0 Contract
7.11.2020
This December the cryptocurrency community may see the first introductory phase of the highly anticipated Ethereum 2.0 consensus change. On Wednesday, the Ethereum Foundation published ETH 2.0 specifications explaining how the genesis phase will be invoked. Moreover, on November 5, Ethereum’s...
On dependency
17.7.2020
Rob Weychert:
But I can’t host your site or even my own site. I didn’t build the CMS. Other people made the hardware and software I use to generate and optimize images. Other people made the fonts. Other people standardized the digital formats for those images and fonts. I didn’t write the HTML...
Avoid Heavy Babel Transformations by (Sometimes) Not Writing Modern JavaScript
20.5.2020
It’s hard to imagine writing production-ready JavaScript without a tool like Babel. It’s been an undisputed game-changer in making modern code accessible to a wide range of users. With this challenge largely out of the way, there’s not much holding us back from really leaning into...
CSS4
4.2.2020
Tab Atkins in 2012:
There has never been a CSS4. There will never be a CSS4. CSS4 is not a thing that exists.
Rachel Andrew in 2016:
While referring to all new CSS as CSS3 worked for a short time, it doesn’t reflect the reality of where CSS is today. If you read something...
Meet Snowglobe: An Avalanche-Based Pre-Consensus Protocol for BCH
22.12.2019
On December 20, BCHD and Openbazaar developer Tyler Smith published first draft specifications for a protocol he calls “Snowglobe.” Smith’s Github repository says that Snowglobe is a propagation protocol for nodes using Nakamoto Consensus and it uses an Avalanche-based consensus...
CME Group Publishes Bitcoin Options Specifications
2.11.2019
In mid-September, the foreign exchange company CME Group announced the launch of options on its bitcoin futures contracts in Q1 2020, pending regulatory review. CME Group executive Tim McCourt said there was “increasing client demand” for the firm’s bitcoin derivatives and now...
Meeting GraphQL at a Cocktail Mixer
26.9.2019
GraphQL and REST are two specifications used when building APIs for websites to use. REST defines a series of unique identifiers (URLs) that applications use to request and send data. GraphQL defines a query language that allows client applications to specify precisely the data they need from...
Weekly Platform News: HTML Loading Attribute, the Main ARIA Specifications, and Moving from iFrame to Shadow DOM
15.8.2019
In this week's roundup of platform news, Chrome introduces a new attribute for loading, accessibility specifications for web developers, and the BBC moves visualizations to the Shadow DOM.
Chrome ships the loading attribute
The HTML loading attribute for lazy-loading images and iframes is...
Encapsulating Style and Structure with Shadow DOM
21.3.2019
This is part four of a five-part series discussing the Web Components specifications. In part one, we took a 10,000-foot view of the specifications and what they do. In part two, we set out to build a custom modal dialog and created the HTML template for what would evolve into our very own custom...
Crafting Reusable HTML Templates
19.3.2019
In our last article, we discussed the Web Components specifications (custom elements, shadow DOM, and HTML templates) at a high-level. In this article, and the three to follow, we will put these technologies to the test and examine them in greater detail and see how we can use them in production...
An Introduction to Web Components
18.3.2019
Front-end development moves at a break-neck pace. This is made evident by the myriad articles, tutorials, and Twitter threads bemoaning the state of what once was a fairly simple tech stack. In this article, I’ll discuss why Web Components are a great tool to deliver high-quality user experiences...