-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTML API: Backport updates from Core
Pulling over work on the HTML API from Core: - bug fix: stop parsing tags inside of STYLE, IFRAME, and other RAWTEXT elements. - bug fix: stay on track when document ends in the middle of processing a tag. - bug fix: remove all copies of an attribute when duplicates exist on a tag. - bug fix: stop processing in the HTML Processor when encountering unsupported markup - reverts changes made in #53866 which introduced a bug during a styling refactor. - update docblock comments through HTML API. This patch also excludes the HTML API folders in the compatability layer from WPCS inspection, since this code is maintained, reviewed, and accepted into Core and brought back into Gutenberg. Changes to the code need to be made first in Core and brought over as blessed backport changes. Co-authored-by: Ari Stathopoulos <aristath@gmail.com> Co-authored-by: Bernie Reiter <96308+ockham@users.noreply.github.com>
- Loading branch information
1 parent
e082f02
commit e1a88b3
Showing
5 changed files
with
2,626 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.