Skip to content

Commit

Permalink
Scribble notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Dec 21, 2022
1 parent 24a2320 commit 01d31ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/experimental/html/class-wp-html-attribute-sourcer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* Need:
* - select( $tags, $selector_sequence )
* - select_child( $tags_at_outer_tag, $selector_sequence )
* - select_descendant( $tags_at_outer_tag, $selector_sequence )
* - select_adjacent_sibling( $tags_at_start_tag, $selector_sequence )
* - select_general_sibling( $tags_at_start_tag, $selector_sequence )
* - close_n_levels( $tags_at_depth, $n_levels )
*/

/**
* Existing Core Selectors
*
Expand Down

1 comment on commit 01d31ac

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3753365272
📝 Reported issues:

Please sign in to comment.