Richard Gibson

Results 268 comments of Richard Gibson
trafficstars

The table in [`.attr( attributeName )`](https://api.jquery.com/attr/#attr1) will need a new row for 4.0+, and [`.attr( attributeName, value )`](https://api.jquery.com/attr/#attr2) will need updates to document the acceptability of a `false` value and...

> I don't know what "and id is valid as the first argument to GetNamedTimeZoneEpochNanoseconds and GetNamedTimeZoneOffsetNanoseconds" means since those operations do not have any assertions or return completion records,...

I've raised the concept of "iteration hazard" [elsewhere](https://github.com/unicode-org/message-format-wg/issues/507#issuecomment-1787685799), and reiterated it in #526 as stemming from a fundamental distinction between "simple message" vs. "complex message" rather than the former being...

Are you saying that an ersatz promise _can_ have a `then` method, or that it _must_? I think the latter would add some otherwise unnecessary overhead for @FUDCo's opaque manipulation.

A good example of a frequently-encountered cycle button with more that two states is the media player repeat-all/repeat-one/no-repeat button ๐Ÿ”/๐Ÿ”‚, sometimes extended to also include stop-after-current โคž/โ‡ฅ. * [Samsung Music...

> For example, this is "valid" but probably doesn't work for multiple reasons: `{|2024-02-35| :date}` I think you meant something like `{|2024-02-31| :date}`. The former is _not_ syntactically valid, because...

The name of "StringGetOwnProperty" suggests that it gets any own property, when in reality it is limited to index properties (and returns a descriptor rather than just a value). Similarly,...

@JHawkley `break` does not have the black-hole behavior you're describing, at least not in every context. Many statements use [UpdateEmpty](https://tc39.github.io/ecma262/#sec-updateempty) to copy the preceding completion value: http://jsfiddle.net/xk3854uz/

@JHawkley there is no need for `break with โ€ฆ` anywhere AFAICT, because blocks in which `break` is semantically relevant all appear to use UpdateEmpty to reach behind it for their...

Observable changes are sufficiently rare that I think the default should be to document them, with exclusion requiring specific justification.