21:13 | <guiespnn> | Hello, first of all, have a nice day, second of all:: I started learning Web-Technologies such as HTML, CSS and JS and I'm looking for official documentation for those technologies, I know about MDN Web-Docs but I'm not sure if this is the best website to learn everything about those technologies since I haven't found anything about <details> element i.e., which creates collapsible content with pure HTML. TL;DR:: Looking for OFFICIAL documentation about HTML, CSS & Javascript. |
21:17 | <mattwmaster58> | Hello, first of all, have a nice day, second of all:: I started learning Web-Technologies such as HTML, CSS and JS and I'm looking for official documentation for those technologies, I know about MDN Web-Docs but I'm not sure if this is the best website to learn everything about those technologies since I haven't found anything about <details> element i.e., which creates collapsible content with pure HTML. |
21:18 | <Andreu Botella> | I wouldn't say the specs are docs. MDN really is the closest to official documentation, and the MDN technical writers collaborate closely with the spec writers |
21:18 | <Andreu Botella> | as for the <details> element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details |
21:19 | <guiespnn> | So I guess I have to go deeper into MDN and learn how to use it xD, thank you both for helping :) |
21:20 | <Andreu Botella> | but if you want the specs: https://html.spec.whatwg.org/multipage https://drafts.csswg.org/css2 https://drafts.csswg.org/css-2022 (and the various CSS module specs it links to) https://tc39.es/ecma262/ |
21:23 | <guiespnn> | holy, thank you so much |
21:40 | <guiespnn> | oh damn, you really opened my mind about how to search for docs, thank you man, thank you |