-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong
Description
Describe the bug
Blockly injects CSS with syntax errors into page.
To Reproduce
Steps to reproduce the behavior:
- Open playground
- Inspect
<style>tag with idblockly-common-styleand copy/paste content into syntax checker like csslint.net
Additional context
Most of the errors appear to be caused by accidental single quote character being included in css.
Issue noticed when debugging test failure in Blockly Samples RaspberryPiFoundation/blockly-samples#907
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong