Dennis Snell
Dennis Snell
Trac ticket: Core-64482 See: Core-61401 See: ~#9105~, ~#9841~, (~#9842~ -> #10291), ~#9843~ -> #10292 Refactors the excerpt-generating functionality in `twentytwentyone` to use `WP_Block_Processor` and avoid loading entire posts into memory....
Please ignore this branch. It will be maintained with revert commits of the recently-introduced Gutenberg build steps that break a clean checkout. **DO NOT MERGE** as this is meant for...
Trac ticket: Core-61401 See: ~#9105~, ~#9841~, ~#9842~ -> #10291, (~#9843~ -> #10292)
Trac ticket: Core-64427 Introduces the `WP_Mime_Sniffer` class for parsing MIME types from sources such as HTTP `Content-Type` headers, unknown binary files, and more. - `WP_Mime_Sniffer::from_declaration( $supplied_type )` for decoding HTTP...
Trac ticket: Core-64473 Prep work for Core-64427 Introduces a class to contain relevant WHATWG spec-compliant handling of character encodings, conversions, and recognition. Answers two valuable questions: - Given this charset...
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