Skip to content

Commit f1ebf69

Browse files
authored
Move draft features into a special directory (#1180)
This is to prepare for a large number of generated draft features, which we'll put in features/draft/generated/.
1 parent 94ba510 commit f1ebf69

13 files changed

+27
-14
lines changed

features/draft/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Draft features
2+
3+
This directory is for draft features which are not yet ready to be published as
4+
part of web-features. Draft features can be used for:
5+
6+
- Features where the specification is not yet complete.
7+
- Features that have not yet shipped in any browser.
8+
- Definitions that need further editorial review, and are made available as
9+
drafts as a way to invite contributions through such review.
10+
11+
Draft features must have a `draft_date` field, and draft features more than 1
12+
year old with no sign of progress may be deleted.

features/file-and-directory-entries.dist.yml renamed to features/draft/file-and-directory-entries.dist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Generated from: file-and-directory-entries.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

4-
draft: true
5-
draft_on: 2024-05-07
4+
draft_date: 2024-05-07
65
name: File and directory entries
76
description: File and directory entries represent a virtual file system for working with files and directories dragged and dropped into the browser.
87
spec: https://wicg.github.io/entries-api/

features/file-and-directory-entries.yml renamed to features/draft/file-and-directory-entries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
draft: true
2-
draft_on: 2024-05-07
1+
draft_date: 2024-05-07
32
name: File and directory entries
43
description: File and directory entries represent a virtual file system for working with files and directories dragged and dropped into the browser.
54
spec: https://wicg.github.io/entries-api/

features/scroll-marker.dist.yml renamed to features/draft/scroll-marker.dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
# https://github.com/flackr/carousel/tree/main/scroll-marker
5-
draft: true
65
draft_date: 2024-04-30
76
name: "::scroll-marker"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# https://github.com/flackr/carousel/tree/main/scroll-marker
2-
draft: true
32
draft_date: 2024-04-30
43
name: "::scroll-marker"

features/selectlist.dist.yml renamed to features/draft/selectlist.dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Generated from: selectlist.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

4-
draft: true
54
draft_date: 2024-05-06
65
name: "<selectlist>"
76
caniuse: selectlist

features/selectlist.yml renamed to features/draft/selectlist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
draft: true
21
draft_date: 2024-05-06
32
name: "<selectlist>"
43
caniuse: selectlist

features/speech-recognition.dist.yml renamed to features/draft/speech-recognition.dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# Speech recognition is prefixed in all implementations and would appear as
55
# unsupported, so don't publish it. Revisit if it's unprefixed.
6-
draft: true
76
draft_date: 2024-04-30
87
name: Speech recognition
98
description: The `SpeechRecognition` API converts human speech from a microphone to text.

features/speech-recognition.yml renamed to features/draft/speech-recognition.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Speech recognition is prefixed in all implementations and would appear as
22
# unsupported, so don't publish it. Revisit if it's unprefixed.
3-
draft: true
43
draft_date: 2024-04-30
54
name: Speech recognition
65
description: The `SpeechRecognition` API converts human speech from a microphone to text.

features/text-box-trim.dist.yml renamed to features/draft/text-box-trim.dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
# TODO: Publish when supported by some browser.
5-
draft: true
65
draft_date: 2024-04-30
76
name: text-box-trim
87
description: The `text-box-trim` CSS property removes the additional space above and below text which is normally reserved for ascenders and descenders.

0 commit comments

Comments
 (0)