Hannah Kolbeck

Results 27 comments of Hannah Kolbeck

I think a fraction format would be very cool, but I'm hesitant to prescribe too much implementation detail, and requiring the ability to exactly encode arbitrary fractions feels like step...

I spoke to @borland on Twitter and he'd like to wait on the Java update, then port the changes over to the .NET impl, which works for me.

I believe kdl4j is compliant with the 1.0.0 spec as of these changes: https://github.com/hkolbeck/kdl4j/pull/4 @borland: I think the changes in that PR should be ready to port over, though they're...

If an alternate has been merged, can we close this?

I also can't think of anything better than `entity`.

Do you for-see adding general regex support to string matchers? The natural operator seems like `~=` which is perhaps another argument for removing `~`. That said, I think it depends...

`+` isn't actually an issue, I don't think, since it's already not legal as the first char in a bare id.

I don't think `>>` is too cumbersome, and as someone who doesn't do much complex css, it better communicates the meaning, imo. I'm in favor of removing `~` as well.

I feel like `/` is even more fraught than any of the others we've discussed. It sucks to make them force-quoted, but take ``` // "foo" ``` Is that a...

I'm wavering. It's definitely clearer and probably easier to implement with parser generators to simply ban `#`, but I can absolutely see people wanting to use hashtag-like identifiers and it...