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

Monorepo: html-aam PR 540 #2193

Closed

Conversation

pkra
Copy link
Member

@pkra pkra commented May 21, 2024

A quick test for w3c/html-aam#540

scottaohara and others added 5 commits April 4, 2024 13:40
The intent of this text change is to clarify that a list item that is still a child of a list, but has intervening generic elements should still be exposed as a listitem.

e.g.,

```
<li>with no list ancestor = generic</li>

<ul>
  <div> <!-- invalid html, but SHOULD be ignored since generic  -->
    <li> since this has 'accessibility parent' of list, it should remain exposed as a list item </li>
  </div>
</ul>
```
Co-authored-by: Valerie Young <spectranaut@gmail.com>
@pkra
Copy link
Member Author

pkra commented May 21, 2024

As per discussion, it's unclear if it's worth keeping this kind of history when we end up squashing anyway. I'll make another test off a different html-aam PR where I just copy&paste the PR's current files.

@pkra
Copy link
Member Author

pkra commented May 22, 2024

A day later and we're leaning more towards including the history as much as we can.

@pkra pkra closed this May 23, 2024
@pkra
Copy link
Member Author

pkra commented May 23, 2024

Closing this. It's easier to start fresh.

@pkra pkra deleted the monorepo_history--html-aam-540 branch May 23, 2024 15:11
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