Martin Kutschker

Results 30 issues of Martin Kutschker

Scott O'Hara writes: > > It’s now March of 2022, and [Webkit 15.4](https://webkit.org/blog/12445/new-webkit-features-in-safari-15-4/) has shipped the `` element, as well as [Firefox 98](https://www.mozilla.org/en-US/firefox/98.0/releasenotes/). All major browsers now support the ``...

It should be: `Foobar` It's valid HTML that the label encompasses the field it is assign to. Otherwise the checkbox needs a (unique) id that is referred in the for-attribute...

**What is the problem you're trying to solve** I want to use COMPOSE_PROJECT within docker-compose.yml. To do so I have to put in a .env file or use a wrapper...

stale

# 📚 Request documentation enhancements ## Description https://webhint.io/docs/user-guide/hints/hint-axe/#can-the-hint-be-configured It says: > You can modify what rules or categories are executed via an options object that follows axe’s documentation. Then an...

type:bug
area:documentation

# 🐛 Bug report ## Description I ran `hint -c foobar` with a hintrc that included `"formatters": ["html", stylish"]` on mutliple URLs I got after the run for the first...

type:bug
msft-consider

https://webhint.io/docs/user-guide/ This page tells me that I can break for specific "warnings" (does that mean "hint"?), but not how.

type:bug
area:documentation

# Feature Request Convert occurences of CommandController::outputLine() with OutputInterface::writeln(). ## Current Behaviour `$this->outputLine('foorbar');` ## New Behaviour `$output->writeln('foorbar');`

easy pick
Feature

Setting concurrency, reporters and basic puppeteer options like Chrome flags has IMHO nothing to do with per URL configuration options. IMHO they should be set outside of the "defaults" objects:...

type: enhancement
type: documentation

The WD protocol allows cookie manipulation: https://www.w3.org/TR/webdriver1/#cookies Make it possible to set cookies to be used later on in capturing: * suite.setCookie(name, value, options) * suite.setCookies([ [name, value, options], ......

The WD protocol allows cookie manipulation: https://www.w3.org/TR/webdriver1/#cookies Make it possible to mainpulate cookies when calling capture(). Either as third parameter to the capture callback as (actions, elements, cookies): * cookies.add(name)...