Application changes made in the last year
For all application changes in the last 3 years see the extended change log.
For changes to our browser extension see the extension change log.
7th September 2024 - v18.1.0
- GUI updates:
- You can now select accent colours for some basic themes (including macOS)
- All numeric input now uses
spinners
for easier entry - Added separate control over the
clear
button forspinners
- Improved title bar on macOS
- Implemented virtual threads for higher broken link throughput
- HTML and Accessibility test updates and improvements
- Tests updated in line with official specifications:
- HTML5 Living Standard, 29 August 2023
- HTML Accessibility API Mappings 1.0, 19 August 2024
- Core Accessibility API Mappings 1.2, 13 August 2024
- Accessible Name and Description Computation 1.2, 02 August 2024
- ARIA in HTML, 07 May 2024
- CSS Conditional Rules Module Level 3, 15 August 2024
- CSS Inline Layout Module Level 3, 12 August 2024
- CSS Positioned Layout Module Level 3, 10 August 2024
- CSS Box Model Module Level 4, 4 August 2024
- CSS Scroll Snap Module Level 2, 23 July 2024
- CSS Containment Module Level 1, 25 June 2024
- CSS Text Module Level 4, 29 May 2024
- Media Queries Level 3, 21 May 2024
- CSS Multi-column Layout Module Level 1, 16 May 2024
- CSS View Transitions Module Level 2, 16 May 2024
- Bug Fixes:
- Link pause was not always enabled when it should have been
- Title text on macOS was hard to see when using a theme that contrasted the O/S theme
- Application failure for DOM validation when using
lab()
,oklab()
,lch()
,oklch()
, orcolor()
CSS functions
7th June 2024 - v18.0.1
- Bug Fix:
- Application failure when testing pages containing links with
href=""
- Application failure when testing pages containing links with
4th May 2024 - v18.0.0
- Major code and library updates for smaller downloads and faster performance
- Deprecated items removed:
- The Embedded version
- The old (pre-17.0) report format
- ARIA test improvements, and pre-release support for ARIA 1.3
- Tests updated in line with official specifications:
- HTML5 Living Standard, 29 April 2024
- WAI-ARIA 1.3, 23 January 2024
- ARIA in HTML, 30 April 2024
- Accessible Name and Description Computation 1.2, 29 April 2024
- HTML Accessibility API Mappings 1.0, 18 April 2024
- CSS Box Model Module Level 3, 11 April 2024
- CSS Box Model Module Level 4, 1 April 2024
- CSS View Transitions Module Level 1, 28 March 2024
- CSS Properties and Values API Level 1, 26 March 2024
- Pointer Events Level 3, 26 March 2024
- CSS Anchor Positioning, 26 March 2024
- CSS Values and Units Module Level 3, 22 March 2024
- Compositing and Blending Level 1, 21 March 2024
- CSS Values and Units Module Level 4, 12 March 2024
- CSS Backgrounds and Borders Module Level 3, 11 March 2024
- CSS Text Module Level 4, 19 February 2024
- CSS Color Module Level 4, 13 February 2024
- CSS Fonts Module Level 5, 6 February 2024
- CSS Fonts Module Level 4, 1 February 2024
- CSS Generated Content for Paged Media Module, 25 January 2024
- Bug Fixes:
- Ascii art algorithm corrected
- The detailed description of W885 was misleading
- Application failure when testing local pages containing links with
href=""
6th January 2024 - v17.4.0
- Support for WCAG 2.2, which is now the default
- Changes to WCAG 2.1 mean that the
Do 4.1.1
option and SC 4.1.1 tests have been removed - The next release (v18.0, due May 2024) will see some deprecated items removed:
- The Embedded version
- The old (pre-17.0) report format
- Also note that our extensions will now only work with v17.1.0 or later
- Report improvements:
- Support for macOS Sonoma
- Accessibility test updates and improvements
- Tests updated in line with official specifications:
- HTML5 Living Standard, 24 December 2023
- WCAG 2.2, 05 October 2023
- WCAG 2.1, 21 September 2023
- ARIA in HTML, 21 December 2023
- HTML Accessibility API Mappings 1.0, 04 December 2023
- Core Accessibility API Mappings 1.2, 02 November 2023
- CSS Backgrounds and Borders Module Level 3, 19 December 2023
- CSS Images Module Level 3, 18 December 2023
- CSS Values and Units Module Level 4, 18 December 2023
- CSS Text Module Level 4, 20 October 2023
- CSS Paged Media Module Level 3, 14 September 2023
- CSS View Transitions Module Level 1, 5 September 2023
- CSS Text Module Level 3, 3 September 2023
- Bug Fixes:
- When spelling mistakes were corrected, the results were not dynamically updated
style
attributes with functions within functions caused false E703 (mismatched parentheses) errors
2nd September 2023 - v17.3.0
- The 32-bit Windows Pro version is now only available for download on demand. This is the last release that will support 32-bit Windows.
- Accessibility test updates and improvements
- Tests updated in line with official specifications:
- HTML5 Living Standard, 29 August 2023
- ARIA in HTML, 27 August 2023
- HTML Accessibility API Mappings 1.0, 25 August 2023
- Core Accessibility API Mappings 1.2, 25 August 2023
- WCAG 2.2 (PR), 20 July 2023
- WAI-ARIA 1.2, 06 June 2023
- CSS View Transitions Module Level 1, 3 August 2023
- CSS Anchor Positioning, 29 June 2023
- Scroll-driven Animations, 6 June 2023
- CSS Animations Level 2, 2 June 2023
- CSS Containment Module Level 3, 18 August 2022
- Bug Fixes:
- Further CSS
@media
fixes with nested parentheses - Issue E9603 was only reported on the first
<iframe>
on a page with this problem - The
<script> type
attribute did not allow the full range of valid values
- Further CSS