<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>aria-api, branch HEAD</title>
<subtitle>access ARIA information from JavaScript</subtitle>
<entry>
<id>6ce11519e7646452ff6dbcc370ebe89c6b7f211a</id>
<published>2026-02-18T23:20:09Z</published>
<updated>2026-02-18T23:56:54Z</updated>
<title type="text">bump version to 0.9.1</title>
<link rel="alternate" type="text/html" href="commit/6ce11519e7646452ff6dbcc370ebe89c6b7f211a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.9.1
</content>
</entry>
<entry>
<id>7cf8ed462a4e10e35e01a7f300e686a760cd5264</id>
<published>2026-02-18T23:55:20Z</published>
<updated>2026-02-18T23:56:54Z</updated>
<title type="text">lint</title>
<link rel="alternate" type="text/html" href="commit/7cf8ed462a4e10e35e01a7f300e686a760cd5264.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">lint

fixup 9cd78ca
</content>
</entry>
<entry>
<id>e445fe0becfc413651e9439ae90ed8f3e5e9664e</id>
<published>2026-02-18T23:51:41Z</published>
<updated>2026-02-18T23:55:52Z</updated>
<title type="text">mocha: replace xit by it.skip</title>
<link rel="alternate" type="text/html" href="commit/e445fe0becfc413651e9439ae90ed8f3e5e9664e.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">mocha: replace xit by it.skip
</content>
</entry>
<entry>
<id>311c16fddc7e43698ceed0e039aff955a32dfed6</id>
<published>2026-02-18T23:45:22Z</published>
<updated>2026-02-18T23:55:52Z</updated>
<title type="text">update some devDependencies</title>
<link rel="alternate" type="text/html" href="commit/311c16fddc7e43698ceed0e039aff955a32dfed6.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update some devDependencies
</content>
</entry>
<entry>
<id>57117e38df8dd5b8b20ffa65f381087f690f8506</id>
<published>2026-02-18T23:25:42Z</published>
<updated>2026-02-18T23:55:52Z</updated>
<title type="text">ci: update actions</title>
<link rel="alternate" type="text/html" href="commit/57117e38df8dd5b8b20ffa65f381087f690f8506.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">ci: update actions
</content>
</entry>
<entry>
<id>05e262107906cb6de990b96d22a760a37f124026</id>
<published>2026-02-18T23:15:14Z</published>
<updated>2026-02-18T23:19:36Z</updated>
<title type="text">name: fix slot order</title>
<link rel="alternate" type="text/html" href="commit/05e262107906cb6de990b96d22a760a37f124026.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name: fix slot order
</content>
</entry>
<entry>
<id>27ab3f3c4096a7a6def5e83ee7c91291f50c2f69</id>
<published>2026-02-18T22:50:58Z</published>
<updated>2026-02-18T22:50:58Z</updated>
<title type="text">bump version to 0.9.0</title>
<link rel="alternate" type="text/html" href="commit/27ab3f3c4096a7a6def5e83ee7c91291f50c2f69.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.9.0
</content>
</entry>
<entry>
<id>93cef69703a8c32d1f5528f905606cbfb9681396</id>
<published>2026-02-18T22:15:13Z</published>
<updated>2026-02-18T22:48:55Z</updated>
<title type="text">update wpt</title>
<link rel="alternate" type="text/html" href="commit/93cef69703a8c32d1f5528f905606cbfb9681396.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update wpt
</content>
</entry>
<entry>
<id>9cd78ca822c656b7a6d0ee6cd7171100927ddee9</id>
<published>2026-02-18T22:04:07Z</published>
<updated>2026-02-18T22:48:48Z</updated>
<title type="text">atree: traverse into shadow DOM</title>
<link rel="alternate" type="text/html" href="commit/9cd78ca822c656b7a6d0ee6cd7171100927ddee9.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">atree: traverse into shadow DOM
</content>
</entry>
<entry>
<id>50c2d3fcb29dc090987b6307c2708a86fb288a37</id>
<published>2026-02-18T21:33:15Z</published>
<updated>2026-02-18T22:48:41Z</updated>
<title type="text">shadow-dom: use getRootNode() instead of document</title>
<link rel="alternate" type="text/html" href="commit/50c2d3fcb29dc090987b6307c2708a86fb288a37.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">shadow-dom: use getRootNode() instead of document

This also means we can longer globally query for owners.

