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

Table: fix the empty table column cell element #725

Closed
wants to merge 22 commits into from

Conversation

sirrah-tam
Copy link
Contributor

@sirrah-tam sirrah-tam commented Mar 15, 2024

This change: (check at least one)

  • Adds a new feature
  • Fixes a bug
  • Improves maintainability
  • Improves documentation
  • Is a release activity

Is this a breaking change? (check one)

  • Yes
  • No

Is the: (complete all)

  • Title of this pull request clear, concise, and indicative of the issue number it addresses, if any?
  • Test suite(s) passing?
  • Code coverage maximal?
  • Changeset added?
  • Component status page up to date?

What does this change address?
Resolves #724

How does this change work?
Updates the <tb></tb> to <td></td>

Squashed commit of the following:

commit 9ef1e18
Author: Mat Harris <mat.harris@ithaka.org>
Date:   Fri Dec 8 12:06:10 2023 -0500

    A11y revamp: Pharos buttons (non-breaking change) (ithaka#628)

    * docs: add @sirrah-tam as a contributor

    * feat(button): add a11y naming convention for aria

    * feat(button): add aria-description support

    * chore: add changset

    * Update packages/pharos/src/components/button/pharos-button.ts

    Co-authored-by: Dane Hillard <github@danehillard.com>

    * Update packages/pharos/src/components/button/pharos-button.ts

    Co-authored-by: Dane Hillard <github@danehillard.com>

    * feat(button): move property deprecated flag

    * fix(button): remove ts-ignore after lit upgrade

    * feat(button): add a11y state typing

    * fix: add TODO for future reference

    Co-authored-by: Dane Hillard <github@danehillard.com>

    * fix(a11y attributes): update AriaHiddenState name

    ---------

    Co-authored-by: Dane Hillard <github@danehillard.com>
@sirrah-tam sirrah-tam requested a review from a team as a code owner March 15, 2024 14:04
@sirrah-tam sirrah-tam requested review from jialin-he, mtorres3 and satya-achanta-venkata and removed request for a team March 15, 2024 14:04
Copy link

changeset-bot bot commented Mar 15, 2024

🦋 Changeset detected

Latest commit: 882671a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@ithaka/pharos Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@brentswisher brentswisher left a comment

Choose a reason for hiding this comment

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

A unit test that looks at the empty column state and verifies it might be nice?

@sirrah-tam
Copy link
Contributor Author

Going to close this PR and re-open with a clean commit history

@sirrah-tam sirrah-tam closed this Mar 15, 2024
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.

Table empty column header incorrect element
2 participants