Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support the <wbr> element#395

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ambv merged 5 commits intohtml5lib:masterfromtwm:wbr
Mar 2, 2023
Merged

Support the <wbr> element#395

ambv merged 5 commits intohtml5lib:masterfromtwm:wbr
Mar 2, 2023

Conversation

twm
Copy link
Contributor

@twmtwm commentedJun 10, 2018
edited by ambv
Loading

<wbr> is an empty element which indicates a line break opportunity. The effect is similar to inserting a zero-width space, but superior because<wbr> does not affect the text of the selection (so when copied there aren't invisible characters in it).

<wbr> is safe when sanitizing HTML.

Partially addresses#203.

https://html.spec.whatwg.org/#the-wbr-element

@codecov-io
Copy link

codecov-io commentedJun 10, 2018
edited
Loading

Codecov Report

Merging#395 intomaster willincrease coverage by<.01%.
The diff coverage is100%.

Impacted file tree graph

@@            Coverage Diff             @@##           master     #395      +/-   ##==========================================+ Coverage   90.79%   90.79%   +<.01%==========================================  Files          50       50                Lines        6952     6956       +4       Branches     1328     1328              ==========================================+ Hits         6312     6316       +4  Misses        481      481                Partials      159      159
Impacted FilesCoverage Δ
html5lib/filters/sanitizer.py93.16% <ø> (ø)⬆️
html5lib/constants.py100% <ø> (ø)⬆️
html5lib/tests/test_sanitizer.py94.87% <100%> (+0.27%)⬆️

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update4f92357...f3c8eb3. Read thecomment docs.

twm added a commit to twm/html5lib-python that referenced this pull requestJun 10, 2018
It looks like this was missed inhtml5lib#358. It is causing build failures inhtml5lib#395 andhtml5lib#396.
gsnedders pushed a commit that referenced this pull requestOct 1, 2018
It looks like this was missed in#358. It is causing build failures in#395 and#396.
@twm
Copy link
ContributorAuthor

twm commentedNov 5, 2018

@gsnedders Is there anything blocking merge of this or#396 on my end?

twm added a commit to twm/yarrharr that referenced this pull requestJul 20, 2019
@codecov-commenter
Copy link

codecov-commenter commentedJun 28, 2020
edited
Loading

Codecov Report

Merging#395 intomaster willincrease coverage by0.00%.
The diff coverage is100.00%.

Impacted file tree graph

@@           Coverage Diff           @@##           master     #395   +/-   ##=======================================  Coverage   91.07%   91.07%           =======================================  Files          50       50             Lines        7044     7048    +4       Branches     1341     1341           =======================================+ Hits         6415     6419    +4  Misses        475      475             Partials      154      154
Impacted FilesCoverage Δ
html5lib/constants.py100.00% <ø> (ø)
html5lib/filters/sanitizer.py93.38% <ø> (ø)
html5lib/tests/test_sanitizer.py95.06% <100.00%> (+0.25%)⬆️

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updatef4646e6...08966bb. Read thecomment docs.

@ambvambv merged commit6ca0244 intohtml5lib:masterMar 2, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@twm@codecov-io@codecov-commenter@ambv@gsnedders

[8]ページ先頭

©2009-2025 Movatter.jp