From my testing the performance impact is not too bad.
</content>
</entry>
<entry>
<id>f2d0aeb3c33b18dd77b9d66160154997687a7180</id>
<published>2025-06-19T23:44:00Z</published>
<updated>2025-06-19T23:44:41Z</updated>
<title type="text">update wpt</title>
<link rel="alternate" type="text/html" href="commit/f2d0aeb3c33b18dd77b9d66160154997687a7180.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update wpt
</content>
</entry>
<entry>
<id>e52d6c251d0f1245e5cd24b7d371573cf831946c</id>
<published>2024-11-01T13:09:01Z</published>
<updated>2024-11-01T13:09:01Z</updated>
<title type="text">restore cjs entry point</title>
<link rel="alternate" type="text/html" href="commit/e52d6c251d0f1245e5cd24b7d371573cf831946c.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">restore cjs entry point
</content>
</entry>
<entry>
<id>58cd31cde883f0be78146a979e4c8b389db936f8</id>
<published>2024-11-01T12:55:03Z</published>
<updated>2024-11-01T12:55:03Z</updated>
<title type="text">README: replace browserify by rollup</title>
<link rel="alternate" type="text/html" href="commit/58cd31cde883f0be78146a979e4c8b389db936f8.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">README: replace browserify by rollup
</content>
</entry>
<entry>
<id>c2268727f934d830276b5cdde18e1d261864d830</id>
<published>2024-11-01T12:46:33Z</published>
<updated>2024-11-01T12:46:33Z</updated>
<title type="text">bump version to 0.8.0</title>
<link rel="alternate" type="text/html" href="commit/c2268727f934d830276b5cdde18e1d261864d830.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.8.0
</content>
</entry>
<entry>
<id>d1e55b782fec41c41d3f77fd6cc46c4d6acd9196</id>
<published>2024-11-01T12:40:58Z</published>
<updated>2024-11-01T12:40:58Z</updated>
<title type="text">cleanup switch to rollup</title>
<link rel="alternate" type="text/html" href="commit/d1e55b782fec41c41d3f77fd6cc46c4d6acd9196.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">cleanup switch to rollup
</content>
</entry>
<entry>
<id>69f6eeda6d58eead7cb1ff873e9593237fa40377</id>
<published>2024-11-01T12:29:30Z</published>
<updated>2024-11-01T12:29:59Z</updated>
<title type="text">fix: take text-transform into account</title>
<link rel="alternate" type="text/html" href="commit/69f6eeda6d58eead7cb1ff873e9593237fa40377.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix: take text-transform into account
</content>
</entry>
<entry>
<id>f2f4e53766f6c257ea5c5d576cb4ce3b063904e7</id>
<published>2024-11-01T12:20:35Z</published>
<updated>2024-11-01T12:20:35Z</updated>
<title type="text">update wpt</title>
<link rel="alternate" type="text/html" href="commit/f2f4e53766f6c257ea5c5d576cb4ce3b063904e7.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update wpt
</content>
</entry>
<entry>
<id>90aff05a50a6221c35af0612b6c007e59821c4a5</id>
<published>2024-11-01T12:18:54Z</published>
<updated>2024-11-01T12:18:54Z</updated>
<title type="text">Merge branch &#39;esm&#39;</title>
<link rel="alternate" type="text/html" href="commit/90aff05a50a6221c35af0612b6c007e59821c4a5.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">Merge branch &#39;esm&#39;
</content>
</entry>
<entry>
<id>03b3618124f6971ddb9c252eae89ae6183bd1e69</id>
<published>2024-11-01T11:57:05Z</published>
<updated>2024-11-01T12:10:49Z</updated>
<title type="text">convert to es modules</title>
<link rel="alternate" type="text/html" href="commit/03b3618124f6971ddb9c252eae89ae6183bd1e69.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">convert to es modules
</content>
</entry>
<entry>
<id>5fc3becd1d2d93998edba20b18b7fa3088f0e944</id>
<published>2024-11-01T11:39:57Z</published>
<updated>2024-11-01T12:09:10Z</updated>
<title type="text">refactor: do not re-export methods</title>
<link rel="alternate" type="text/html" href="commit/5fc3becd1d2d93998edba20b18b7fa3088f0e944.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: do not re-export methods
</content>
</entry>
<entry>
<id>34a9abaee4bd614fa5ab3c7534c29b4b4354cc40</id>
<published>2024-11-01T11:33:12Z</published>
<updated>2024-11-01T12:07:46Z</updated>
<title type="text">refactor: rename getNameTrimmed</title>
<link rel="alternate" type="text/html" href="commit/34a9abaee4bd614fa5ab3c7534c29b4b4354cc40.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: rename getNameTrimmed
</content>
</entry>
<entry>
<id>d9e471d63d8851f4a28b3b4deb639c9ea78b13fb</id>
<published>2024-11-01T11:43:14Z</published>
<updated>2024-11-01T12:07:46Z</updated>
<title type="text">lint: double parens around assignment in condition</title>
<link rel="alternate" type="text/html" href="commit/d9e471d63d8851f4a28b3b4deb639c9ea78b13fb.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">lint: double parens around assignment in condition
</content>
</entry>
<entry>
<id>2d62a3c5026da87acff5455b430a723687485d81</id>
<published>2024-06-23T17:59:30Z</published>
<updated>2024-06-23T17:59:30Z</updated>
<title type="text">fix: consistent selector for area</title>
<link rel="alternate" type="text/html" href="commit/2d62a3c5026da87acff5455b430a723687485d81.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix: consistent selector for area
</content>
</entry>
<entry>
<id>a8b6fe250fd93bef4726849999ac6bbaccf52c05</id>
<published>2024-06-22T21:15:24Z</published>
<updated>2024-06-22T21:15:24Z</updated>
<title type="text">README: update implemented standards</title>
<link rel="alternate" type="text/html" href="commit/a8b6fe250fd93bef4726849999ac6bbaccf52c05.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">README: update implemented standards
</content>
</entry>
<entry>
<id>93ad11dbcad85a30f7c6eec93db08e33d6060397</id>
<published>2024-06-22T20:58:32Z</published>
<updated>2024-06-22T20:58:32Z</updated>
<title type="text">bump version to 0.7.0</title>
<link rel="alternate" type="text/html" href="commit/93ad11dbcad85a30f7c6eec93db08e33d6060397.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.7.0
</content>
</entry>
<entry>
<id>df71d4a90daaf0c9e9594788275fadf8440260cd</id>
<published>2024-06-21T18:55:58Z</published>
<updated>2024-06-22T20:51:56Z</updated>
<title type="text">wpt: update known fails</title>
<link rel="alternate" type="text/html" href="commit/df71d4a90daaf0c9e9594788275fadf8440260cd.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: update known fails
</content>
</entry>
<entry>
<id>8201a5e538ce6f9c4678ee2f960f6d2bab6818a5</id>
<published>2024-06-22T20:34:47Z</published>
<updated>2024-06-22T20:51:53Z</updated>
<title type="text">name: fix ongoing labelledby</title>
<link rel="alternate" type="text/html" href="commit/8201a5e538ce6f9c4678ee2f960f6d2bab6818a5.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name: fix ongoing labelledby
</content>
</entry>
<entry>
<id>18eee65d74f442228f8090b0363190d8cfea1a55</id>
<published>2024-06-22T20:24:18Z</published>
<updated>2024-06-22T20:39:13Z</updated>
<title type="text">name: fallback to tooltip for any element</title>
<link rel="alternate" type="text/html" href="commit/18eee65d74f442228f8090b0363190d8cfea1a55.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name: fallback to tooltip for any element
</content>
</entry>
<entry>
<id>d58b5b8dd41691598db31a26e49879fcb7ef88ce</id>
<published>2024-06-22T19:59:33Z</published>
<updated>2024-06-22T20:39:13Z</updated>
<title type="text">name: rework whitespace</title>
<link rel="alternate" type="text/html" href="commit/d58b5b8dd41691598db31a26e49879fcb7ef88ce.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name: rework whitespace
</content>
</entry>
<entry>
<id>233ecd417add6de0975ae844b5fcb3017e6a7a54</id>
<published>2024-06-22T19:05:58Z</published>
<updated>2024-06-22T20:08:07Z</updated>
<title type="text">name; lower priority of placeholder</title>
<link rel="alternate" type="text/html" href="commit/233ecd417add6de0975ae844b5fcb3017e6a7a54.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name; lower priority of placeholder
</content>
</entry>
<entry>
<id>29942bc0d480da4801b902873b2f043d66d21adc</id>
<published>2024-06-22T18:44:15Z</published>
<updated>2024-06-22T20:08:07Z</updated>
<title type="text">name: do not consider button in step E</title>
<link rel="alternate" type="text/html" href="commit/29942bc0d480da4801b902873b2f043d66d21adc.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name: do not consider button in step E
</content>
</entry>
<entry>
<id>e0e5b5f4fb8924974d83ce8a15601b8727a472ff</id>
<published>2024-06-22T17:17:48Z</published>
<updated>2024-06-22T20:08:07Z</updated>
<title type="text">hidden: treat visibility: collapsed the same as visibility: hidden</title>
<link rel="alternate" type="text/html" href="commit/e0e5b5f4fb8924974d83ce8a15601b8727a472ff.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">hidden: treat visibility: collapsed the same as visibility: hidden
</content>
</entry>
<entry>
<id>203f573c8eef5b361ab67ea8ad6eb3743ac344d6</id>
<published>2024-06-21T16:50:56Z</published>
<updated>2024-06-22T20:08:07Z</updated>
<title type="text">name: content fallback syntax</title>
<link rel="alternate" type="text/html" href="commit/203f573c8eef5b361ab67ea8ad6eb3743ac344d6.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name: content fallback syntax
</content>
</entry>
<entry>
<id>c0d7eef92b0fbb0a5e14ea1a18aa5d5b7d72101f</id>
<published>2024-02-04T14:46:36Z</published>
<updated>2024-06-22T19:51:59Z</updated>
<title type="text">Revert &quot;wpt: add exceptions for ARIA 1.3&quot;</title>
<link rel="alternate" type="text/html" href="commit/c0d7eef92b0fbb0a5e14ea1a18aa5d5b7d72101f.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">Revert &quot;wpt: add exceptions for ARIA 1.3&quot;

