Greg Whitworth

Results 38 issues of Greg Whitworth

I've been meaning to file this issue as we do need a resolution to this prior to `` shipping. HTML has a few capabilities to enable client-side validation upon form...

select
Misc
stale

While it may be obvious, I've historically found value utilization valuable in a normalized manner for browser vendors, interested web devs as well as standards folks. What I mean by...

We need to define the pipeline for not only authors but discussions during the meeting. When will the apply hooks be called, for example. Additionally, we should show dependencies from...

Houdini Wiki

During the discussion @yoavweiss brought up use cases in regards to loading perf with aspect ratio. Can you please provide these so that we can ensure whatever is designed, we...

I'm opening this based on the minutes from TPAC. @jonathankingston and myself will need to provide usecases for when people utilize aspect ratio in the readme. Jonathan, if you could...

``` // If the browser doesn't recognize the element - throw it away if(element instanceof HTMLUnknownElement) { return; } ``` Currently I'm throwing away unsupported elements as it results in...

- [x] getClie - [x] getCookie - [x] GetVie - [x] getBoundingClie - [x] getFlashDPCookie - [x] Download the clie - [x] get_wp_revie - [x] getEntrie - [x] geTileVie -...

Ok, so take a look at global-keywords.js, this is accomplishing to get you the info you were requesting. Let me know your thoughts, and since I'm not the JS guru...

I have the following code in htmlUsage.js: // If the browser doesn't recognize the element - throw it away if(element instanceof HTMLUnknownElement) { return; } This is not currently working...

During the CSSWG discussing I looked at this data and for some reason Chrome isn't reporting repeat the shorthand while Edge is. Take a look into why and possibly file...