Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elements API updates backport #3206

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
49efa0b
Theme Json: Don't output double selectors for elements inside blocks…
MaggieCabrera Sep 7, 2022
84e5961
Global Styles: Load block CSS conditionally #41160
MaggieCabrera Sep 7, 2022
89e4c3e
formatting
MaggieCabrera Sep 7, 2022
76bb020
Add support for button elements to theme.json #40260
MaggieCabrera Sep 7, 2022
08da14c
Elements: Add an API make it easier to get class names #41753
MaggieCabrera Sep 7, 2022
73dac66
Elements: Button - Fix element selectors #41822
MaggieCabrera Sep 7, 2022
a478c46
Support pseudo selectors on elements in theme json #41786
MaggieCabrera Sep 7, 2022
13d6986
Global Styles: Allow references to values in other locations in the tree
MaggieCabrera Sep 7, 2022
824f04d
format
MaggieCabrera Sep 7, 2022
669e612
Global Styles: Add support for caption elements #41140
MaggieCabrera Sep 7, 2022
d865f6a
Fix link element hover bleeding into button element default styles #4…
MaggieCabrera Sep 7, 2022
32a489a
Add visited to link element allowed pseudo selector list #42096
MaggieCabrera Sep 7, 2022
48d08e9
Link elements: Add a :where selector to the :not to lower specificity…
MaggieCabrera Sep 7, 2022
7afe251
Pseudo elements supports on button elements #43088
MaggieCabrera Sep 7, 2022
a8e7c20
Theme_JSON: Use existing append_to_selector for pseudo elements #43167
MaggieCabrera Sep 7, 2022
9a531f7
formatting
MaggieCabrera Sep 7, 2022
2be4b95
removed duplicated function
MaggieCabrera Sep 7, 2022
c5b8388
moved gs function to correct file
MaggieCabrera Sep 7, 2022
12b386c
Fix CSS Selectors rendered by theme.json duotone/filter settings for …
matiasbenedetto Jun 9, 2022
7ce9e79
Block styles: Account for style block nodes that have no name (#41446)
MaggieCabrera Sep 8, 2022
a7283ec
added since comments
MaggieCabrera Sep 9, 2022
c4c6059
Styles API: Fixed selectors for nested elements #43988
MaggieCabrera Sep 9, 2022
0015d99
Use `array_key_exists()` for pseudo selectors
SergeyBiryukov Sep 9, 2022
b0d29f7
Update documentation per the doc standards
SergeyBiryukov Sep 9, 2022
27d6cf4
Use `assertSame()` in unit tests
SergeyBiryukov Sep 9, 2022
b32c308
Translate the `_doing_it_wrong()` notice
SergeyBiryukov Sep 9, 2022
42bb46b
Add `wp_` prefix to `filter_out_block_nodes()`
SergeyBiryukov Sep 9, 2022
869c2c3
Update a comment for clarity
SergeyBiryukov Sep 10, 2022
c46304f
Add `public` keyword to test methods
SergeyBiryukov Sep 10, 2022
a69b3fa
Fix typo in pseudo selectors description
SergeyBiryukov Sep 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading