HTML5 support
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 3.4k
- Forks
- 361
- Avg merge
- 3d 41m
- Merged PRs (30d)
- 2
Description
Is it planed to support HTML5?
Is really needed to use these in 2018:
details / summary
<details> Defines additional details that the user can view or hide
<summary> Defines a visible heading for a <details> element
see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
figure
<figcaption> Defines a caption for a <figure> element
<figure> Defines self-contained content
see: http://html5doctor.com/the-figure-figcaption-elements/
structure
<article> Defines an article in a document
<section> Defines a section in a document
<header> Defines a header for a document or section
<footer> Defines a footer for a document or sectio
and others... see: New HTML5 Elements (w3.org)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name any project files, tests, or entry points. Start by reviewing the HTML elements currently supported and the linked HTML5 element references, then define a bounded element set and acceptance criteria before implementation. Done should mean the agreed HTML5 elements are accepted and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100