Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theodorkl/LSP integration #3347

Closed
wants to merge 2 commits into from

Conversation

theodorklauritzen
Copy link

  • Add closing html tag to all opened html tags
  • Change some function signatures to make the documentation more uniform and easier to parse.

@theodorklauritzen theodorklauritzen changed the title Theodorkl/lsp test preparation Theodorkl/LSP integration Aug 29, 2024
Copy link
Contributor

@esolitos esolitos left a comment

Choose a reason for hiding this comment

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

ℹ️ The html tags <p> and <li> (among many others) don't need to be closed in HTML to be valid, this is only required for XHTML/XML. 😉
Ref 👉🏼 Tag omission in text/html

Beside that, nice initiative! 👍🏼

@@ -847,7 +847,7 @@ <h3 id="attribute-match-features-normalized">Attribute match features - normaliz
</p><p>
<code>max( 1-age(name)/maxAge , 0 )</code>
</p><p>
Scales linearly with age, see <a href="#freshness">freshness plot</a>.
Scales linearly with age, see <a href="#freshness">freshness plot</a>.</p>
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be closed above, as <p> taggas cannot be nested.

The P element represents a paragraph. It cannot contain block-level elements (including P itself).

Source: https://www.w3.org/TR/html401/struct/text.html#h-9.3.1

@theodorklauritzen
Copy link
Author

Thank I'll look into that!

@theodorklauritzen theodorklauritzen marked this pull request as draft August 29, 2024 08:57
Comment on lines +1011 to +1013
<pre>
http://mysite.mydomain.com:8080/path/shop?d=hab&amp;id=1804905709&amp;cat=100#frag1
</pre>
Copy link
Member

Choose a reason for hiding this comment

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

As the pre elements preserve whitespace, they look better without this indentation

Suggested change
<pre>
http://mysite.mydomain.com:8080/path/shop?d=hab&amp;id=1804905709&amp;cat=100#frag1
</pre>
<pre>
http://mysite.mydomain.com:8080/path/shop?d=hab&amp;id=1804905709&amp;cat=100#frag1
</pre>

@theodorklauritzen
Copy link
Author

I have started over in a new branch here #3348, and will close this PR

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.

3 participants