Html 加载页面后将神秘样式属性插入到输入类型密码中

Html 加载页面后将神秘样式属性插入到输入类型密码中,html,firefox,input,passwords,placeholder,Html,Firefox,Input,Passwords,Placeholder,页面加载后将神秘样式属性插入输入类型密码标记 Page source: <input type="password" placeholder="password"> Style sheet: input:-moz-placeholder { color: #999999; } After Load (Firebug): <input type="password" placeholder="password" style="font-weight: 500; font-

页面加载后将神秘样式属性插入输入类型密码标记

Page source:
<input type="password" placeholder="password">
Style sheet:
input:-moz-placeholder {
    color: #999999;
}
After Load (Firebug):
<input type="password" placeholder="password" style="font-weight: 500; font-style: normal; color: rgb(0, 0, 0);">
页面来源:
样式表:
输入:-moz占位符{
颜色:#999999;
}
加载后(Firebug):
屏幕截图,
例如,
如果更改占位符颜色,则type=password only会发生这种情况
受影响的浏览器,Mac OS X上的Firefox 13+(我在Mac上使用的第一个版本)


问题,如何修复此问题,使所有输入占位符都具有相同的颜色?

我正在Firefox 16.0.1上查看此问题,似乎没有问题。这可能是由于对占位符属性的支持增加而修复的。

更新以澄清我的问题。我敢打赌您有一个扩展添加了该样式属性。您是在安全模式下看到这种行为,还是在禁用所有扩展的情况下看到这种行为?我现在使用FF 16.0.1,但它仍然是一样的。我只是添加了一个截图。你可以看到-moz占位符不起作用。我当然在你的屏幕截图中看到了,但我不能复制。也许描述一下确切的步骤会有帮助。“加载后(Firebug):”有点模糊。