interactive-examples icon indicating copy to clipboard operation
interactive-examples copied to clipboard

Missing examples

Open NiedziolkaMichal opened this issue 2 years ago • 10 comments

Missing HTML examples

  • [ ] for #2376
  • [ ] crossorigin https://github.com/mdn/interactive-examples/pull/2314
  • [ ] is https://github.com/mdn/interactive-examples/pull/2234
  • [ ] inputmode https://github.com/mdn/interactive-examples/pull/2226
  • [ ] slot element https://github.com/mdn/interactive-examples/pull/2177
  • [ ] slot attribute https://github.com/mdn/interactive-examples/pull/2177
  • [ ] part https://github.com/mdn/interactive-examples/pull/2177
  • [ ] exportparts https://github.com/mdn/interactive-examples/pull/2224
  • [ ] draggable https://github.com/mdn/interactive-examples/pull/2220
  • [ ] template https://github.com/mdn/interactive-examples/pull/2219
  • [ ] output https://github.com/mdn/interactive-examples/pull/2214
  • [ ] dialog https://github.com/mdn/interactive-examples/pull/2212

Missing CSS examples

Missing JavaScript examples

New examples that require BOB update, so they won't be merged soon:

NiedziolkaMichal avatar Dec 21 '22 15:12 NiedziolkaMichal

I’ll make an example for for but I don’t know what folder to put it in.

MrBrain295 avatar Dec 21 '22 17:12 MrBrain295

form-attributes should be fine.

NiedziolkaMichal avatar Dec 21 '22 17:12 NiedziolkaMichal

Hey @NiedziolkaMichal! I'd like to work on the CSS example for the overscroll-behavior-x. Which folder should I make the changes in and could you give me an example of what I should be building towards for that page?

doanaminh avatar Jan 29 '23 20:01 doanaminh

@NiedziolkaMichal Hi, there. I wouldn't mind adding an example for overscroll-behavior-y. If I'm not mistaken, I should be adding my files to the basic-box-model folder, correct?

meghannfh avatar Jan 29 '23 20:01 meghannfh

@doanaminh @meghannfh overscroll-behavior-* properties should be added to basic-box-model. Their content and design should be consistent with overscroll-behavior property example. -block and -inline should show how writing-mode and direction properties are affecting the behavior of this feature. Take a hint from border-block. -x and -y should show how this feature works only on a single axis.

NiedziolkaMichal avatar Jan 29 '23 21:01 NiedziolkaMichal

Hey @NiedziolkaMichal, I'm working with Yarn and it seems like I can only update the pages once before I am unable to see changes for the day. I'm treating the http://192.168.1.68:9090/ url kind of like a live server to see my changes as I am building out the examples. Is there another way to do see my live changes with all of the needed mdn dependencies or am I doing this wrong? Would love some feedback as it would be my first time contributing for Mozilla; thank you.

doanaminh avatar Feb 05 '23 02:02 doanaminh

@doanaminh Examples are statically generated during build, and after running start-server you will only see their compiled version, even after changing source files. You can either use the build script again or use start-watch which does the same thing automatically after making changes to the files.

NiedziolkaMichal avatar Feb 05 '23 14:02 NiedziolkaMichal

Hi @NiedziolkaMichal! I am interested in adding an example to the template pull request.

CBID2 avatar Jun 13 '23 07:06 CBID2