Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGenerate ::before and ::after content for layout_2020 #25817
Conversation
highfive
commented
Feb 20, 2020
|
r? @SimonSapin |
|
|
|
Looks good, thanks! @bors-servo r+ |
|
|
Generate ::before and ::after content for layout_2020 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for these changes This PR generates content from the `<string>` and `attr(<identifier>)` `content` property values. I'll work on other values in follow-ups.
|
|
|
|
That’s… surprising. This variant is constructed here: servo/components/layout_2020/dom_traversal.rs Line 115 in afb1faf The variant constructor is passed as a function rather than being called directly, but this PR’s diff doesn’t touch that code at all |
|
@bors-servo r=SimonSapin |
|
|
Generate ::before and ::after content for layout_2020 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for these changes This PR generates content from the `<string>` and `attr(<identifier>)` `content` property values. I'll work on other values in follow-ups.
|
@bors-servo try=wpt |
Generate ::before and ::after content for layout_2020 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for these changes This PR generates content from the `<string>` and `attr(<identifier>)` `content` property values. I'll work on other values in follow-ups.
|
|
1 similar comment
|
|
|
@bors-servo r=SimonSapin |
|
|
Generate ::before and ::after content for layout_2020 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for these changes This PR generates content from the `<string>` and `attr(<identifier>)` `content` property values. I'll work on other values in follow-ups.
|
|
|
@bors-servo retry #23168 |
|
|
ferjm commentedFeb 20, 2020
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis PR generates content from the
<string>andattr(<identifier>)contentproperty values. I'll work on other values in follow-ups.