Ryan Johnson

Results 80 comments of Ryan Johnson

@kaelig: did you intend to link back to this issue?

I'm not much of a font buff, but I'd imagine that the majority of fonts out there would match the DTCG usWeightClass values, with fonts that don't match being the...

## Idea 1: All JSON properties are group names 1. All JSON properties are considered group names. 2. The presence of a `$value` property is the critical condition for identifying...

## Idea 2: group $token prop 1. A group is any JSON object that DOES NOT contain a `$value` property. * same/similar to current spec 2. A token is any...

What if you just prefix the JSON property with an underscore? * This is a pretty common convention among many programming languages to denote "private" members in a class/module. *...

To piggyback off of the "private" vs "internal" discussion... - **private**: exist after parsing - **internal**: do not exist after parsing ## Private A private token is one that is...

# Idea # 1: path type What if we had a `{ "$type": "path" }`? This could be used to reference any type of "file" (directory or otherwise), _relative_ to...

# Idea # 2: asset type What if we had a `{ "$type": "asset" }`? Opting for convention over configuration, assets always exist in a sibling `assets/` directory to the...

`"$type": "file"` makes sense to me for a File token. ## My Concern My biggest concern with the definition is that someone will eventually have a need to centralize assets...