mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Removed unnecessary FIXME
This commit is contained in:
parent
656c741f21
commit
457008e1ee
1 changed files with 0 additions and 3 deletions
|
@ -766,9 +766,6 @@ pub impl RenderBox {
|
||||||
fn text_decoration(&self) -> CSSTextDecoration {
|
fn text_decoration(&self) -> CSSTextDecoration {
|
||||||
/// Computes the propagated value of text-decoration, as specified in CSS 2.1 § 16.3.1
|
/// Computes the propagated value of text-decoration, as specified in CSS 2.1 § 16.3.1
|
||||||
/// TODO: make sure this works with anonymous box generation.
|
/// TODO: make sure this works with anonymous box generation.
|
||||||
/// FIXME: this really needs to be done in rust-css. Doing it here means there is no way
|
|
||||||
/// of determining whether text-decoration was set to none or whether it defaulted to
|
|
||||||
/// none.
|
|
||||||
fn get_propagated_text_decoration(element: AbstractNode) -> CSSTextDecoration {
|
fn get_propagated_text_decoration(element: AbstractNode) -> CSSTextDecoration {
|
||||||
//Skip over non-element nodes in the DOM
|
//Skip over non-element nodes in the DOM
|
||||||
if(!element.is_element()){
|
if(!element.is_element()){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue