-
Matching entities using `%` only works for brackets not for JSX / HTML tags.
-
We need to be able to properly escape abstracts and titles. This means: guessing if the text is actually in HTML or simple text. In the former case properly strip HTML tags, while respecting HTML enti…
-
```
What steps will reproduce the problem?
1. Run inplace editor.
2. Type something like -
3. Submit changes.
What is the expected output? What do you see instead?
The update should be safe, with pr…
-
The subjectSelector searches for "src", which is not an RDF attribute, leading to stylesheets being detected as entities when searching the document for RDFas. I suggest changing:
```
subjectSelector…
-
```
What steps will reproduce the problem?
1. Upload a file
2. Write a description
3. See the description in the client view
What is the expected output? What do you see instead?
The characters are …
-
```
What steps will reproduce the problem?
1. Upload a file
2. Write a description
3. See the description in the client view
What is the expected output? What do you see instead?
The characters are …
-
# Some fields and how to represent them
~~**location** nfo:fileUrl~~
~~**size** nfo:fileSize~~
~~**hash** nfo:filehash~~
~~**created** either fileLastModified on entity and prov:time on wasGeneratedB…
-
You were really careful when you are using & in code, reason being is that sometimes it can be interpreted as an AND in code and can cause some unexpected things to happen. Check this page for more in…
-
```
What steps will reproduce the problem?
1. Run inplace editor.
2. Type something like -
3. Submit changes.
What is the expected output? What do you see instead?
The update should be safe, with pr…
-
Text elements containing &, and the like trip up SVG parsers because they're not escaped as HTML entities.