I CANNOT believe this. This is EXACTLY what I was looking for. I tried making one of these last week and it's practically impossible
Show HN: Built a timeline component for React with multiple layout modes
21–30 of 57 posts
Re: Show HN: Built a timeline component for React with multiple layout modes
#22Fantastic job!
Re: Show HN: Built a timeline component for React with multiple layout modes
#23- There are no landmarks.
- The keyboard navigation works poorly.
- There are no live regions to show changing content.
- The markup is a sea of divs and spans, so there is no structure to the content.
- There is no visible focus indicator.
Some of the advanced layouts do not work at all in Safari, accessible or otherwise.
Re: Show HN: Built a timeline component for React with multiple layout modes
#24Re: Show HN: Built a timeline component for React with multiple layout modes
#25I just don't understand why every JavaScript project uses emojis so much
Sure you can break it up with capital letters, bold but it gets boring and dull. Adding emoji's adds a bit of toybox excitement.
If they are used correctly, it can make a document more appealing. When not then it makes the page look ghastly.
Re: Show HN: Built a timeline component for React with multiple layout modes
#26Re: Show HN: Built a timeline component for React with multiple layout modes
#27The accessibility of this leaves a lot to be desired: - There are no landmarks. - The keyboard navigation works poorly. - There are no live regions to show changing content. - The markup is a sea of divs and spans, so there is no structure to the content. - There is no visible focus indicator. Some of the advanced layouts do not work at all in Safari, accessible or otherwise.
The project is still actively under development and accessiblity is something not yet fully implemented but the goal is to get there eventually very quickly. I have not advertised as fully accessible.
Can you clarify a bit more on the keyboard navigation working poorly. may be logging a issue on the repo would help me to solve it quickly.
as for problems in safari, i use a windows laptop and i haven't got the opportunity to test on safari thoroughly. But this will be looked into on high priority.
Re: Show HN: Built a timeline component for React with multiple layout modes
#28I don't know much about React, but I look at projects on github all the time and you nailed everything here. Demo right up front, well organized & well written docs, tests passing. Fantastic job!
Re: Show HN: Built a timeline component for React with multiple layout modes
#29Thanks for making this. I am hoping this is responsive.
Re: Show HN: Built a timeline component for React with multiple layout modes
#30The accessibility of this leaves a lot to be desired: - There are no landmarks. - The keyboard navigation works poorly. - There are no live regions to show changing content. - The markup is a sea of divs and spans, so there is no structure to the content. - There is no visible focus indicator. Some of the advanced layouts do not work at all in Safari, accessible or otherwise.