This reverts commit 5079421d48424eefeabb0b210763fd14fe78f59f.
</content>
</entry>
<entry>
<id>3d32170997b71bccd95ab421158f206860bcb042</id>
<published>2024-01-30T08:07:18Z</published>
<updated>2024-06-22T19:51:59Z</updated>
<title type="text">add new roles and attributes for ARIA 1.3</title>
<link rel="alternate" type="text/html" href="commit/3d32170997b71bccd95ab421158f206860bcb042.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add new roles and attributes for ARIA 1.3
</content>
</entry>
<entry>
<id>9bfd594ff7439ddee791e8eddfbddd12502f124e</id>
<published>2024-06-21T16:11:03Z</published>
<updated>2024-06-22T19:51:36Z</updated>
<title type="text">aria 1.3: rename img role to image</title>
<link rel="alternate" type="text/html" href="commit/9bfd594ff7439ddee791e8eddfbddd12502f124e.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">aria 1.3: rename img role to image
</content>
</entry>
<entry>
<id>fd6b4c3cceead0896c9a6c83a6329ac32d0095c8</id>
<published>2024-06-21T16:56:20Z</published>
<updated>2024-06-22T19:51:36Z</updated>
<title type="text">disable :has() selectors for compaibility</title>
<link rel="alternate" type="text/html" href="commit/fd6b4c3cceead0896c9a6c83a6329ac32d0095c8.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">disable :has() selectors for compaibility
</content>
</entry>
<entry>
<id>e52d8dca8f76f0235b8cce156a52df8e41572060</id>
<published>2024-06-21T15:56:45Z</published>
<updated>2024-06-22T19:51:36Z</updated>
<title type="text">name: use xlink:title</title>
<link rel="alternate" type="text/html" href="commit/e52d8dca8f76f0235b8cce156a52df8e41572060.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name: use xlink:title
</content>
</entry>
<entry>
<id>ae46457df52900a932a4c44a1e5f3f54cf3c8488</id>
<published>2024-06-21T15:51:58Z</published>
<updated>2024-06-22T19:51:36Z</updated>
<title type="text">add svg-aam selectors</title>
<link rel="alternate" type="text/html" href="commit/ae46457df52900a932a4c44a1e5f3f54cf3c8488.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add svg-aam selectors
</content>
</entry>
<entry>
<id>6177f20ae6ca5c8d4d8b77055649ad3fe760b723</id>
<published>2024-06-21T15:51:04Z</published>
<updated>2024-06-22T19:51:36Z</updated>
<title type="text">do not trim &amp;nbsp;</title>
<link rel="alternate" type="text/html" href="commit/6177f20ae6ca5c8d4d8b77055649ad3fe760b723.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">do not trim &amp;nbsp;
</content>
</entry>
<entry>
<id>de7035e0217f982263e4df6d8f43aedc98d55fd0</id>
<published>2024-06-21T18:31:26Z</published>
<updated>2024-06-22T19:51:36Z</updated>
<title type="text">wpt: work around generic tests</title>
<link rel="alternate" type="text/html" href="commit/de7035e0217f982263e4df6d8f43aedc98d55fd0.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: work around generic tests
</content>
</entry>
<entry>
<id>87d93f68cf5f7e7e6bcc4282218afd7971d50b1e</id>
<published>2024-06-21T16:37:45Z</published>
<updated>2024-06-22T19:50:11Z</updated>
<title type="text">wpt: include CSS in tests</title>
<link rel="alternate" type="text/html" href="commit/87d93f68cf5f7e7e6bcc4282218afd7971d50b1e.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: include CSS in tests
</content>
</entry>
<entry>
<id>20c92440d2841208449904cc7407465873700fd3</id>
<published>2024-06-21T16:10:50Z</published>
<updated>2024-06-22T19:49:06Z</updated>
<title type="text">wpt: do not include tentative tests</title>
<link rel="alternate" type="text/html" href="commit/20c92440d2841208449904cc7407465873700fd3.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: do not include tentative tests
</content>
</entry>
<entry>
<id>1d3691a9aab4618c22d305f0242fb60d8c857304</id>
<published>2024-06-21T15:50:34Z</published>
<updated>2024-06-21T15:50:34Z</updated>
<title type="text">update wpt</title>
<link rel="alternate" type="text/html" href="commit/1d3691a9aab4618c22d305f0242fb60d8c857304.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update wpt
</content>
</entry>
<entry>
<id>bf5df09b60161b2aa2657da090e67f03c7d2b8af</id>
<published>2024-06-21T15:50:28Z</published>
<updated>2024-06-21T15:50:28Z</updated>
<title type="text">typo</title>
<link rel="alternate" type="text/html" href="commit/bf5df09b60161b2aa2657da090e67f03c7d2b8af.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">typo
</content>
</entry>
<entry>
<id>1c417094f13611e33f6aaa1f75ffd8822ff0422a</id>
<published>2024-02-04T15:02:06Z</published>
<updated>2024-02-04T15:04:52Z</updated>
<title type="text">bump version to 0.6.0</title>
<link rel="alternate" type="text/html" href="commit/1c417094f13611e33f6aaa1f75ffd8822ff0422a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.6.0
</content>
</entry>
<entry>
<id>5079421d48424eefeabb0b210763fd14fe78f59f</id>
<published>2024-02-04T14:45:13Z</published>
<updated>2024-02-04T14:45:43Z</updated>
<title type="text">wpt: add exceptions for ARIA 1.3</title>
<link rel="alternate" type="text/html" href="commit/5079421d48424eefeabb0b210763fd14fe78f59f.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: add exceptions for ARIA 1.3
</content>
</entry>
<entry>
<id>7dc21772d888acab74c362d9070bc3c2eb58075c</id>
<published>2024-02-03T10:41:21Z</published>
<updated>2024-02-04T14:45:37Z</updated>
<title type="text">wpt: add more test suites</title>
<link rel="alternate" type="text/html" href="commit/7dc21772d888acab74c362d9070bc3c2eb58075c.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: add more test suites
</content>
</entry>
<entry>
<id>1d6c96ad81713cf8a2f8716d2c4f7b7efbe3bbcd</id>
<published>2024-02-03T09:47:56Z</published>
<updated>2024-02-04T14:38:34Z</updated>
<title type="text">fix: directory is an alias for list</title>
<link rel="alternate" type="text/html" href="commit/1d6c96ad81713cf8a2f8716d2c4f7b7efbe3bbcd.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix: directory is an alias for list

