udacity / frontend-grading-engine

Providing immediate feedback for front-end code
MIT License
132 stars 172 forks source link

We need a native HTML5 version of the feedback widget #3

Closed cameronwp closed 8 years ago

cameronwp commented 8 years ago

Web components only work in Chrome. As we want to build extensions for Firefox and Safari too, we need to remove dependency on web components. Thus, we need a native feedback widget.

notetiene commented 8 years ago

As of the Chromium branch, this is done. It's not yet ready for release (may need testing).