Skip to content

Commit

Permalink
Add dirname (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck authored Apr 29, 2024
1 parent 088f6b0 commit 5ddcb7c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
22 changes: 22 additions & 0 deletions feature-group-definitions/dirname.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Generated from: dirname.yml
# Do not edit this file by hand. Edit the source file instead!

name: dirname
description: The `dirname` attribute of `<textarea>` and `<input>` HTML elements includes the field's writing direction as form data on submission.
spec: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname
status:
baseline: low
baseline_low_date: 2023-08-01
support:
chrome: "17"
chrome_android: "18"
edge: "79"
firefox: "116"
firefox_android: "116"
safari: "6"
safari_ios: "6"
compat_features:
- api.HTMLInputElement.dirName
- api.HTMLTextAreaElement.dirName
- html.elements.input.dirname
- html.elements.textarea.dirname
8 changes: 8 additions & 0 deletions feature-group-definitions/dirname.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: dirname
description: The `dirname` attribute of `<textarea>` and `<input>` HTML elements includes the field's writing direction as form data on submission.
spec: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname
compat_features:
- api.HTMLInputElement.dirName
- api.HTMLTextAreaElement.dirName
- html.elements.input.dirname
- html.elements.textarea.dirname

0 comments on commit 5ddcb7c

Please sign in to comment.