remove-css-style #4393
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "remove-css-style"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove css <style>'s from files.
Will try and remove inline css in another pr I think.
looks good to me
bcd974f63c
to51894c8796
WIP: remove-css-styleto remove-css-styleSo, the goal of this pr was to remove in file <style> classes
At the moment we still have
Remaining.
Not sure what to do about the statement. It seems right to not have a topbanner or share buttons on it, but doing so using <style> does not seem correct.
Timeline files are resolved in #4337
The standards page is linked from nowhere and uses quite a lot of weird css that makes no sense to have global. That file has been replaced by freesoftware/standards/eifv2-01 and should maybe be removed.
And the internal pages also use weird css that should not be global. Also they are not for the public, so consistency is less important. I considered moving all of their css to internal/internal.css, but was not sure that was a good idea. It would break with the standard css patterns we have at the moment.
I would like to make including <style> in a page a critical ci fail to prevent reintroduction. The only files that I think need to be fixed before this can happen are the internal pages.
I'll have a look into the internal pages.
283eb30f40
to2bc171d7de
So,
It was decided to have the css for internal pages in an internal.css file, and to just remove the css form the statement.
This leaves the following files that contain <style> class:
As previously mentioned, timeline is resolved in another pr. So what to do about eifv2-1?