Dennis Snell

Results 58 issues of Dennis Snell

Trac-ticket: Core-61576. ## Status - [ ] ~Add unit tests covering significant contexts, e.g. SCRIPT, TEXTAREA, SVG.~ - It shouldn't be possible to create fragment parsers on void or self-contained...

Trac ticket: Core-61576. Since this method is meant for printing and display, a more expected return value would be the lower-case variant of a given HTML tag name. This patch...

This method depends on other methods, but this change introduces an idea for how to accomplish setting the inner HTML, leaving supporting details unresolved. Trac ticket: --- **This Pull Request...

Introduces one more XML Processor. - It ignores DTDs, merely parsing their syntax and ignoring their semantics. - It makes no network calls while parsing and loads no external documents....

Hi @wei. I just noticed a series of apparently unsolicited PRs opened against wordpress/wordpress-develop forks and it's causing quite a bit of noise. My Github notifications are lighting up because...

[Writing Overview](https://github.com/WordPress/gutenberg/issues/66497) | [Dynamic Tokens Proposal](https://github.com/WordPress/gutenberg/discussions/39831) | [HTML Templating](https://github.com/WordPress/wordpress-develop/pull/5949) ## What are Shortblocks? > Blocks are big; Shortblocks are small. Shortblocks is the official name for a concept which has...

[Type] Overview
[Type] Tracking Issue

In the example highlighting ambiguities from missing semicolons on named character references, a "correct" encoding is provided, but that example makes no mention of the fact that the fragment was...

document conformance
topic: parser

Trac Ticket: Core-61545 Experimenting to determine if we have any measurable performance overhead in the associate array that previously stored parsed attribute tokens. From: ```php $this->attributes[ $attribute_name ] = $token;...

**This PR for discussion of code and tests - see companion ticket** Trac ticket: https://core.trac.wordpress.org/ticket/55635 Resolves #17725 (https://core.trac.wordpress.org/ticket/17725) When wp_convert_hr_to_bytes() was introduced in [4388] it provided a simplified mechanism to...

Trac ticket: Core-63694 Replaces #6651 See: (#9270), #9850, #9851 ## Status - [ ] This needs a new ticket for the 7.0 release. - [ ] Some of the unit...