-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc34ba9
commit ecb174c
Showing
182 changed files
with
1,776 additions
and
1,445 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [Box](./alfa-css.box.md) > [CoordBox](./alfa-css.box.coordbox.md) > [JSON](./alfa-css.box.coordbox.json.md) | ||
|
||
## Box.CoordBox.JSON type | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
type JSON = PaintBox.JSON | Keyword.JSON<"view-box">; | ||
``` | ||
**References:** [Keyword.JSON](./alfa-css.keyword.json.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [Box](./alfa-css.box.md) > [CoordBox](./alfa-css.box.coordbox.md) | ||
|
||
## Box.CoordBox type | ||
|
||
[https://www.w3.org/TR/css-box-4/\#typedef-coord-box](https://www.w3.org/TR/css-box-4/#typedef-coord-box) | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export type CoordBox = PaintBox | Keyword<"view-box">; | ||
``` | ||
**References:** [PaintBox](./alfa-css.box.paintbox.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [Box](./alfa-css.box.md) > [PaintBox](./alfa-css.box.paintbox.md) > [JSON](./alfa-css.box.paintbox.json.md) | ||
|
||
## Box.PaintBox.JSON type | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
type JSON = VisualBox.JSON | Keyword.JSON<"fill-box"> | Keyword.JSON<"stroke-box">; | ||
``` | ||
**References:** [Keyword.JSON](./alfa-css.keyword.json.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [Box](./alfa-css.box.md) > [PaintBox](./alfa-css.box.paintbox.md) | ||
|
||
## Box.PaintBox type | ||
|
||
[https://www.w3.org/TR/css-box-4/\#typedef-paint-box](https://www.w3.org/TR/css-box-4/#typedef-paint-box) | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export type PaintBox = VisualBox | Keyword<"fill-box"> | Keyword<"stroke-box">; | ||
``` | ||
**References:** [VisualBox](./alfa-css.box.visualbox.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [Box](./alfa-css.box.md) > [parseCoordBox](./alfa-css.box.parsecoordbox.md) | ||
|
||
## Box.parseCoordBox variable | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
parseCoordBox: CSSParser<CoordBox> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [Box](./alfa-css.box.md) > [parsePaintBox](./alfa-css.box.parsepaintbox.md) | ||
|
||
## Box.parsePaintBox variable | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
parsePaintBox: CSSParser<PaintBox> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [Box](./alfa-css.box.md) > [parseVisualBox](./alfa-css.box.parsevisualbox.md) | ||
|
||
## Box.parseVisualBox variable | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
parseVisualBox: CSSParser<VisualBox> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [Box](./alfa-css.box.md) > [VisualBox](./alfa-css.box.visualbox.md) > [JSON](./alfa-css.box.visualbox.json.md) | ||
|
||
## Box.VisualBox.JSON type | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
type JSON = Keyword.JSON<"content-box"> | Keyword.JSON<"padding-box"> | Keyword.JSON<"border-box">; | ||
``` | ||
**References:** [Keyword.JSON](./alfa-css.keyword.json.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [Box](./alfa-css.box.md) > [VisualBox](./alfa-css.box.visualbox.md) | ||
|
||
## Box.VisualBox type | ||
|
||
[https://www.w3.org/TR/css-box-4/\#typedef-visual-box](https://www.w3.org/TR/css-box-4/#typedef-visual-box) | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export type VisualBox = Keyword<"content-box"> | Keyword<"padding-box"> | Keyword<"border-box">; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [List](./alfa-css.list.md) > [cutOrExtend](./alfa-css.list.cutorextend.md) | ||
|
||
## List.cutOrExtend() method | ||
|
||
Returns a copy of the current instance cut off or extended with repeated values to match the given `length`<!-- -->. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
cutOrExtend(length: number): List<V>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| length | number | | | ||
|
||
**Returns:** | ||
|
||
[List](./alfa-css.list.md)<!-- --><V> | ||
|
||
## Example 1 | ||
|
||
List.of(\[1, 2, 3\]).cutOrExtend(2); // returns a new List with values \[1, 2\] | ||
|
||
## Example 2 | ||
|
||
List.of(\[1, 2, 3\]).cutOrExtend(5); // returns a new List with values \[1, 2, 3, 1, 2\] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-css](./alfa-css.md) > [List](./alfa-css.list.md) > [size](./alfa-css.list.size.md) | ||
|
||
## List.size property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
get size(): number; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,5 @@ | |
**Signature:** | ||
|
||
```typescript | ||
alfaVersion = "0.96.0" | ||
alfaVersion = "0.97.0" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @siteimprove/alfa-act | ||
|
||
## 0.97.0 | ||
|
||
## 0.96.0 | ||
|
||
## 0.95.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @siteimprove/alfa-affine | ||
|
||
## 0.97.0 | ||
|
||
## 0.96.0 | ||
|
||
## 0.95.0 | ||
|
Oops, something went wrong.