File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/products/product-list/ko/runtime Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66< div class ="table " role ="table " aria-label ="Products ">
77 < div role ="rowgroup ">
88 < div class ="table-head " role ="row ">
9- < div class ="col-5 "> Name</ div >
10- < div class ="col-7 "> Description</ div >
9+ < div class ="col-5 " role =" columnheader " > Name</ div >
10+ < div class ="col-7 " role =" columnheader " > Description</ div >
1111 </ div >
1212 </ div >
1313
2020 <!-- ko ifnot: working -->
2121 < div class ="table-body animation-fade-in ">
2222 <!-- ko foreach: { data: products, as: 'product' } -->
23- < div class ="table-row ">
24- < div class ="col-5 text-truncate ">
23+ < div class ="table-row " role =" row " >
24+ < div class ="col-5 text-truncate " role =" cell " >
2525 < a data-bind ="attr: { href: $component.getProductUrl(product) }, text: product.displayName "> </ a >
2626 </ div >
27- < div class ="col-7 ">
27+ < div class ="col-7 " role =" cell " >
2828 < span class ="content-inherit-color content-inherit-font-weight content-inherit-font-style "
2929 data-bind ="markdown: { source: product.description, truncateAt: 250 } "> </ span >
3030 </ div >
You can’t perform that action at this time.
0 commit comments