Posts about web platform
Categories
- Oct 16 2018
New Test262 Import and Runner in WebKit
Bocoup recently facilitated an update to the WebKit project’s interaction with Test262. In this article, I’ll cover what this means for the WebKit project and the JavaScript ecosystem, as well as what exactly has been done in the WebKit project to help make this process more repeatable. Test262 is a project maintained by Ecma’s TC39. […]
Continue ReadingNew Test262 Import and Runner in WebKit - Sep 19 2018
The State of Fieldset Interoperability
We recently started working with browser implementers to improve the state of fieldset, the 21 year old feature in HTML, that provides form accessibility benefits to assistive technologies like screen readers. It suffers from a number of interoperability bugs that make it difficult for web developers to use. Here is an example form grouped with […]
Continue ReadingThe State of Fieldset Interoperability - Jul 19 2018
WPT Workshop Report
On June 13, operations screeched to a halt here at Bocoup. The phones were ringing, but we didn’t answer them. Packages delivered to our door went ignored. Chicken eggs piled up. All hands were on keyboards, collaborating on the web-platform-tests project. We’ve been participating in WPT for years, largely in collaboration with the Chromium, Gecko […]
Continue ReadingWPT Workshop Report - Nov 20 2017
I Slipped on JavaScript’s Banana Peel
Think of the last time you goofed up on the job. Maybe you forgot to clean out the microwave in the break room. Maybe you hit “Reply All” when you really meant “Reply.” Or maybe you nodded off during an all-hands meeting. Probably your mistake was a little less banal than any of that, but […]
Continue ReadingI Slipped on JavaScript’s Banana Peel - Aug 10 2017
The Next Steps For TC39
It’s been more than an year since I started attending TC39 meetings, and this most recent meeting felt much like the first, as I faced a new personal challenge: I went there as the acting chair. TC39 is a group of almost 50 highly skilled professionals, each with very strong positions on the existing form […]
Continue ReadingThe Next Steps For TC39- Tagged in:
- javascript,
- tc39,
- web standards
- Aug 03 2017
The Caper of the Flaky Test
The test showed up on my desk just like any other. There I was, working with Google’s Web Platform Predictability team to find so-called “flaky” tests in the venerable Web Platform Tests project. I’d run a hundred or so at a time, over and over again, looking for any that reported inconsistent results. It was […]
Continue ReadingThe Caper of the Flaky Test - Jul 26 2017
Accessibility for Robots
Maybe you’re not a “people person.” It’s not that you dislike other humans, but you recognize certain realities of your work. Your day job is maintaining a web application, after all, not carousing with your users. You know that accessibility is an important topic, but you haven’t been able to find the time to learn […]
Continue ReadingAccessibility for Robots - May 11 2017
The Many Faces of Functions in JavaScript
If you’ve had any contact with JavaScript code, you’re probably very familiar with how to define and call functions, but are you aware of of how many different ways you can define a function? This is a common challenge of writing and maintaining tests in Test262—especially when a new feature comes into contact with any […]
Continue ReadingThe Many Faces of Functions in JavaScript - May 08 2017
Moving Targets: A Case Study on Testing Web Standards
Recently, I had the opportunity to contribute to a massive, meaningful effort: the open-source Web Platform Tests (WPT) project. My task was to improve WPT test coverage for areas of the HTML specification dealing with navigation —things like the details of loading new web pages, browsing around the web, and opening new windows. I didn’t […]
Continue ReadingMoving Targets: A Case Study on Testing Web Standards- Tagged in:
- testing
- Apr 27 2017
Diving Into the Web Platform Tests
Illustration by Sue Lockwood At Bocoup, we hold strong convictions about the social significance of the web platform. We want to see it expand, and we want to make sure that it remains open in all senses as it grows. Following the lead of Philippe Le Hegaret of the W3C (and in collaborations with the […]
Continue ReadingDiving Into the Web Platform Tests- Tagged in:
- web standards