mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
567 stars 64 forks source link

remove workaround for lack of support for :host pseudo-class #69

Closed mykmelez closed 8 years ago

mykmelez commented 8 years ago

The webview-element branch #60 works around Mozilla bug 992245 (lack of support for :host pseudo-class) by setting the display property for the webview element via the element's style property. Once that bug is fixed, we should remove that workaround.

mykmelez commented 8 years ago

Dupe of #62.