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

refactor(aom): Fix ariaHasPopup and add ariaColSpan (#247) #253

Merged
merged 1 commit into from
Apr 13, 2018

Conversation

ekashida
Copy link
Member

(cherry picked from commit 405468a)

Details

This PR might be difficult to review due to the reordering of props. It's probably easier to review by looking at the individual commits.

Correct casing for ariaHasPopup:
https://github.com/w3c/aria/pull/708/files#diff-eacf331f0ffc35d4b482f1d15a887d3bR11060

Add missing ariaColSpan prop:
https://github.com/w3c/aria/pull/708/files#diff-eacf331f0ffc35d4b482f1d15a887d3bR11051

Does this PR introduce a breaking change?

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

Changing ariaHasPopUp to ariaHasPopup is technically a breaking change but I've confirmed that neither LGC nor core use ariaHasPopUp/aria-haspopup in an LWC component.

* refactor(aom): Reorder alphabetically for easier maintenance

* fix(aom): Add missing ariaColSpan prop

https://github.com/w3c/aria/pull/708/files#diff-eacf331f0ffc35d4b482f1d15a887d3bR11051

* fix(aom): Use correct casing for ariaHasPopup

https://github.com/w3c/aria/pull/708/files#diff-eacf331f0ffc35d4b482f1d15a887d3bR11060

* docs(aom): Add comments explaining how we arrived at this mapping

(cherry picked from commit 405468a)
@salesforce-best-lwc-internal
Copy link

Benchmark comparison

Base commit: 805971d | Target commit: c87768f

benchmark base(805971d) target(c87768f) trend
table-append-1k.benchmark:benchmark-table/append/1k 333.70 (± 25.79 ms) 270.62 (± 9.19 ms) 👍
table-clear-1k.benchmark:benchmark-table/clear/1k 17.70 (± 2.44 ms) 14.01 (± 0.77 ms) 👍
table-create-10k.benchmark:benchmark-table/create/10k 1764.52 (± 274.69 ms) 1476.31 (± 28.75 ms) 👍
table-create-1k.benchmark:benchmark-table/create/1k 157.35 (± 4.69 ms) 160.62 (± 3.46 ms) 👎
table-update-10th-1k.benchmark:benchmark-table/update-10th/1k 123.79 (± 1.57 ms) 136.09 (± 4.91 ms) 👎
tablecmp-append-1k.benchmark:benchmark-table-component/append/1k 352.74 (± 11.38 ms) 340.90 (± 4.55 ms) 👍
tablecmp-clear-1k.benchmark:benchmark-table/clear/1k 34.28 (± 0.94 ms) 31.29 (± 0.80 ms) 👍
tablecmp-create-10k.benchmark:benchmark-table-component/create/10k 2688.21 (± 79.40 ms) 2664.07 (± 42.48 ms) 👌
tablecmp-create-1k.benchmark:benchmark-table-component/create/1k 294.63 (± 14.36 ms) 288.54 (± 11.46 ms) 👍
tablecmp-update-10th-1k.benchmark:benchmark-table-component/update-10th/1k 151.63 (± 11.66 ms) 129.66 (± 5.20 ms) 👍

@ekashida ekashida merged commit 5fd64c2 into master Apr 13, 2018
@ekashida ekashida deleted the 247-aria-attribute-refactor branch April 13, 2018 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants