[PR #5] [MERGED] [Add page PR] Element attributes and properties #6

Closed
opened 2026-08-18 13:48:20 +00:00 by bendtherules · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bendtherules/UiQuestions/pull/5
Author: @bendtherules
Created: 11/4/2020
Status: Merged
Merged: 11/8/2020
Merged by: @lakbychance

Base: mainHead: 4-element-properties


📝 Commits (10+)

  • 88238cb element-properties - Add tagName and types of children
  • 6b6f9c6 element-properties - Make "Types of children" section simpler
  • 6a027c7 Merge branch 'main' into 4-element-properties
  • 227a9f9 element-properties - Clarify tagName for text nodes
  • 4d0fc81 element-properties - Add .children property section
  • e55b3a3 element-properties - Add childNodes section
  • abd80a5 element-properties - Add example for .children
  • a9068bf MDNBadge - Fix inline style
  • 5e0d35c element-properties - Add MDN badge for first 3 parts
  • 38d6f05 element-properties - Fix typo

📊 Changes

7 files changed (+427 additions, -23 deletions)

View changed files

📝 components/MDNBadge.jsx (+2 -2)
📝 docs/create-modify-element.mdx (+1 -2)
docs/element-child-content.mdx (+410 -0)
docs/element-properties.mdx (+0 -12)
📝 docusaurus.config.js (+1 -1)
📝 sidebars.js (+2 -2)
📝 src/css/custom.css (+11 -4)

📄 Description

PR for issue - #4. Closes #4 .

Preview link - https://4-element-properties--uiquestions.netlify.app/docs/element-child-content


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bendtherules/UiQuestions/pull/5 **Author:** [@bendtherules](https://github.com/bendtherules) **Created:** 11/4/2020 **Status:** ✅ Merged **Merged:** 11/8/2020 **Merged by:** [@lakbychance](https://github.com/lakbychance) **Base:** `main` ← **Head:** `4-element-properties` --- ### 📝 Commits (10+) - [`88238cb`](https://github.com/bendtherules/UiQuestions/commit/88238cbe85089bd524937a703f791789c30aa831) element-properties - Add `tagName` and types of children - [`6b6f9c6`](https://github.com/bendtherules/UiQuestions/commit/6b6f9c6dc9eeec5238b0a2babe04dfd280304099) element-properties - Make "Types of children" section simpler - [`6a027c7`](https://github.com/bendtherules/UiQuestions/commit/6a027c76fec34ecd20dc4c17900e9365dbbf7bb3) Merge branch 'main' into 4-element-properties - [`227a9f9`](https://github.com/bendtherules/UiQuestions/commit/227a9f97815d3ba7f5a4ee6182ffc82c93e3eab8) element-properties - Clarify tagName for text nodes - [`4d0fc81`](https://github.com/bendtherules/UiQuestions/commit/4d0fc815130d8949b748648768dec793ac66037b) element-properties - Add `.children` property section - [`e55b3a3`](https://github.com/bendtherules/UiQuestions/commit/e55b3a3ebcd489972054511fcb811500bc1258fb) element-properties - Add `childNodes` section - [`abd80a5`](https://github.com/bendtherules/UiQuestions/commit/abd80a5fa0040b5a76292e295c9fd794f249e552) element-properties - Add example for `.children` - [`a9068bf`](https://github.com/bendtherules/UiQuestions/commit/a9068bf93b7e5e200c2e83ed6772bccbe6325a63) MDNBadge - Fix inline style - [`5e0d35c`](https://github.com/bendtherules/UiQuestions/commit/5e0d35cd69b5cf416325ace8e605ceca77e9113f) element-properties - Add MDN badge for first 3 parts - [`38d6f05`](https://github.com/bendtherules/UiQuestions/commit/38d6f05583d214ca9517bda85764913477e122d3) element-properties - Fix typo ### 📊 Changes **7 files changed** (+427 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `components/MDNBadge.jsx` (+2 -2) 📝 `docs/create-modify-element.mdx` (+1 -2) ➕ `docs/element-child-content.mdx` (+410 -0) ➖ `docs/element-properties.mdx` (+0 -12) 📝 `docusaurus.config.js` (+1 -1) 📝 `sidebars.js` (+2 -2) 📝 `src/css/custom.css` (+11 -4) </details> ### 📄 Description PR for issue - #4. Closes #4 . Preview link - https://4-element-properties--uiquestions.netlify.app/docs/element-child-content --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
bendtherules added the pull-request label 2026-08-18 13:48:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bendtherules/UiQuestions#6