Skip to content

Commit 61bc2e4

Browse files
committed
docs: Remove remarks about missing feature
Now that redirects are officially working, let's not have the readme say otherwise
1 parent fd207e1 commit 61bc2e4

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ meaning to support content swapping, XHR, forms, and cookies; in order to
122122
identify risks and architectural flaws.
123123

124124
But many features were not fully implemented, e.g., you cannot navigate by
125-
assigning `history.href`, and redirect responses are not followed.
125+
assigning `history.href`.
126126

127127
### Memory Leaks
128128

docs/Features.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ implementations to be build independently.
6161
### HTML API
6262

6363
- Opening a window returns an error if the server response with a non-200 status code.
64-
- Redirects are not followed.
6564
- All HTML elements have the correct class in JavaScript, but only a few have
6665
element-specific behaviour is implemented..
6766

@@ -74,13 +73,13 @@ Specific HTML elements have specific behaviour.
7473

7574
- `<a>` Click will navigate to the resource. Fragments are not handled (i.e., a
7675
fragment link generates an HTTP request, but shouldn't)
77-
- `<form>` (be aware of missing redirects)
76+
- `<form>`
7877
- `<input>`
79-
- `<button>`/`<input type="submit">` When clicked inside a form, submits. Overriding `method` and `action` is not implemented.
80-
- [Issue #10](https://github.com/gost-dom/browser/issues/10)
81-
- Reset behaviour is not implemented (either as a call to `.reset()` or a
82-
- Missing validation. [Issue #30](https://github.com/gost-dom/browser/issues/30)
83-
reset button.
78+
- `<button>`/`<input type="submit">` When clicked inside a form, submits.
79+
- Overriding `method` and `action` is not implemented. #10
80+
- Reset behaviour is not implemented (either as a call to `.reset()` or
81+
clicking a reset button/input element
82+
- Missing validation. #30
8483
- `<template>` exposes its HTML children as children of the `content` attribute.
8584

8685
#### User interaction

0 commit comments

Comments
 (0)