Changes between Initial Version and Version 1 of Ticket #64361
- Timestamp:
- 12/05/2025 01:16:28 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64361
- Property Focuses javascript performance added
-
Property
Component
changed from
GeneraltoThemes -
Property
Summary
changed from
Skip Link MinificationtoLeverage HTML API to implement block template skip link -
Property
Version
changed from
to5.8 -
Property
Milestone
changed from
Awaiting Reviewto7.0
-
Ticket #64361 – Description
initial v1 1 Hi, 1 When `the_block_template_skip_link()` (now `wp_enqueue_block_template_skip_link()`) was introduced in #53176 there was no HTML API which necessitated JavaScript to add the skip link. This can now be revisited to leverage `WP_HTML_Tag_Processor` to add the skip link. 2 3 The inline JavaScript can then be eliminated. 4 5 The CSS should also be minified. 6 7 ---- 2 8 3 9 Can skip link CSS/JS be minified? 4 10 5 11 https://github.com/WordPress/wordpress-develop/blob/0b50baa5d164bedd17d3ae9e2eafc6286d6255b6/src/wp-includes/theme-templates.php#L172 6 7 Kind regards