Numbers become <a href="tel:">links even if <meta name="format-detection" content="telephone=no"> is set on iOS
Open
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 45
- Avg merge
- 22h 43m
- Merged PRs (30d)
- 32
Description
By setting ``, numbers such as phone numbers become text on iOS.
However, the `"telephone=no"` setting does not work for text in ``, and numbers such as phone numbers become ``.
Is this an iOS issue or a budoux issue?
Sample:
[https://codepen.io/rhsk/full/RwEVLBa](https://codepen.io/rhsk/full/RwEVLBa)
```
normal
090-1234-5678
テキストテキストテキストテキストテキスト 090-1234-5678 テキストテキストテキストテキスト
budoux
090-1234-5678
テキストテキストテキストテキストテキスト 090-1234-5678 テキストテキストテキストテキスト
```
Contributor guide
Assessment
This issue has not been assessed yet.