Skip to content

Commit

Permalink
chore: update flexbox css supports.
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Feb 28, 2023
1 parent baa997b commit 79e55af
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 10 deletions.
75 changes: 66 additions & 9 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,9 @@ CSS:
- border-right-width
- border-bottom-width
- border-left-width
- border-style
- name: border-style
supported_values:
- solid
- border-top-style
- border-right-style
- border-bottom-style
Expand Down Expand Up @@ -846,7 +848,10 @@ CSS:
- font-size
- line-height
- font-family
- vertical-align
- name: vertical-align
supported_values:
- top
- bottom
- name: text-overflow
supported_values:
- ellipsis
Expand Down Expand Up @@ -889,13 +894,65 @@ CSS:
- flex-shrink
- flex-basis
- flex-flow
- flex-direction
- flex-wrap
- justify-content
- text-align
- align-items
- align-self
- align-content
- name: flex-direction
supported_values:
- row-reverse
- column
- column-reverse
- row
- name: flex-wrap
supported_values:
- wrap
- wrap-reverse
- nowrap
- name: justify-content
supported_values:
- flex-end
- end
- center
- space-between
- space-around
- space-evenly
- flex-start
- start
- name: text-align
supported_values:
- end
- right
- center
- justify
- start
- left
- name: align-items
supported_values:
- flex-start
- start
- flex-end
- end
- center
- baseline
- stretch
- name: align-self
supported_values:
- flex-start
- start
- flex-end
- end
- center
- stretch
- baseline
- auto
- name: align-content
supported_values:
- flex-start
- start
- flex-end
- end
- center
- space-around
- space-between
- space-evenly
- stretch
- sliver-direction # WebF provides a special API for controlling the scroll direction of the sliver container
- transform
- transform-origin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@openwebf/avaiable-apis",
"name": "@openwebf/webf-avaiable-apis",
"version": "0.13.3",
"description": "The collection of WhatWG/W3C standards supported by WebF.",
"main": "index.js",
Expand Down

0 comments on commit 79e55af

Please sign in to comment.