Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing examples #2374

Open
2 of 94 tasks
NiedziolkaMichal opened this issue Dec 21, 2022 · 8 comments
Open
2 of 94 tasks

Missing examples #2374

NiedziolkaMichal opened this issue Dec 21, 2022 · 8 comments
Labels
good first issue A good issue for newcomers to get started with. idle Issues and pull requests with no activity for three months.

Comments

@NiedziolkaMichal
Copy link
Member

NiedziolkaMichal commented Dec 21, 2022

Missing HTML examples

Missing CSS examples

Missing JavaScript examples

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

@NiedziolkaMichal NiedziolkaMichal added the good first issue A good issue for newcomers to get started with. label Dec 21, 2022
@NiedziolkaMichal NiedziolkaMichal pinned this issue Dec 21, 2022
@MrBrain295
Copy link
Contributor

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

@NiedziolkaMichal
Copy link
Member Author

form-attributes should be fine.

@doanaminh
Copy link
Contributor

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?

@meghannfh
Copy link
Contributor

@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?

@NiedziolkaMichal
Copy link
Member Author

@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.

@doanaminh
Copy link
Contributor

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.

@NiedziolkaMichal
Copy link
Member Author

@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.

@github-actions github-actions bot added the idle Issues and pull requests with no activity for three months. label May 1, 2023
@CBID2
Copy link
Contributor

CBID2 commented Jun 13, 2023

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

@github-actions github-actions bot removed the idle Issues and pull requests with no activity for three months. label Jun 13, 2023
@github-actions github-actions bot added the idle Issues and pull requests with no activity for three months. label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good issue for newcomers to get started with. idle Issues and pull requests with no activity for three months.
Projects
None yet
Development

No branches or pull requests

5 participants