Simpletalk
Simpletalk copied to clipboard
### Main Points ### Inspecting the `cssStyle` property, there is a discrepancy between the inline css set on the DOM element and the styleProp value. In addition, some prop values...
Current there are a number of mostly css issues. We should at least support Chrome.
When working with various apps, services, etc running within ST (such as a browser's iframe/srcdoc), we could consider using the now widely supported [BroadcastChannel](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel). This might keep things tidier and...
### Main issue ### The html element does not support youtube, vimeo embed links and, hence, neither does our `video` part. The recommended solution is to use iframes, which is...
### main issue ### The DOM parser is very greedy with the tag and will grab even if it is inside a string (quotes), such as the value of an...
Really only intended to add @types/mocha to the dev dependencies and make a handful of linter appeasing changes: 1. add 'const' to ohm where missing 2. explicit .toString() on Buffer...
### Main Issue We should probably make a general html media part from which to subclass image, audio and video. We are reusing some code here: loading resources (remote or...
###Main Points### We should allow raw drop of css values that our "DSL" doesn't handle natively. For example, we should be able to write "width: 10%" and will inline with...