Tobias Bengfort
Tobias Bengfort
If I have a failing test and run it with phantomjs, I get exit code 1: $ phantomjs mocha-phantomjs-core.js test/index.html … 7 passing (52ms) 1 failing … $ echo $?...
Hi, I maintain a very similar extension called [a11y-outline](https://github.com/xi/a11y-outline/). I split the underlying code into a separate library called [aria-api](https://github.com/xi/aria-api/). As these projects are very similar in scope, I think...
As part of #83, some dependencies were pinned to specific versions. For example, `icalendar` is currently pinned to [4.0.9](https://github.com/collective/icalendar/blob/master/CHANGES.rst#409-2021-10-16), a version that is more than one year old. I think...
Consider the following two HTML snippets: ```.html foo bar ``` ```.html foobar ``` The text node between the two `` elements (containing only whitespace) in the first snippet does not...
```html foobar ``` I would expect the accessible name of that element to be "foo bar" (with a space where the `` element was). However, I do not see how...
Each step starts with the word "otherwise". For me, it is not completely clear what this means. I can imagine three different interpretations: 1. The conditions of the previous steps...
*I was not sure whether to post this issue on accname or html-aam, so maybe it needs to be moved.* The [HTML Accessibility API Mappings](https://w3c.github.io/html-aam/) (html-aam) document has a long...
The section "3.5 Table 5: Simple and clear interface" mentions `coga-destination="home"` for new semantics. I wonder wether it would be better to use [`rel="home"`](http://microformats.org/wiki/existing-rel-values) instead. It has been proposed quite...
When I install this plugin via vundle, I end up with `~/.vim/bundle/nvim/`. I think `~/.vim/bundle/nvim-tandem/` would be a much better name.
Fixes #87. Note that this apprach will only give you an estimation of the actual contrast. For a more exact value, breaking changes to the API are required. Please see...