since aria 1.2
</content>
</entry>
<entry>
<id>59c4ae58633197735b9549f49ffed1778f0ecbd9</id>
<published>2024-02-04T14:29:04Z</published>
<updated>2024-02-04T14:38:34Z</updated>
<title type="text">fix: rework getRole</title>
<link rel="alternate" type="text/html" href="commit/59c4ae58633197735b9549f49ffed1778f0ecbd9.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix: rework getRole

- ignore invalid roles
- ignore abstract roles
- fall back to implicit role if all explicit roles are invalid
</content>
</entry>
<entry>
<id>50669758a836cd75e57ebb586d33c79f5fa7ec1b</id>
<published>2024-02-03T10:48:35Z</published>
<updated>2024-02-04T14:38:34Z</updated>
<title type="text">fix listitem selector</title>
<link rel="alternate" type="text/html" href="commit/50669758a836cd75e57ebb586d33c79f5fa7ec1b.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix listitem selector
</content>
</entry>
<entry>
<id>5212313b0aeed29b4a91a5caa019b77195d8ce1f</id>
<published>2024-02-02T17:50:26Z</published>
<updated>2024-02-04T14:38:34Z</updated>
<title type="text">fix: add selectors for generic role</title>
<link rel="alternate" type="text/html" href="commit/5212313b0aeed29b4a91a5caa019b77195d8ce1f.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix: add selectors for generic role
</content>
</entry>
<entry>
<id>8904cd60c25f04f2bf7859a1570b58df3593c667</id>
<published>2024-02-03T09:32:30Z</published>
<updated>2024-02-04T14:38:34Z</updated>
<title type="text">fix: add missing rowheader selector</title>
<link rel="alternate" type="text/html" href="commit/8904cd60c25f04f2bf7859a1570b58df3593c667.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix: add missing rowheader selector
</content>
</entry>
<entry>
<id>3d3015b77e497494e3a380836a60171bbfc124c0</id>
<published>2024-02-03T09:33:31Z</published>
<updated>2024-02-03T11:39:10Z</updated>
<title type="text">wpt: extract subtests</title>
<link rel="alternate" type="text/html" href="commit/3d3015b77e497494e3a380836a60171bbfc124c0.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: extract subtests
</content>
</entry>
<entry>
<id>9f8db1ff74116f4b304e3f385c2566c0b3489701</id>
<published>2024-02-02T19:06:14Z</published>
<updated>2024-02-03T11:39:10Z</updated>
<title type="text">wpt: skip empty name/description</title>
<link rel="alternate" type="text/html" href="commit/9f8db1ff74116f4b304e3f385c2566c0b3489701.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: skip empty name/description
</content>
</entry>
<entry>
<id>81a87c2d37b9c683e8b9070938176eb39574b6ee</id>
<published>2024-02-02T19:07:28Z</published>
<updated>2024-02-03T11:39:10Z</updated>
<title type="text">wpt: parse JSON</title>
<link rel="alternate" type="text/html" href="commit/81a87c2d37b9c683e8b9070938176eb39574b6ee.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: parse JSON
</content>
</entry>
<entry>
<id>8996d5ae54a6ea809e3f9c3f7f43db17d660b6b9</id>
<published>2024-02-02T18:53:03Z</published>
<updated>2024-02-03T11:39:10Z</updated>
<title type="text">wpt: generalize</title>
<link rel="alternate" type="text/html" href="commit/8996d5ae54a6ea809e3f9c3f7f43db17d660b6b9.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: generalize
</content>
</entry>
<entry>
<id>90540e1acf3f7e2591d85c967da7ab11cfd75878</id>
<published>2024-02-02T18:52:53Z</published>
<updated>2024-02-03T11:39:10Z</updated>
<title type="text">wpt: sort test cases</title>
<link rel="alternate" type="text/html" href="commit/90540e1acf3f7e2591d85c967da7ab11cfd75878.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: sort test cases
</content>
</entry>
<entry>
<id>91d1a4aa54f7ed517078e09ed08289fcfb22bea3</id>
<published>2024-02-02T15:38:49Z</published>
<updated>2024-02-03T11:39:10Z</updated>
<title type="text">wpt: split wpt tests</title>
<link rel="alternate" type="text/html" href="commit/91d1a4aa54f7ed517078e09ed08289fcfb22bea3.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">wpt: split wpt tests
</content>
</entry>
<entry>
<id>c0a76e1bc4da46f3e43889e23556ab369f69e1ce</id>
<published>2024-02-02T17:50:42Z</published>
<updated>2024-02-02T18:37:15Z</updated>
<title type="text">test: fix syntax error</title>
<link rel="alternate" type="text/html" href="commit/c0a76e1bc4da46f3e43889e23556ab369f69e1ce.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">test: fix syntax error
</content>
</entry>
<entry>
<id>fb5538c5350e621eae5d1cdaedca151ef903f0f4</id>
<published>2024-02-02T15:36:12Z</published>
<updated>2024-02-02T18:37:06Z</updated>
<title type="text">rm outdated polyfill</title>
<link rel="alternate" type="text/html" href="commit/fb5538c5350e621eae5d1cdaedca151ef903f0f4.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">rm outdated polyfill
</content>
</entry>
<entry>
<id>536ddd3c948fd0d26b2645e88a916f8b2f4219a0</id>
<published>2024-02-02T15:34:12Z</published>
<updated>2024-02-02T18:37:00Z</updated>
<title type="text">fix wpt tests: do not ignore empty name/description</title>
<link rel="alternate" type="text/html" href="commit/536ddd3c948fd0d26b2645e88a916f8b2f4219a0.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix wpt tests: do not ignore empty name/description
</content>
</entry>
<entry>
<id>35c6533594848710c8c9e5ee792ade52415567a5</id>
<published>2024-02-02T15:33:31Z</published>
<updated>2024-02-02T18:36:54Z</updated>
<title type="text">typo</title>
<link rel="alternate" type="text/html" href="commit/35c6533594848710c8c9e5ee792ade52415567a5.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">typo
</content>
</entry>
<entry>
<id>e21f6d62795dfcee089a5ea25817518c6082f82b</id>
<published>2024-01-30T08:43:18Z</published>
<updated>2024-01-30T08:43:18Z</updated>
<title type="text">change how aliases work</title>
<link rel="alternate" type="text/html" href="commit/e21f6d62795dfcee089a5ea25817518c6082f82b.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">change how aliases work
</content>
</entry>
<entry>
<id>d07b2afed95eccf343fc6bf2ae19fd01004cdf3b</id>
<published>2024-01-30T08:18:14Z</published>
<updated>2024-01-30T08:42:59Z</updated>
<title type="text">small code style tweaks</title>
<link rel="alternate" type="text/html" href="commit/d07b2afed95eccf343fc6bf2ae19fd01004cdf3b.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">small code style tweaks
</content>
</entry>
<entry>
<id>032ad4fd0079a8797b2d0ea88c1712c970a503f5</id>
<published>2024-01-30T08:25:38Z</published>
<updated>2024-01-30T08:29:27Z</updated>
<title type="text">lint: use const/let</title>
<link rel="alternate" type="text/html" href="commit/032ad4fd0079a8797b2d0ea88c1712c970a503f5.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">lint: use const/let
</content>
</entry>
<entry>
<id>9a10de5818daf67b637f1fa106a23f2e82017c4d</id>
<published>2023-09-29T14:36:28Z</published>
<updated>2023-09-29T14:36:28Z</updated>
<title type="text">typo</title>
<link rel="alternate" type="text/html" href="commit/9a10de5818daf67b637f1fa106a23f2e82017c4d.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">typo
</content>
</entry>
<entry>
<id>7420a84e20fd500f3ea9354b70a038ae3cb41cff</id>
<published>2023-08-19T07:32:15Z</published>
<updated>2023-08-19T07:32:15Z</updated>
<title type="text">build</title>
<link rel="alternate" type="text/html" href="commit/7420a84e20fd500f3ea9354b70a038ae3cb41cff.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">build
</content>
</entry>
<entry>
<id>f88b0e6ec750fa9f24164938b2c7797341c60b06</id>
<published>2023-08-19T07:31:53Z</published>
<updated>2023-08-19T07:31:53Z</updated>
<title type="text">fix embedded input test</title>
<link rel="alternate" type="text/html" href="commit/f88b0e6ec750fa9f24164938b2c7797341c60b06.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix embedded input test
</content>
</entry>
<entry>
<id>65341b286affb2f7c599a428c4a9a5f228cd0780</id>
<published>2023-08-19T07:00:06Z</published>
<updated>2023-08-19T07:13:47Z</updated>
<title type="text">tests: add support for new wpt tests</title>
<link rel="alternate" type="text/html" href="commit/65341b286affb2f7c599a428c4a9a5f228cd0780.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">tests: add support for new wpt tests

