wordpress-develop
wordpress-develop copied to clipboard
WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a link...
Adds `word-break: normal !important` to various screen reader only CSS. This prevents screen readers from announcing the text as it would appear visually, eg "A P P E A R...
## Summary This is a prototype implementation of the **[Declarative Content Modeling RFC](https://docs.google.com/document/d/1Z8ei9vOsj_TvyApq1EKet9BhzA4zdm8uFPd9cXJWpJs/edit?tab=t.0)** that introduces `register_content_type()` - a higher-level API for registering content types in WordPress. ## Try it out...
Trac ticket: Core-63694. This patch extracts `WP_HTML_Tag_Processor->class_list()` for static calls via a new static `WP_HTML_Tag_Processor::parse_class_list()` method. This new method contains the internal CSS parsing code to take an HTML `class`...
Trac ticket: Core-60229 Introduces a class for creating and fulfilling HTML Templating. This work is under development at a _brisk pace_; expect the design to change drastically.
Trac ticket: Core-63694 See: #9270, (#9850), #9851