You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added optional package imports for `org.jspecify.annotations` (which are specified by newer jsoup versions)
* Also updated Chrome and Selenium test versions to re-enable integration tests
<h3class="example" style="border: 3px solid green;">Headline with border</h3>
41
-
<div> This headline has the following CSS properties set in the style attribute: border: 3px solid green; <br> In addition, the style
42
-
element has those definitions: h3.example {border-bottom-width: 12px}. <br> In this case the border should have 3px because the element style attribute has a higher priority. </div>
39
+
<div>
40
+
This headline has the following CSS properties set in the style attribute: border: 3px solid green;
41
+
<br>
42
+
In addition, the style element has those definitions: h3.example {border-bottom-width: 12px}.
43
+
<br>
44
+
In this case the border should have 3px because the element style attribute has a higher priority.
45
+
</div>
43
46
<h3class="example2" style="border-bottom-width: 12px;">Headline with wider bottom-border</h3>
44
-
<div> This headline has the following CSS properties set in the style attribute: border-bottom-width: 12px <br> In addition, the
45
-
style element has those definitions: h3.example2 {border: 3px solid green;}. <br> In this case the bottom-border should have 12px because the element style attribute has a higher priority. </div>
47
+
<div>
48
+
This headline has the following CSS properties set in the style attribute: border-bottom-width: 12px
49
+
<br>
50
+
In addition, the style element has those definitions: h3.example2 {border: 3px solid green;}.
51
+
<br>
52
+
In this case the bottom-border should have 12px because the element style attribute has a higher priority.
0 commit comments