wbamberg

Results 107 issues of wbamberg

This PR is an attempt to make https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create more comprehensible, by making standalone pages for the three different dictionary types that are used to create each of the three credential...

Content:WebAPI
Content:Glossary
size/l

When we run the linter and it can't fetch some pages (which often happens when running it over all the JS pages) it logs this as a content error: ```...

Many of the JS method pages include an H2#Polyfill. At the moment we treat these as just a custom prose section, permitted under `prose.*`. Since they are a common feature...

We should have better stumptown documentation for people who are interested in helping out with the project. This should include: * an overview explaining what stumptown is and what it...

In MDN writers want to link together pages that are presented as a linear sequence of chapters, typically by providing ">" (and sometimes "^ Overview") links. This basic feature is...

The HTML documentation on MDN includes pages for all the global attributes, e.g. https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey. We should define a structure for these pages, and migrate all of them into that structure....

KR: Structured Data
Parked

See https://github.com/mdn/stumptown-renderer/issues/350. I had thought that this would be doable with no changes in stumptown-content because the underlying info is in BCD. But it might be better to expose BCD's...

Authors can optionally include a `short_title` as well as a `title` in the front matter for documents. This gets exposed in `related_content` (used to build sidebars). We should also include...

Now we have some localized content we are going to have to tackle this issue. Some of our content is of course prose, which we've decided to split into high...

We've discussed that HTML input elements might want to be a document type of their own, distinct from just HTML elements. ****** The HTML [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) element is weird. It's defined...

KR: Structured Data
Parked