The web walker

Results 75 comments of The web walker

> In Chrome paper-tab is a parent of paper-badge whereas in Firefox they are siblings. @samuelli `paper-tab` is indeed a parent of `paper-badge` on both Chrome 50 and Firefox 45.0.2.

@samuelli > I think there might be a bug in Chrome, since I think div.paper-tab is inheriting position: relative and therefore should be offsetParent. I think the `offsetParent` is correct...

@samuelli I believe there is a misunderstanding in the last conversation. I did mention that by removing the CSS hack will result in correct `offsetParent` (which is the `paper-tabs`) on...

@WaverleyDesign You need to run `notifyResize` in this case.

@osechet IMHO, `.25` for `opacity` of the ripple effect on `paper-tab` seems too low. You won't be able to see the ripple easily and I think at least `.5` should...

Tested and not working on my device with Android 5.0 on both Chrome Dev 48.0.2564.36 and Chrome Stable 47.0.2526.83

Does that mean that [String.prototype.normalize()][string-prototype-normalize-mdn-url] is not going to work as expected? [string-prototype-normalize-mdn-url]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize

Thank you, @hartmannj. I’m currently upgrading to Lit 3, but it’s a long process. I didn’t know that MD3 for web had launched its v1 version. I’ll definitely try it...

> A cookie with the Secure attribute is only sent to the server with an encrypted request over the HTTPS protocol. It's never sent with unsecured HTTP (except on localhost),...

@chrisaustinGFK I think this is totally fine as it is totally valid to encode symbols in a URL. When the browser parses the HTML, it will render it correctly (see...