-
```
The help should contain a reference of all supported HTML elements and their
attributes.
Also important elements and attributes, which are currently not supported or
don't yet work as expected, …
-
With HTML elements, makes sure you close them in the reverse order that you opened them. So if you have a [`div`, `h1`, and an inline `span`](https://github.com/sonyaagirman/prj-rev-bwfs-dasmoto/blob/…
-
So far only Divs, Headers, Buttons, and paragraphs have been implemented. Whoever decides to take this task upon themselves I wish you luck. And also if you want I might send you 5$ here's my email:
…
-
Consider this testcase:
```
onload = () => {
console.log(document.foo);
console.log(window.foo);
console.log(document.bar);
console.log(window.bar);
…
-
## Description:
When using the Stoplight Elements API to render an OpenAPI specification, the `license.url` field is ignored, and instead, the system defaults to an SPDX URL format. Clicking on the l…
-
The HTML spec defines that some elements cannot be nested in some other elements (eg `` cannot go under ``).
The task is to find the complete list, use some judgment to decide if it makes sense for…
-
When links are located inside elements that markdown doesn't support natively, like ``, they become like: ``
-
**Describe the problem**
This is an issue with
- [x] Patternfly 5
The documentation displaying how to use interactive elements for patternfly for react seems fine. However, for plain HTML seem…
-
### Problem description
We could see that there are a number of validation errors that can cause accessibility issues. Among other things, there are several elements with identical ID-values.
Th…
-
```
The help should contain a reference of all supported HTML elements and their
attributes.
Also important elements and attributes, which are currently not supported or
don't yet work as expected, …