see https://github.com/web-platform-tests/interop-2023-accessibility-testing/issues/27
</content>
</entry>
<entry>
<id>82413ff1410bdd9a0feda13d7a9325a544f25dc5</id>
<published>2023-06-07T14:07:36Z</published>
<updated>2023-06-07T14:07:36Z</updated>
<title type="text">bump version to 0.5.0</title>
<link rel="alternate" type="text/html" href="commit/82413ff1410bdd9a0feda13d7a9325a544f25dc5.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.5.0
</content>
</entry>
<entry>
<id>523ef9886f37ad70581454e5447e7e5b6281fa68</id>
<published>2023-06-07T13:06:08Z</published>
<updated>2023-06-07T13:06:57Z</updated>
<title type="text">convert role to lowercase</title>
<link rel="alternate" type="text/html" href="commit/523ef9886f37ad70581454e5447e7e5b6281fa68.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">convert role to lowercase
</content>
</entry>
<entry>
<id>4dec67073ca62c798145c3c552d73436ec68d937</id>
<published>2023-06-07T13:05:38Z</published>
<updated>2023-06-07T13:06:57Z</updated>
<title type="text">support token list in role attribute</title>
<link rel="alternate" type="text/html" href="commit/4dec67073ca62c798145c3c552d73436ec68d937.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">support token list in role attribute
</content>
</entry>
<entry>
<id>2026d28a7242ee4a33a29b3d0a0379492973c27a</id>
<published>2023-06-07T12:08:13Z</published>
<updated>2023-06-07T12:33:40Z</updated>
<title type="text">update link to visual ARIA</title>
<link rel="alternate" type="text/html" href="commit/2026d28a7242ee4a33a29b3d0a0379492973c27a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update link to visual ARIA
</content>
</entry>
<entry>
<id>0262b17a4dad16ae2dac313e2f617b24ef29fb97</id>
<published>2023-06-07T11:25:04Z</published>
<updated>2023-06-07T12:33:40Z</updated>
<title type="text">add incomplete support for svg-aam-1.0</title>
<link rel="alternate" type="text/html" href="commit/0262b17a4dad16ae2dac313e2f617b24ef29fb97.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add incomplete support for svg-aam-1.0
</content>
</entry>
<entry>
<id>783907299ed343c3891f23899eb3b937d680827b</id>
<published>2022-01-25T20:20:29Z</published>
<updated>2023-06-07T12:33:40Z</updated>
<title type="text">update to dpub-aria-1.1</title>
<link rel="alternate" type="text/html" href="commit/783907299ed343c3891f23899eb3b937d680827b.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update to dpub-aria-1.1
</content>
</entry>
<entry>
<id>388270ec1d1dbe2a7600e493a057d523ff198dff</id>
<published>2023-06-07T10:35:18Z</published>
<updated>2023-06-07T12:33:36Z</updated>
<title type="text">update selectors</title>
<link rel="alternate" type="text/html" href="commit/388270ec1d1dbe2a7600e493a057d523ff198dff.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update selectors

