Arne Hassel
Arne Hassel
@csarven @VirginiaBalseiro I've now removed the CSS classes that didn't contribute any semantics to the HTML. I still think it's a bit painful to maintain, especially for people who scan...
> Using the `header` pattern to isolate some heading and short description makes sense. I wasn't sure to implement this in the original because it wasn't particularly necessary to wrap...
Admittedly, I've skipped terms.html - It currently isn't linked to anywhere, I reckon that should be done?
Hey, I see that I'm tagged here. Just FYI I don't have any excess energy to spend on rdflib.js or SolidOS at the moment =/ Just so there's no expectation...
I've not been able to reproduce this with the latest version of the data browser (1.1.1) - I had a HTML file with ~11k lines, and was not a problem....
FYI: I'm able to reproduce the bug with the test file you sent. Doing more investigating to understand it now.
The problem seems to be that the HTMLParser (in rdflib's fetcher) is not able to parse the file (or at least grinds the browser to a halt). An "easy fix"...
The culprit seems to be https://github.com/linkeddata/rdflib.js/blob/master/src/fetcher.js#L296 - I am no expert in regex though, so any help is appreciated.
@bourgeoa FYI, possible solution at https://github.com/linkeddata/rdflib.js/pull/353