Skip to content

Conversation

carrvo
Copy link

@carrvo carrvo commented Apr 4, 2025

No description provided.

Copy link
Author

@carrvo carrvo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional details not given in the report.

Comment on lines +6 to +7
Source Code repo URL(s) (optional):
* [ ] 100% open source implementation
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Project needs a license chosen

### Request Verification (3.2.1)

* [x] Verifies source and target are valid URLs, rejecting with HTTP 400 (MUST)
* [x] Verifies that target is a valid resource for which the receiver accepts Webmentions, rejecting with HTTP 400 (SHOULD)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has some target verification. Has the carrvo/SVNmentions#5 for an additional verification.

Comment on lines +51 to +57
* [x] Accepts a Webmention where the target URL is in an `<a>` tag
* [x] Accepts a Webmention where the target URL is in an `<img>` tag
* [x] Accepts a Webmention where the target URL is in an `<video>` tag
* [x] Accepts a Webmention where the target URL is in an `<audio>` tag
* [ ] Rejects a Webmention where the target URL is in the document as text
* [ ] Rejects a Webmention where the target URL is in an `<a>` tag **inside an HTML comment**
* [x] Rejects a Webmention where the target URL is not in the document
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does a raw text search on the source for the target.

Comment on lines +64 to +65
* [x] The receiver recognizes that the source URL is a "comment" or "reply" to the post
* [ ] using HTML markup: __________
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assumes all are comments.
What does using HTML markup refer to? The markup that the receiver uses on the target? Or the markup that it searches for on the source?

Implementation Classes (Sender and/or Receiver): Sender


## Sending
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Untested but filled out based on expectation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant