Opens profile photo
Follow
Click to Follow WHATWG
WHATWG
@WHATWG
Please leave your sense of logic at the door, thanks!
The Webwhatwg.orgJoined April 2007

WHATWG’s Tweets

Are you a library author that does "scheduling" of functions of some sort? Maybe those functions throw exceptions, and you'd like to catch report those in the same way the browser does for event listeners? If so, chime in with your use case in github.com/whatwg/html/pu.
11
Have you ever wanted a browser-native and performant deep-copy in Javascript? That even works with newer stuff like Maps and Sets? If so, you can leave a comment here on why that would be useful for you! Please useful comments only, not just "+1"s
2
32
Show this thread
So over the past few months I've been working with on fixing the differences in how browsers normalize newlines in form submissions, resulting in 3 pull requests to (and an editorial one to ) that were merged today. 1/3
Quote Tweet
Add newline normalization to form payloads (thanks andreubotella!) github.com/whatwg/html/co
1
3
Show this thread
When setting up a new desktop computer, is installing fonts that assign Tamil glyphs to windows-1252 high half code points still necessary in order to read Tamil Web content that one in practice encounters in India?
5
Given <td hidden>, what do you expect to happen? Note that display: none will rearrange the cells, and visibility: hidden preserves the space the cell would have if it were rendered.
  • display: none
    34%
  • visibility: hidden
    42.6%
  • see results
    23.5%
162 votesFinal results
2
3