Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop branch #771

Merged
merged 49 commits into from
Jun 14, 2021
Merged

Develop branch #771

merged 49 commits into from
Jun 14, 2021

Conversation

Jym77
Copy link
Contributor

@Jym77 Jym77 commented Apr 20, 2021

Resolves #709, resolves #738, resolves #748, resolves #768, resolves #769, resolves #776, resolves #784, resolves #787, resolves #797, resolves #798, resolves #815, resolves #830

@Jym77 Jym77 self-assigned this Apr 20, 2021
Jym77 added 2 commits April 21, 2021 10:04
* Add toString() to Nth
* Add equals() and toString() to functional pseudo-classes and elements
@Jym77 Jym77 added the major Backwards-incompatible change that touches public API label Apr 21, 2021
Jym77 and others added 24 commits April 27, 2021 14:50
* Add failing example
* Skip step 1 when descending
* Add failing example
* Accept font weight difference with container as good for SIA-R62
* Add label and name in Diagnostic for R14
* Add tests for R42
* Add test cases for `background-size`
* Accept percentages and two values for background-size
* Use Tuple to store dimensions in background-size
* Bail out of background colour computation when encountering a background-size
* Create rule.spec.tsx

* sia-r17 added test

* Apply suggestions from code review

Co-authored-by: Jean-Yves Moyen <[email protected]>

Co-authored-by: Jean-Yves Moyen <[email protected]>
* Sia r3 testing added

* Apply suggestions from code review

Co-authored-by: Jean-Yves Moyen <[email protected]>

Co-authored-by: Jean-Yves Moyen <[email protected]>
* Test r5 added

* Apply suggestions from code review

Co-authored-by: Jean-Yves Moyen <[email protected]>

* variable const target changed to html

Co-authored-by: Jean-Yves Moyen <[email protected]>
* Pass tests for R12 implemented, starting with failed

* Update rule.spec.tsx

* Test rule 12 finished

* Apply suggestions from code review

Co-authored-by: Jean-Yves Moyen <[email protected]>

* Text sintax improved

Co-authored-by: Jean-Yves Moyen <[email protected]>
* Bump actions/create-release from 1 to 1.1.4 (#802)

Bumps [actions/create-release](https://github.com/actions/create-release) from 1 to 1.1.4.
- [Release notes](https://github.com/actions/create-release/releases)
- [Commits](actions/create-release@v1...v1.1.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* SIA R18: Added test

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jean-Yves Moyen <[email protected]>
* Test for R19 Added

* Added test for rule 19

* Apply suggestions from code review

Co-authored-by: Jean-Yves Moyen <[email protected]>

Co-authored-by: Jean-Yves Moyen <[email protected]>
* Added test to Rule 8

* Apply suggestions from code review

Co-authored-by: Jean-Yves Moyen <[email protected]>

Co-authored-by: Jean-Yves Moyen <[email protected]>
* Set role name in extended diagnostic

* Required attributes added in rule and test

* Extended diagnostic added

* Apply suggestions from code review

Co-authored-by: Jean-Yves Moyen <[email protected]>

* Correctly send required attributes to diagnostic

* Structure diagnostic JSON a bit

Co-authored-by: Jean-Yves Moyen <[email protected]>
* Expanded Diagnostic added for R62, test updated as well
* Reduce computation in expected values
* Clean up and streamline
Jym77 and others added 11 commits May 28, 2021 12:34
* Remove duplicate test on border-style
* Accept difference in border-* as focus indicator
* Add some tests
* Support font-variant-ligatures
* Support font-variant-position
* Support font-variant-caps
* Support font-variant-numeric
* Support font-variant-east-asian
* Support font-variant
* Support font-variant longhands in font shorthand
* Add some test for font-variant
* Refactor normalize
* Mark members of Group as readonly
* Write R56
* Add extended diagnostic
* Add failing example

* Ignore whitespace only descendants in name computation
@Jym77 Jym77 marked this pull request as ready for review June 11, 2021 10:01
@Jym77 Jym77 requested a review from kasperisager as a code owner June 11, 2021 10:01
packages/alfa-aria/src/role.ts Outdated Show resolved Hide resolved
.github/workflows/integrate.yml Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
packages/alfa-rules/src/sia-r56/rule.ts Outdated Show resolved Hide resolved
packages/alfa-rules/src/sia-r56/rule.ts Outdated Show resolved Hide resolved
packages/alfa-rules/src/sia-r56/rule.ts Outdated Show resolved Hide resolved
packages/alfa-rules/src/sia-r62/rule.ts Outdated Show resolved Hide resolved
packages/alfa-rules/test/sia-r11/rule.spec.tsx Outdated Show resolved Hide resolved
@Jym77 Jym77 dismissed kasperisager’s stale review June 11, 2021 13:49

Changes made

@Jym77 Jym77 requested a review from kasperisager June 11, 2021 13:49
Copy link
Contributor

@kasperisager kasperisager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jym77 Jym77 dismissed kasperisager’s stale review June 14, 2021 07:12

Forgot to push…

@Jym77 Jym77 requested a review from kasperisager June 14, 2021 07:12
Copy link
Contributor

@kasperisager kasperisager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯👏

@Jym77 Jym77 merged commit bfb1a0d into main Jun 14, 2021
@Jym77 Jym77 deleted the develop branch June 14, 2021 08:55
@Jym77 Jym77 mentioned this pull request Jun 18, 2021
kasperisager added a commit that referenced this pull request Jun 30, 2021
* main: (43 commits)
  Update lockfile
  Update `normalize-url`
  Update README.md
  Add `archive` option in `Scraper#scrape()` (#840)
  Pass roles as part of diagnostics in SIA-R55 and SIA-R56 (#838)
  Update Node.js versions for workflows
  Fix listing of contrast ratios
  SIA R55: clean up unused imports (#836)
  Implement SIA-R55 (#835)
  Consider element with `height` or `width` of 0 as invisible unless the text overflows (#827)
  Formatting
  v0.19.0
  Update changelog
  Develop branch (#771)
  v0.18.0
  Update changelog
  Add missing annotations
  Deduplicate dependencies
  Update dependencies
  Bump browserslist from 4.16.3 to 4.16.6 (#814)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment