From 78362d019308390da7286551be02f6dde87410f5 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 6 May 2024 16:40:11 +0000 Subject: [PATCH] Twenty Twenty-Four: Resolve accessibility issues in FAQ pattern. The FAQ pattern uses multiple details blocks in a row. This ends up with it behaving as an accordion and opens to issues. In ticket discussion this was decided to be removed to set a good example of how to build. Props poena, alh0319, abditsori, richtabor, joedolson, huzaifaalmesbah, krupajnanda, luminuu, shailu25, swisspidy. Fixes #60335. Built from https://develop.svn.wordpress.org/trunk@58106 git-svn-id: http://core.svn.wordpress.org/trunk@57571 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentytwentyfour/patterns/text-faq.php | 71 ++++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 38 insertions(+), 35 deletions(-) diff --git a/wp-content/themes/twentytwentyfour/patterns/text-faq.php b/wp-content/themes/twentytwentyfour/patterns/text-faq.php index 8bf042818c..d011eace4a 100644 --- a/wp-content/themes/twentytwentyfour/patterns/text-faq.php +++ b/wp-content/themes/twentytwentyfour/patterns/text-faq.php @@ -16,45 +16,48 @@
- -
+ +
+ + + + + + + + + +
- -
- - - - -
- + + + + + + - -
- - - - -
- + +
+ - -
- - - - -
- + + + + + + - -
- - - - -
- + +
+ + + + + + + + diff --git a/wp-includes/version.php b/wp-includes/version.php index e653d5374d..8d9f6e2222 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58105'; +$wp_version = '6.6-alpha-58106'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.