Dennis Snell
@dmsnell on WordPress.org and Slack
Bio
Interests
WordPress Origin Story
Contributions Sponsored
- Member Since: January 9th, 2014
- Location: Tucson, AZ, USA
- Website: fluffyandflakey.blog
- GitHub: dmsnell
- Job Title: Software Design Engineer
- Employer: Automattic
Contribution History
Dennis Snell’s badges:- Core Contributor
- Core Team
- Documentation Contributor
- WordCamp Speaker
-
Pushed 1 commit to WordPress/WordPress:
WP_Debug_Data: Extract `wp-server` data into separate method. -
Closed pull request #7283 on WordPress/wordpress-develop:
Refactored WP_Debug_Data::debug_data() - get_wp_server() -
Committed [59002] to Core SVN:
WP_Debug_Data: Extract `wp-server` data into separate method. This is ... -
Pushed 1 commit to WordPress/WordPress:
HTML API: Add sentinels for unreachable code. -
Closed pull request #7315 on WordPress/wordpress-develop:
HTML API: Satisfy return types in new methods -
Closed ticket #62018 on Core Trac:
HTML API: Satisfy return types in new methods -
Committed [59001] to Core SVN:
HTML API: Add sentinels for unreachable code. There are places in the ... -
Pushed 1 commit to WordPress/WordPress:
Debug Data: Encode section ordering in debug info. -
Closed pull request #7289 on WordPress/wordpress-develop:
Debug Data: Encode section ordering in debug info. -
Committed [58996] to Core SVN:
Debug Data: Encode section ordering in debug info. During a refactor ... -
Wrote a comment on the post Updates to the HTML API in 6.6, on the site Make WordPress Core:
Excellent eyes @jeremyfelt! I've updated the post to use >=. Here's where it's a bit… -
Pushed 1 commit to WordPress/WordPress:
HTML API: Only examine HTML nodes in `pop_until()` instack of... -
Closed pull request #7286 on WordPress/wordpress-develop:
HTML API: Ensure element methods respect namespaces -
Committed [58992] to Core SVN:
HTML API: Only examine HTML nodes in `pop_until()` instack of open ... -
Submitted pull request #7289 to WordPress/wordpress-develop:
Debug Data: Encode section ordering in debug info. -
Pushed 1 commit to WordPress/WordPress:
HTML API: Respect document compat mode when handling CSS class... -
Closed pull request #7169 on WordPress/wordpress-develop:
HTML API: CSS class name methods should behave according to quirks mode -
Committed [58985] to Core SVN:
HTML API: Respect document compat mode when handling CSS class names. ... -
Mentioned in [58980] on Core SVN:
HTML API: Indicate when WordPress rejects attribute updates. -
Closed pull request #7230 on WordPress/wordpress-develop:
HTML API: Fix CDATA section null and whitespace handling -
Pushed 1 commit to WordPress/WordPress:
HTML API: Ensure that NULL and whitespace-only CDATA sections don't... -
Committed [58977] to Core SVN:
HTML API: Ensure that NULL and whitespace-only CDATA sections don't ... -
Closed pull request #5864 on WordPress/wordpress-develop:
HTML API: Add support for the rest of the common IN BODY... -
Pushed 1 commit to WordPress/WordPress:
HTML API: Improve skipped test reporting with unsupported exception. -
Closed pull request #7285 on WordPress/wordpress-develop:
HTML API: Improve skipped test reporting with unsupported exception -
Committed [58971] to Core SVN:
HTML API: Improve skipped test reporting with unsupported exception. ... -
Pushed 1 commit to WordPress/WordPress:
HTML API: Allow subdividing text nodes by meaningful prefixes. -
Closed pull request #7236 on WordPress/wordpress-develop:
HTML API: Allow subdividing text nodes for appropriate parsing rules. -
Closed ticket #61974 on Core Trac:
HTML API: Add method to split text nodes by null or empty prefixes. -
Committed [58970] to Core SVN:
HTML API: Allow subdividing text nodes by meaningful prefixes. HTML ... -
Created ticket #61974 on Core Trac:
HTML API: Add method to split text nodes by null or empty prefixes. -
Pushed 1 commit to WordPress/WordPress:
HTML API: Replace null-bytes in class_list class names -
Closed pull request #7187 on WordPress/wordpress-develop:
HTML API: Replace null-bytes in class_list class names -
Committed [58969] to Core SVN:
HTML API: Replace null-bytes in class_list class names As part of an ... -
Pushed 1 commit to WordPress/WordPress:
HTML API: Add missing NOBR end tag handling to HTML... -
Closed pull request #7282 on WordPress/wordpress-develop:
HTML API: Add missing NOBR end tag handling -
Committed [58967] to Core SVN:
HTML API: Add missing NOBR end tag handling to HTML Processor. When ... -
Pushed 1 commit to WordPress/WordPress:
HTML API: Fix logic bug in HTML Processor when opening... -
Closed pull request #7281 on WordPress/wordpress-develop:
HTML API: Fix A tag active formatting element loop missing break -
Committed [58966] to Core SVN:
HTML API: Fix logic bug in HTML Processor when opening A element. A ... -
Pushed 1 commit to WordPress/WordPress:
HTML API: Add missing `@global` tag on HTML Decoder. -
Closed ticket #61968 on Core Trac:
Global documentation is missing in class-wp-html-decoder.php file -
Committed [58965] to Core SVN:
HTML API: Add missing `@global` tag on HTML Decoder. The `@global` ... -
Pushed 1 commit to WordPress/WordPress:
WP_Debug_Data: Extract `wp-database` data into separate method. -
Closed pull request #7143 on WordPress/wordpress-develop:
Refactored WP_Debug_Data::debug_data() Part 3 -
Committed [58964] to Core SVN:
WP_Debug_Data: Extract `wp-database` data into separate method. This ... -
Pushed 1 commit to WordPress/WordPress:
Add Adam Zieliński to the mailmap file. -
Closed pull request #7204 on WordPress/wordpress-develop:
Add Adam Zieliński to the mailmap file -
Committed [58941] to Core SVN:
Add Adam Zieliński to the mailmap file. Adds Adam Zieliński's display ... -
Pushed 1 commit to WordPress/WordPress:
HTML API: Fix a bug where the namespace was forced...