Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/flavorjones/nokogiri-html5-inference

Given HTML5 input, make a reasonable guess at how to parse it correctly.
https://github.com/flavorjones/nokogiri-html5-inference

Inference.parse always returns a NodeSet for fragments

flavorjones opened this pull request 8 months ago
use `template` as the context node

flavorjones opened this pull request 8 months ago
Parsing sole `<html>` tag adds `<head>` and `<body>` tags

marcoroth opened this issue 8 months ago
Parsing `<head>` fragment adds `<body>` tag

marcoroth opened this issue 8 months ago
Modify pluck behavior when seeing a `head` tag to include the `body`

flavorjones opened this pull request 8 months ago
Using a `template` context element

stevecheckoway opened this issue 8 months ago
Parsing a `<table>` adds an additional `<tbody>`

marcoroth opened this issue 8 months ago