ezyang / ezyang/htmlpurifier

HTML5 support

Open
#160 9 comments 7 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.