Tobie Langel

Results 260 comments of Tobie Langel

I'd like clarity on (3) first: _won't these rapidly firing events interrupt rendering and cause jank as @slightlyoff suggests in ttps://github.com/w3ctag/design-reviews/issues/115#issuecomment-236365671?_

> not sure how it can 'jank' rendering thread. By occupying resources during rendering. Especially if complex filtering is done on them.

That's absolutely not what we talk about when we talk of syncing with animation frames. Actually it's kind of frightening that you're even suggesting that this would be an option.

> This is a workaround that can actually work atm (even before we investigated rAF sync opt-in), Well, a workaround that disregards all the critical low-latency requirements is not a...

@alexshalamov: > Event handler invocation is required regardless of design. Well, it's really not necessary for rAF sync'ed stuff, which instead is just going to get the values from the...

> Sure, or we can research opt-in rAF sync, sort of exposing latest reading for rAF event handler (Anssi's proposal) Or bundling all the intermediary readings, depending on the use...

We'll, we still don't really have clarity on (3): _won't these rapidly firing events interrupt rendering and cause jank as @slightlyoff suggests in https://github.com/w3ctag/design-reviews/issues/115#issuecomment-236365671?_ I'd find it worthwhile to have...

Can we make sure to have these conversations here, please?

Just sent a PR for this to the WebIDL spec: https://github.com/heycam/webidl/pull/196 See it in action here: https://heycam.github.io/webidl/ You're welcome to lift the code off for tr-design. Happy to help if...

For ref, here's the CSS I use: ``` css #toc .current, #toc .current-parent { border-right-width: 3px; border-right-style: solid; border-right-color: #3980B5; } #toc .current { background: rgba(75%, 75%, 75%, .25); border-right-color:...