mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Disallow toggling radio buttons. Use generated content for checkboxes and radio buttons. Switching to the glyph 0 for the average advance width.
This commit is contained in:
parent
f70bb68503
commit
8112859d55
7 changed files with 15 additions and 36 deletions
|
@ -161,8 +161,8 @@ impl InlineBlockFragmentInfo {
|
|||
pub enum InputFragmentInfo {
|
||||
InputButton(u32),
|
||||
InputText(u32),
|
||||
InputCheckbox(bool),
|
||||
InputRadioButton(bool),
|
||||
InputCheckbox,
|
||||
InputRadioButton,
|
||||
InputFile(u32),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue