Westbrook Johnson
Westbrook Johnson
@joekukish can you tag in on this and make sure we're moving this in the right direction for you?
It does appear that Color Area is the one missing this "no format" return, which points to you being right. However, we do want to ensure that users are able...
https://github.com/adobe/spectrum-web-components/issues/1042
Currently to build a table you need to import all of these things: ``` import '@spectrum-web-components/table/sp-table.js'; import '@spectrum-web-components/table/sp-table-body.js'; import '@spectrum-web-components/table/sp-table-cell.js'; import '@spectrum-web-components/table/sp-table-checkbox-cell.js'; import '@spectrum-web-components/table/sp-table-head.js'; import '@spectrum-web-components/table/sp-table-head-cell.js'; import '@spectrum-web-components/table/sp-table-row.js'; ``` So...
Looks like the check is moving in the box?
This appears to still have the extra `:focus` rule in the CSS? Did we get to the root of removing that? Let me know if I can support getting this...
Great call. There is no perf tests in `` right now. Not sure whether we'd be able to get a pure before/after test there, but it would be cool were...
That's awesome. Thanks @dandclark!
What did you have in mind? At current there's a full `` tags with content that doesn't fill the entire space available, so they're not performing unexpectedly. That certainly doesn't...
@daKmoR much of this derives from `@mdjs/core` issues in Rocket...