wbamberg

Results 107 issues of wbamberg

The linter will check that pages correctly include this ingredient. As per the [spec for the linter](https://github.com/mdn/stumptown-content/blob/master/project-docs/linter-spec.md#databrowser_compatibility), there are two specific errors that the linter raises here. * "data.browser_compatibility/expected-heading" is...

Content:CSS
User Story

We want to lint the WebAPI docs, but at this point we are only concerned with the most important WebAPI docs, which we call "P1 docs". We expect this to...

Content:WebAPI
User Story

The [linter's spec for data.examples](https://github.com/mdn/stumptown-content/blob/master/project-docs/linter-spec.md#dataexamples) expects that each example under the H2 "Examples" section lives under its own H3 heading, and that the `{{EmbedLiveSample}}` macro call is the last node...

In this story we'll figure out which recipes we need to write for the Web API docs. # Acceptance criteria - [ ] we have defined the set of recipes...

Content:WebAPI
User Story

Our CSS docs include about 177 pages documenting prefixed CSS properties, selectors, and so on. * These are usually in worse shape than standard items, so will take more work...

Content:CSS
User Story

As per its [spec](https://github.com/mdn/stumptown-content/blob/master/project-docs/linter-spec.md#dataspecifications), the linter will check that pages which are expected to have an H2 "Examples" section actually have one. Currently we have 89 "data.examples/expected-heading" errors. They are...

User Story

The linter will check that items in the CSS recipes appear in the correct order. In this story we will fix all ordering errors. # Acceptance criteria - [ ]...

Content:CSS

We describe "render" as an option for what to do with a KumaScript macro, but haven't spelled this out in detail. In this story we will take the set of...

P2
Est:Medium

Several of the examples here pull in dependencies for stuff like react, babel, webpack, eslint. They are useful to show how WebExtensions can integrate these technologies, but I think they...

idle
example

We have a directory (https://github.com/mdn/webextensions-examples/tree/master/build) of built and signed versions of the extensions in this repo, for people who don't want to use "temporary install". This was created in https://github.com/mdn/webextensions-examples/pull/162....