html-aam-1.0 is still a working draft, so no version change
</content>
</entry>
<entry>
<id>c0160bff94b457eb7a4818ddcb26b5445ddb3dc9</id>
<published>2023-06-07T11:51:34Z</published>
<updated>2023-06-07T12:33:36Z</updated>
<title type="text">update to aria-1.2</title>
<link rel="alternate" type="text/html" href="commit/c0160bff94b457eb7a4818ddcb26b5445ddb3dc9.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update to aria-1.2
</content>
</entry>
<entry>
<id>b905aed2a4f7af77d029a5a2886ef7c2176cafd2</id>
<published>2023-06-07T11:49:27Z</published>
<updated>2023-06-07T12:33:36Z</updated>
<title type="text">rm reference to core-aam</title>
<link rel="alternate" type="text/html" href="commit/b905aed2a4f7af77d029a5a2886ef7c2176cafd2.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">rm reference to core-aam

not really used
</content>
</entry>
<entry>
<id>373182e1b1b9ff18dfbb2a36f7fed19ad476664a</id>
<published>2023-06-07T10:01:45Z</published>
<updated>2023-06-07T12:33:36Z</updated>
<title type="text">name: do not consider placeholder for description</title>
<link rel="alternate" type="text/html" href="commit/373182e1b1b9ff18dfbb2a36f7fed19ad476664a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name: do not consider placeholder for description
</content>
</entry>
<entry>
<id>9e7d766e4b1e900afd57bcbc0350e33e4c903956</id>
<published>2023-06-07T10:01:16Z</published>
<updated>2023-06-07T12:33:36Z</updated>
<title type="text">name: add support for aria-description</title>
<link rel="alternate" type="text/html" href="commit/9e7d766e4b1e900afd57bcbc0350e33e4c903956.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">name: add support for aria-description

see https://w3c.github.io/aria/#aria-description

still a draft, but seems uncontroversial
</content>
</entry>
<entry>
<id>4bbf363abf63d56b561a4da3371c1abb8c029a94</id>
<published>2023-06-07T09:47:54Z</published>
<updated>2023-06-07T11:03:56Z</updated>
<title type="text">rm half-baked valuenow default value</title>
<link rel="alternate" type="text/html" href="commit/4bbf363abf63d56b561a4da3371c1abb8c029a94.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">rm half-baked valuenow default value

- not correct if the other defaults are changed
- would also apply to many other roles
</content>
</entry>
<entry>
<id>ebf364113386726e90f0fd087d7e8834a4e0e5b6</id>
<published>2023-06-07T09:47:34Z</published>
<updated>2023-06-07T11:03:49Z</updated>
<title type="text">fix indentation</title>
<link rel="alternate" type="text/html" href="commit/ebf364113386726e90f0fd087d7e8834a4e0e5b6.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix indentation
</content>
</entry>
<entry>
<id>e2aad8e20e26313de68ed1b4adfc8ba3e2627eb7</id>
<published>2023-04-20T11:20:31Z</published>
<updated>2023-04-20T11:20:31Z</updated>
<title type="text">update LICENSE</title>
<link rel="alternate" type="text/html" href="commit/e2aad8e20e26313de68ed1b4adfc8ba3e2627eb7.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update LICENSE
</content>
</entry>
<entry>
<id>080004c18d10e49bc80a219bba436d0121f6d6e5</id>
<published>2023-04-20T11:15:07Z</published>
<updated>2023-04-20T11:15:07Z</updated>
<title type="text">update devDependencies</title>
<link rel="alternate" type="text/html" href="commit/080004c18d10e49bc80a219bba436d0121f6d6e5.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">update devDependencies
</content>
</entry>
<entry>
<id>3aa28daa8f909b7199278c638b40e4d238a5c181</id>
<published>2023-04-20T11:09:35Z</published>
<updated>2023-04-20T11:09:35Z</updated>
<title type="text">replace travis by github actions</title>
<link rel="alternate" type="text/html" href="commit/3aa28daa8f909b7199278c638b40e4d238a5c181.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">replace travis by github actions
</content>
</entry>
<entry>
<id>b13f37b1176869471a322557d36eee9e78d9793e</id>
<published>2023-01-12T19:07:05Z</published>
<updated>2023-01-12T19:07:05Z</updated>
<title type="text">bump version to 0.4.7</title>
<link rel="alternate" type="text/html" href="commit/b13f37b1176869471a322557d36eee9e78d9793e.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.4.7
</content>
</entry>
<entry>
<id>8af9bdb6042d92f405942772006196e264f4c989</id>
<published>2023-01-12T18:42:39Z</published>
<updated>2023-01-12T18:45:04Z</updated>
<title type="text">perf: optimize getRole()</title>
<link rel="alternate" type="text/html" href="commit/8af9bdb6042d92f405942772006196e264f4c989.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">perf: optimize getRole()
</content>
</entry>
<entry>
<id>8645e11f80f309621e05a515379a3b7960dc7ce5</id>
<published>2023-01-12T18:28:22Z</published>
<updated>2023-01-12T18:45:04Z</updated>
<title type="text">perf: cache possible owners in walk()</title>
<link rel="alternate" type="text/html" href="commit/8645e11f80f309621e05a515379a3b7960dc7ce5.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">perf: cache possible owners in walk()
</content>
</entry>
<entry>
<id>5a577ef93e15a8b15d78bfb7ce3e18d7cefa8560</id>
<published>2023-01-12T18:27:36Z</published>
<updated>2023-01-12T18:45:04Z</updated>
<title type="text">refactor: getRole returns undefined if explicit role is not in candidates</title>
<link rel="alternate" type="text/html" href="commit/5a577ef93e15a8b15d78bfb7ce3e18d7cefa8560.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: getRole returns undefined if explicit role is not in candidates
</content>
</entry>
<entry>
<id>162b8c5ec8e94b18b923efa6d181df4e2eebe1ba</id>
<published>2023-01-12T18:16:10Z</published>
<updated>2023-01-12T18:45:04Z</updated>
<title type="text">refactor: reduce code duplication in getOwner()</title>
<link rel="alternate" type="text/html" href="commit/162b8c5ec8e94b18b923efa6d181df4e2eebe1ba.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: reduce code duplication in getOwner()
</content>
</entry>
<entry>
<id>6bda87f2aab19d4d109679280413e77802fd7642</id>
<published>2023-01-12T18:11:19Z</published>
<updated>2023-01-12T18:45:04Z</updated>
<title type="text">refactor: use arrow functions for callbacks</title>
<link rel="alternate" type="text/html" href="commit/6bda87f2aab19d4d109679280413e77802fd7642.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: use arrow functions for callbacks
</content>
</entry>
<entry>
<id>e6f4579a676980047deeb5d67569a28a74261596</id>
<published>2023-01-12T18:02:57Z</published>
<updated>2023-01-12T18:44:40Z</updated>
<title type="text">refactor: avoid recursion in walk()</title>
<link rel="alternate" type="text/html" href="commit/e6f4579a676980047deeb5d67569a28a74261596.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: avoid recursion in walk()
</content>
</entry>
<entry>
<id>524601e7cf43af9465cae550128e618d58307d0e</id>
<published>2023-01-12T18:00:34Z</published>
<updated>2023-01-12T18:00:34Z</updated>
<title type="text">refactor: turn scoped into selector</title>
<link rel="alternate" type="text/html" href="commit/524601e7cf43af9465cae550128e618d58307d0e.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor: turn scoped into selector
</content>
</entry>
<entry>
<id>fb778d08cf1cad1a9e7a55e87b01987d440a6c9f</id>
<published>2023-01-08T07:28:09Z</published>
<updated>2023-01-08T07:28:09Z</updated>
<title type="text">add wpt tests to repo</title>
<link rel="alternate" type="text/html" href="commit/fb778d08cf1cad1a9e7a55e87b01987d440a6c9f.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">add wpt tests to repo
</content>
</entry>
<entry>
<id>bf97d88f19de604e7b2989194f3dbcca47563904</id>
<published>2023-01-08T07:26:39Z</published>
<updated>2023-01-08T07:26:39Z</updated>
<title type="text">downgrade known failing WPT tests</title>
<link rel="alternate" type="text/html" href="commit/bf97d88f19de604e7b2989194f3dbcca47563904.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">downgrade known failing WPT tests
</content>
</entry>
<entry>
<id>904bba52e74af266feb3c3c746b6909041f770cb</id>
<published>2023-01-08T07:21:49Z</published>
<updated>2023-01-08T07:21:49Z</updated>
<title type="text">bump version to 0.4.6</title>
<link rel="alternate" type="text/html" href="commit/904bba52e74af266feb3c3c746b6909041f770cb.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">bump version to 0.4.6
</content>
</entry>
<entry>
<id>6284c520f8f9a543a061ce619f538e68450ecafa</id>
<published>2023-01-08T07:16:35Z</published>
<updated>2023-01-08T07:16:35Z</updated>
<title type="text">Merge pull request #11 from xi/fix-img-presentation</title>
<link rel="alternate" type="text/html" href="commit/6284c520f8f9a543a061ce619f538e68450ecafa.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">Merge pull request #11 from xi/fix-img-presentation

fix: img[alt=&quot;&quot;] has role presentatio</content>
</entry>
<entry>
<id>202e1157d5f0018cfe46a3796c615e603dd20e45</id>
<published>2023-01-08T07:12:33Z</published>
<updated>2023-01-08T07:15:36Z</updated>
<title type="text">fix WPT 566</title>
<link rel="alternate" type="text/html" href="commit/202e1157d5f0018cfe46a3796c615e603dd20e45.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">fix WPT 566
</content>
</entry>
<entry>
<id>f5c9394abea83a77d554a2b02bea59698dc5fdbb</id>
<published>2023-01-08T07:12:54Z</published>
<updated>2023-01-08T07:15:06Z</updated>
<title type="text">hack: add whitespace to fix some WPT tests</title>
<link rel="alternate" type="text/html" href="commit/f5c9394abea83a77d554a2b02bea59698dc5fdbb.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">hack: add whitespace to fix some WPT tests
</content>
</entry>
</feed>
