"><S>aekiTominaga

Results 9 issues of "><S>aekiTominaga

On pages delivered with `application/xhtml+xml`, gesture trajectories are displayed, but various operations such as "History Back" and "Close Tab" do not work. Is it possible to support `application/xhtml+xml`? Thank you...

The response body of a redirect via the `res.redirect()` method will be `${statuses.message[status]} Redirecting to ${url}`, which is invalid HTML without a `DOCTYPE` and `` element. In particular, the absence...

awaiting more info

**Describe the bug** The logical value of `caption-side` is only `inline-start` and `inline-end`. 👉[CSS Spec](https://drafts.csswg.org/css-logical-1/#caption-side) > The existing top and bottom values are idiosyncratically redefined as assigning to the block-start...

### What is the problem you're trying to solve? Unconstrained `:has()` has performance problems. The Firefox inspector displays a warning icon with the following selector like: - `:has(.foo)` - `*:has(.foo)`...

status: needs discussion

- Markuplint version: `4.9.2` - Parser lang: HTML Bug Report として提出していますが、とくに最後のもの(`` 関係)は議論の余地があるだろうとの認識です。 ## `output` 要素 `output` 要素は主に JS で操作するものであり、その使用方法からすると空であり得ます。 [ソースコード](https://github.com/markuplint/markuplint/blob/dev/packages/%40markuplint/rules/src/no-empty-palpable-content/index.ts)を見ると `textarea` 要素を例外的に除外していますが、理由付けとしてはこれと同様になるかと思います。 ## `audio`, `video`, `canvas` 要素 これらは [HTML 仕様](https://momdo.github.io/html/dom.html#palpable-content)の...

Bug

## Environment - [email protected] + @hono/[email protected] - Windows + Node.js 22.13.1 ## Steps to reproduce 1. Set `precompressed: true` for `serveStatic()` 1. Call `c.res` as in the following code 1....

> The image was added to ARIA in version 1.3 as a synonym of the ARIA 1.0 [img](https://www.w3.org/TR/wai-aria-1.3/#img) role. ## Document or Issue Link - WAI-ARIA 1.3 - [image role](https://www.w3.org/TR/wai-aria-1.3/#image)...

Specs
v5.0

### What is the feature you are proposing? Currently, MIME types parameter are set through mechanical determination. https://github.com/honojs/hono/blob/fa8eef707990e80a593fa32c2f67713a2ecd2e9b/src/utils/mime.ts#L16-L18 This has several problems. - There are other items besides `text/*` for...

enhancement

According to the CSS Selectors Level 4 specification, the [Case-sensitivity](https://www.w3.org/TR/selectors-4/#attribute-case) identifiers are `i` and `s`. However, it seems that `postcss-selector-parser`(v7.1.0) does not support `s`. ```typescript import parser from 'postcss-selector-parser'; const...