Bar

Results 5 issues of Bar

In my posts / pages, is it possible to access the url property of a menu to create dynamic permalinks instead of hardcoding them in? ``` --- title: Test Post...

[registerElement](https://developer.mozilla.org/en-US/docs/Web/API/Document/registerElement) is deprecated and the latest webcomponentsjs (>1.0) doesn't seem to be polyfilling registerElement, which makes app-router unusable with Polymer 2 + Firefox. Instead, we'll [use the platform](https://developers.google.com/web/fundamentals/web-components/customelements) This PR...

As a user of paper-slider, I expect 1. **--paper-slider-bar-color** to style the actual slider bar, not sliders background 2. **--paper-slider-background-color** to style the slider's background

api-feedback
p2 - icebox

### Description iron-list focusing and collapsing behaves strangely. It's rather difficult to explain what's going on so I'll just list the steps to reproduce. ### Steps to reproduce 1. Open:...

enhancement
api-feedback
p1 - backlog

It appears that when running polymerCssBuild on our project, data:image css declarations seem to get formatted incorrectly. for example... ``` background: url("data:image/svg+xml;base64,PD94bW...."); ``` becomes ``` background: url("data:image/svg+xml;) ```