Skip to content

Commit d6e0cdd

Browse files
authored
Update WEB_FEATURES.yml for document-caretpositionfrompoint and file-system-access (#51310)
* Update WEB_FEATURES.yml for document-caretpositionfrompoint * Update WEB_FEATURES.yml for document-caretpositionfrompoint * Create WEB_FEATURES.yml for file-system-access web feature * Create WEB_FEATURES.yml for file-system-access web feature * Delete fs/WEB_FEATURES.yml
1 parent d738b91 commit d6e0cdd

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

css/cssom/WEB_FEATURES.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ features:
55
- CSSStyleSheet-constructable-*
66
- CSSStyleSheet-constructable.html
77
- CSSStyleSheet-template-adoption.html
8+
- name: document-caretpositionfrompoint
9+
files:
10+
- caretPositionFromPoint-with-transformation.html
11+
- caretPositionFromPoint.html

file-system-access/WEB_FEATURES.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
features:
2+
- name: file-system-access
3+
files: "**"

shadow-dom/WEB_FEATURES.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ features:
44
- name: slot-assign
55
files:
66
- imperative-slot-*
7+
- name: document-caretpositionfrompoint
8+
files:
9+
- Document-caretPositionFromPoint.tentative.html

0 commit comments

Comments
 (0)