Dave Batiste
Dave Batiste
My goal is to have all getters/setters grouped, `getThenSet` when both are present, but when only one is present, it is still ordered with the rest. For example: ``` get...
The ResizeObserver polyfill does not invoke callbacks for observers of elements inside of web components when display attribute changes. I've reproduced this in Safari and FF, with a [small demo...
### Description When a second property is changed internally due to a change in another property via setting its attribute, the second property is not reflected as expected (given `reflect:...
I am wondering if there is a way to hide a screenshot (from GitHub readme) on webcomponents.org? I'd like to use `custom-element-demo` on webcomponents.org, but still have a visual screenshot...
This change defers the `window.getComputedStyle(target)['direction']` so that this check can be avoided for icons that will not be mirrored. In the original implementation, an iconset with `rtl-mirroring` would perform the...
This change fixes [the issue](https://github.com/PolymerLabs/polyperf/issues/6) related to setting the `strategy` of the `frame-tester`.
It is not possible to set the `frame-tester`'s `strategy` attribute (for example to `onedev`) for two reasons: 1. the `attributeChangedCallback` is not called initially unless the consumer uses `setAttribute` 2....
Ref: [Activities#1476](https://github.com/BrightspaceHypermediaComponents/activities/pull/1476#discussion_r572291423). The `DialogMixin` already provides some support for stopping the propagation of the `d2l-dialog-close` event so that outer dialogs aren't automatically closed, however internally it supports both native `dialog`...
[GAUD-7355](https://desire2learn.atlassian.net/browse/GAUD-7355) This PR is a work in progress. It defines a new class for `d2l-tooltip` that extends `PopoverMixin`. Most of the opener behaviour is duplicated from the original, but I've...