Commit Graph
103 Commits
Author SHA1 Message Date
bendtherules 89e5f490c7 element-child-content - Clarify text and wrap some text in note 2020-11-08 18:41:55 +05:30
bendtherules 29493b0348 Simiplify sidebar structure for DOM Manipulation
I have called this whole section as "DOM manipulation" (instead of DOM and events), so all the sub-files can be named easily with that context, without prefixing with "element-" or "DOM".

Renamed "DOM manipulation" page title to "Creating elements", then shortended title for "Child and Content" file by removing prefix.
2020-11-08 18:31:27 +05:30
bendtherules 01357661df Merge branch 'main' into 4-element-properties 2020-11-08 18:24:25 +05:30
bendtherules 4d96f4f5bf create-modify-element - Rename title to "Basic ..." without changing sidebar_label 2020-11-08 18:24:03 +05:30
bendtherules 44f1bfcf42 element-properties - Rename file and id
Changes -

1. id - From "element-properties" to "element-child-content". Changed in file and sidebar.js

2. rename file - from "element-properties.mdx" to "element-child-content.mdx"
2020-11-08 18:23:00 +05:30
bendtherules 7cb4ba9bd2 element-properties - Add section for innerHTML and outerHTML 2020-11-08 18:09:54 +05:30
bendtherules 21cfb547f9 element-properties - Clarify desc for .innerText 2020-11-08 13:30:01 +05:30
bendtherules 6fe7a85cd2 element-properties - Add MDN links for .innerText 2020-11-08 13:22:00 +05:30
bendtherules f1c96b5608 Merge branch '4-element-properties' of https://github.com/bendtherules/UiQuestions into 4-element-properties 2020-11-08 13:18:50 +05:30
bendtherules 5b498bc738 element-properties - Add .innerText section 2020-11-08 13:18:47 +05:30
Lakshya Thakur c9e4f343c5 Cleanup 2020-11-07 18:05:10 +05:30
bendtherules 2d0ce2c5e5 element-properties - Shorteen NodeeList eextra text 2020-11-07 17:22:48 +05:30
bendtherules 6db114a326 element-properties - clarify .tagName 2020-11-07 17:20:21 +05:30
bendtherules e69f0bff69 element-properties - Make desc crisper 2020-11-07 14:00:41 +05:30
bendtherules aa1428fb15 element-properties - Add parentElement section 2020-11-04 19:30:46 +05:30
bendtherules 23993089d8 element-properties - minor fixes 2020-11-04 19:05:17 +05:30
bendtherules e7d6796921 element-properties - Add hasChildNodes and childElementCount 2020-11-04 18:56:31 +05:30
bendtherules 536797ea11 custom.css - Add margin below summary tags 2020-11-04 13:57:49 +05:30
bendtherules 21212f6dff element-properties - Add MDN link for firstChild, nextSibling 2020-11-04 13:57:36 +05:30
bendtherules 48a5350528 element-properties - Add firstChild + nextSibling section 2020-11-02 21:44:08 +05:30
bendtherules d9eff22397 custom.css - Make bgColor lighter for notes 2020-11-02 11:40:04 +05:30
bendtherules 32d0b7a01c element-properties - Simplify nodeType explanation 2020-10-31 10:51:42 +05:30
bendtherules 38d6f05583 element-properties - Fix typo 2020-10-31 10:20:08 +05:30
bendtherules 5e0d35cd69 element-properties - Add MDN badge for first 3 parts 2020-10-31 10:12:05 +05:30
bendtherules a9068bf93b MDNBadge - Fix inline style 2020-10-31 10:11:29 +05:30
bendtherules abd80a5fa0 element-properties - Add example for .children 2020-10-31 10:03:42 +05:30
bendtherules e55b3a3ebc element-properties - Add childNodes section 2020-10-31 10:03:21 +05:30
bendtherules 4d0fc81513 element-properties - Add .children property section 2020-10-30 20:46:03 +05:30
bendtherules 227a9f9781 element-properties - Clarify tagName for text nodes 2020-10-30 19:44:30 +05:30
bendtherules 6a027c76fe Merge branch 'main' into 4-element-properties 2020-10-30 19:33:52 +05:30
bendtherules 6b6f9c6dc9 element-properties - Make "Types of children" section simpler 2020-10-30 19:33:20 +05:30
bendtherules d7036812d9 docusaurus.config - Add "powered by Netlify" footer 2020-10-30 18:48:10 +05:30
bendtherules eae792f059 Add Code of conduct 2020-10-30 18:40:57 +05:30
bendtherules d6597e7abf Add LICENSE - MIT 2020-10-30 18:35:49 +05:30
bendtherules d2cbada67b Readme - Add deploy log url + preview url example 2020-10-30 18:21:02 +05:30
bendtherules 88238cbe85 element-properties - Add tagName and types of children 2020-10-30 14:01:50 +05:30
bendtherules 616b3ca9bf Merge pull request #3 from lapstjup/interface_func_signature
Added brief on DOM interfaces + func signatures + support hash link to notes
2020-10-28 00:46:22 +05:30
bendtherules 1262c17269 create-modify-element - Fix InternalLink props usage 2020-10-28 00:42:35 +05:30
bendtherules 2d2af2e645 create-modify-element - Replace another Link usage 2020-10-27 16:28:36 +05:30
bendtherules f8c9137b0f InternalLink - check href startsWith + forward props to <a/>
To make it more accessible and allow customization.
2020-10-26 17:42:51 +05:30
bendtherules c6ad5ff8e3 Rename Link to InternalLink and change usage 2020-10-26 17:25:59 +05:30
bendtherules 4117131c12 Link - reformat 2020-10-26 17:23:40 +05:30
bendtherules 5a8cbef517 Accordion - Change scrollRestoration delay to 1sec 2020-10-26 17:14:41 +05:30
bendtherules 0f24e566be Accordion - Remove smooth scrolling
It is distracting and unlike normal anchor scroll
2020-10-26 12:37:28 +05:30
bendtherules 4cf46e250e handleScrollRestoration - Add script to head
This will set history.scrollRestoration to "manual" on page start, if hash starts with "link-"
2020-10-26 12:33:40 +05:30
bendtherules 686a3e49e4 Accordion - restore scrollRestoration to "auto" after scroll 2020-10-26 12:32:20 +05:30
bendtherules 79569dac8c Remove DocWrapper usage 2020-10-26 12:30:57 +05:30
Lakshya Thakur 8298755373 Added DocWrapper and Link component to address link issues 2020-10-24 18:32:45 +05:30
bendtherules ebb35a0833 Accordion - focus on note container instead
instead of summary tag
2020-10-23 19:40:07 +05:30
bendtherules fcfe3c70b9 Admonition - Make container focusable 2020-10-23 19:38:30 +05:30