aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableCellElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Add the HTMLTableCellElement::rowspan propertyMatt Brubeck2016-12-141-2/+2
|
* partial-fix #12415: incorrect exposure of Window,Worker in webidlJean SIMARD2016-07-231-1/+1
| | | | | | | | | | | * HTMLTableCaptionElement.webidl * HTMLTableCellElement.webidl * HTMLTableColElement.webidl * HTMLTableDataCellElement.webidl * HTMLTableElement.webidl * HTMLTableHeaderCellElement.webidl * HTMLTableRowElement.webidl * HTMLTableSectionElement.webidl
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Removed references to DOMSettableTokenListKosov Eugene2016-06-051-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Implement non-zero dimension attribute parsingCorey Farwell2015-12-241-1/+1
| | | | | | | | | | | | | Fixes #8445 The only attributes I found that we have implemented that uses non-zero dimenion attributes: * `width` for `<td>` and `<th>` (table cells) * `width` for `<table>` I updated these implementations to use the new non-zero dimension attribute parsing and added associated regression tests.
* Implement 'bgcolor' IDL attribute for 'HTMLTableCellElement'Corey Farwell2015-11-131-1/+1
|
* Auto merge of #7829 - frewsxcv:htmltablecellelement-cellindex, r=Ms2gerbors-servo2015-10-141-1/+1
|\ | | | | | | | | | | | | | | | | | | Implement HTMLTableCellElement::CellIndex Extracted from #6936 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7829) <!-- Reviewable:end -->
| * Implement HTMLTableCellElement::CellIndexCorey Farwell2015-10-061-1/+1
| | | | | | | | Extracted from #6936
* | Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-2/+2
| | | | | | | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost
* | Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-2/+2
|/
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-0/+1
| | | | | | | Some interfaces like Node, CharacterData and HTMLTableCellElement are never instantiated directly, only their descendant interfaces are. Those are marked with [Abstract] to set their type_id to None instead of having dummy values in the TypeId enums.
* Improve support of limited unsigned long attributesAnthony Ramine2015-05-061-1/+1
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-2/+2
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Cargoify servoJack Moffitt2014-09-081-0/+29