Eric A. Meyer

Results 49 comments of Eric A. Meyer

Tossing in my +1 for this feature. I would find it incredibly useful to be able to use stylesheets that correspond to what I’m doing in ASCIIdoc—one theme for coding,...

@chronicole pointed out to me that this very well may be related to https://github.com/craftcms/cms/issues/3258.

As part of my work at Igalia, my near-future project roadmap includes adding Temporal content to MDN, so Igalia (and I!) are fully in support of this proposal. My rough-draft...

I decided to rough out part of a directory skeleton. You can find it here: https://github.com/meyerweb/content/tree/temporal. The intent is to set up the bare bones of a directory structure approach,...

To be more specific and useful, you can look here on GitHub to see the directory structure (and the few index files, I suppose): https://github.com/meyerweb/content/tree/temporal/files/en-us/web/javascript/reference/global_objects/temporal

My inclination is to keep this in an unpublished branch until the API is fully documented, in the sense that every method/property/etc. has basic documentation and at least one example....

Sorry, forgot to clarify in my last comment: this also applies to properties.

In case it helps, I compiled a survey of method and property frequencies in Temporal, and [put it on on Google Sheets](https://docs.google.com/spreadsheets/d/1fk1Cc8EXFHDsLX2s3ERg2eZQgdyDb2kHo0NN30eblNE/edit?usp=sharing) for ease of sharing. Note: Methods are in...

I’ve found a couple of discrepancies. * https://tc39.es/proposal-temporal/docs/#Temporal-now lists `Temporal.now.plainTime(calendar)` but https://tc39.es/proposal-temporal/docs/now.html does not. * The TOC for https://tc39.es/proposal-temporal/docs/plaindatetime.html lists the properties `era` and `eraYear` twice.

Issues filed. Progress: I picked the lowest-hanging fruit and filled out `Temporal.now`’s methods with pages of their own. They can be previewed in https://github.com/meyerweb/content/tree/temporal/files/en-us/web/javascript/reference/global_objects/temporal/now (or in your own local copy)....