Paul-Elliot Anglès d'Auriac
Paul-Elliot Anglès d'Auriac
I think it is clear from #1138 that tags should not expand unconditionally to the rest of the content. So we need a way to have tags extend to several...
Some references get "moved" to some other context when expansions are computed, which make them resolve to something else/not resolve anymore. This PR tries to resolve reference at the earliest,...
I've seen several libraries use this style of comments: ```ocaml (** [decode_float dec buff ofs len] decodes [len] samples in each channel and puts * the result in [buff] starting...
I've seen several wrong use of tags, where the tag is used as a word in the middle of the sentence: ```ocaml (** [f x] @returns an integer with the...
This PR makes sherlodoc compatible with odoc's https://github.com/ocaml/odoc/pull/1251 (which hopefully makes it to master soon :crossed_fingers:) In fact, in addition to all the sidebar work (that is obviously making breaking...
This adds bindings to the [ResizeObserver API](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver). For now, only `target` can be extracted from [entries](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry), but that is a first step.
Adds bindings to [inner_width](https://developer.mozilla.org/en-US/docs/Web/API/Window/innerWidth) and [inner_height](https://developer.mozilla.org/en-US/docs/Web/API/Window/innerHeight).
Add bindings to `offsetParent`, `offsetWidth` and `offsetHeight`, and `offsetTop` and `offsetLeft`. I tried to add the relevant info in the doc but defining what this actually is in few words...
Adds the predefined css style [zoom](https://developer.mozilla.org/en-US/docs/Web/CSS/zoom). (It is really satisfying to get autocompletion on css property names, so I think slowly filling these predefined names is improvement)
Add support for `Window`'s [parent](https://developer.mozilla.org/en-US/docs/Web/API/Window/parent) property.