Description
Code of conduct
- I agree to follow this project's code of conduct.
Impacted component(s)
overlay
Expected behavior
Overlay should have API and changelog docs
Actual behavior
- Go to https://opensource.adobe.com/spectrum-web-components/components/overlay/api and no API docs
- Go to https://opensource.adobe.com/spectrum-web-components/components/overlay/changelog and no changelog docs
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
- Go to https://opensource.adobe.com/spectrum-web-components/components/overlay/api and expect to see API docs
- Go to https://opensource.adobe.com/spectrum-web-components/components/overlay/changelog and expect to see changelog docs
Sample code or abstract reproduction which illustrates the problem
At line 274 of the README there is an extra set of open tabs in the docs overview
<sp-tabs selected="type" auto label="Type attribute options">
<sp-tab value="type">type</sp-tab>
<sp-tab-panel value="type">
The `type` of an Overlay outlines a number of things about the interaction model within which it works:
<sp-tabs selected="modal" auto label="Type attribute options">
<sp-tab value="modal">Modal</sp-tab>
<sp-tab-panel value="modal">
which should be:
The `type` of an Overlay outlines a number of things about the interaction model within which it works:
<sp-tabs selected="modal" auto label="Type attribute options">
<sp-tab value="modal">Modal</sp-tab>
<sp-tab-panel value="modal">
Severity
SEV 2
Logs taken while reproducing problem
No response
Would you like to track this issue in Jira?
- Yes, please tell me the ticket number!
Activity