Skip to content

Commit

Permalink
[CSS building blocks] Clarify the location of content (mdn#26071)
Browse files Browse the repository at this point in the history
* Updated index.md

On line 114, it mentions forms being included in the HTML part of this course.  I'm in the middle of going through the content and I didn't encounter this so I thought I skipped over a section by mistake. I didn't. 

The content for the web forms section is further down from the CSS section.  I suggest that this paragraph should refer to the web forms section instead of the HTML section. This will be less confusing for new learners.

* Update files/en-us/learn/css/building_blocks/images_media_form_elements/index.md

Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>

---------

Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
  • Loading branch information
2 people authored and Mehrm0 committed Apr 14, 2023
1 parent bd32bb1 commit bdd491b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ In the example below we have styled some text inputs using CSS — you can see t

> **Warning:** You should take care when changing the styling of form elements to make sure it is still obvious to the user they are form elements. You could create a form input with no borders and background that is almost indistinguishable from the content around it, but this would make it very hard to recognize and fill in.
As explained in the lessons on [form styling](/en-US/docs/Learn/Forms/Styling_web_forms) in the HTML part of this course, many of the more complex input types are rendered by the operating system and are inaccessible to styling. You should therefore always assume that forms are going to look quite different for different visitors and test complex forms in a number of browsers.
As explained in the lessons on [styling web forms](/en-US/docs/Learn/Forms/Styling_web_forms), many of the more complex input types are rendered by the operating system and are inaccessible to styling. You should, therefore, always assume that forms are going to look quite different for different visitors and test complex forms in a number of browsers.

### Inheritance and form elements

Expand Down

0 comments on commit bdd491b

Please sign in to comment.